Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dpacked-relocs.test37 Type: SHT_ANDROID_RELA
48 ## Check we report a warning when we are unable to dump relocations for a SHT_ANDROID_RELA section.
56 # BROKEN-RELA-LLVM-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_RELA sect…
60 … warning: '[[FILE]]': unable to get the number of relocations in SHT_ANDROID_RELA section with …
63 # BROKEN-RELA-GNU-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_RELA secti…
65 ## Check we report a warning when the sh_link field of the SHT_ANDROID_RELA section is broken.
75 …LLVM-NEXT: warning: '[[FILE]]': unable to locate a symbol table for SHT_ANDROID_RELA section with …
81 …-GNU-NEXT: warning: '[[FILE]]': unable to locate a symbol table for SHT_ANDROID_RELA section with …
195 Type: SHT_ANDROID_RELA
H A Dsection-types.test43 # LLVM: Type: SHT_ANDROID_RELA
188 Type: SHT_ANDROID_RELA
/llvm-project-15.0.7/llvm/lib/Object/
H A DELF.cpp288 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DELF.h998 SHT_ANDROID_RELA = 0x60000002, enumerator
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3557 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields()
3590 Sec.sh_type == ELF::SHT_ANDROID_RELA || in isRelocationSec()
3599 Sec.sh_type == ELF::SHT_ANDROID_RELA) { in printRelocations()
5893 case ELF::SHT_ANDROID_RELA: in forEachRelocationDo()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp655 ECase(SHT_ANDROID_RELA); in enumeration()
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp1745 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()