Home
last modified time | relevance | path

Searched refs:SHT_ANDROID_REL (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dpacked-relocs.test120 Type: SHT_ANDROID_REL
131 ## Check we report a warning when we are unable to dump relocations for a SHT_ANDROID_REL section.
139 # BROKEN-REL-LLVM-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_REL sectio…
143 … warning: '[[FILE]]': unable to get the number of relocations in SHT_ANDROID_REL section with …
146 # BROKEN-REL-GNU-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_REL section…
148 ## Check we report a warning when the sh_link field of the SHT_ANDROID_REL section is broken.
158 …-LLVM-NEXT: warning: '[[FILE]]': unable to locate a symbol table for SHT_ANDROID_REL section with …
164 …K-GNU-NEXT: warning: '[[FILE]]': unable to locate a symbol table for SHT_ANDROID_REL section with …
Dsection-types.test41 # LLVM: Type: SHT_ANDROID_REL
186 Type: SHT_ANDROID_REL
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp249 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp268 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h862 SHT_ANDROID_REL = 0x60000001, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h839 SHT_ANDROID_REL = 0x60000001, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp462 ECase(SHT_ANDROID_REL); in enumeration()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp484 ECase(SHT_ANDROID_REL); in enumeration()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3780 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()
3789 if (Sec.sh_type == ELF::SHT_ANDROID_REL || in printRelocations()
5759 case ELF::SHT_ANDROID_REL: in forEachRelocationDo()
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1672 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()