OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHT_ANDROID_RELR
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Object/
ELF.cpp
277
STRINGIFY_ENUM_CASE(ELF,
SHT_ANDROID_RELR
);
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h
941
SHT_ANDROID_RELR
= 0x6fffff00, // Relocation entries; only offsets.
/src/external/gpl3/binutils/dist/include/elf/
common.h
569
#define
SHT_ANDROID_RELR
0x6fffff00
/src/external/gpl3/binutils.old/dist/include/elf/
common.h
569
#define
SHT_ANDROID_RELR
0x6fffff00
/src/external/gpl3/gdb.old/dist/include/elf/
common.h
569
#define
SHT_ANDROID_RELR
0x6fffff00
/src/external/gpl3/gdb/dist/include/elf/
common.h
569
#define
SHT_ANDROID_RELR
0x6fffff00
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
3447
bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::
SHT_ANDROID_RELR
;
3480
Sec.sh_type == ELF::
SHT_ANDROID_RELR
;
3497
Sec.sh_type == ELF::
SHT_ANDROID_RELR
)) {
5596
// SHT_RELR/
SHT_ANDROID_RELR
sections do not have an associated symbol table.
5600
if (Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::
SHT_ANDROID_RELR
) {
5629
case ELF::
SHT_ANDROID_RELR
: {
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFYAML.cpp
617
ECase(
SHT_ANDROID_RELR
);
/src/external/gpl3/binutils/dist/binutils/
readelf.c
6382
case
SHT_ANDROID_RELR
: return "ANDROID_RELR";
/src/external/gpl3/binutils.old/dist/binutils/
readelf.c
5998
case
SHT_ANDROID_RELR
: return "ANDROID_RELR";
Completed in 82 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026