Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A 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 …
H A Dsection-types.test41 # LLVM: Type: SHT_ANDROID_REL
186 Type: SHT_ANDROID_REL
/llvm-project-15.0.7/llvm/lib/Object/
H A DELF.cpp287 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DELF.h997 SHT_ANDROID_REL = 0x60000001, enumerator
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp654 ECase(SHT_ANDROID_REL); in enumeration()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3589 Sec.sh_type == ELF::SHT_RELR || Sec.sh_type == ELF::SHT_ANDROID_REL || in isRelocationSec()
3598 if (Sec.sh_type == ELF::SHT_ANDROID_REL || in printRelocations()
5892 case ELF::SHT_ANDROID_REL: in forEachRelocationDo()
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp1745 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()