Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
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
Dsection-types.test43 # LLVM: Type: SHT_ANDROID_RELA
188 Type: SHT_ANDROID_RELA
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp250 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp269 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA); in getELFSectionTypeName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h840 SHT_ANDROID_RELA = 0x60000002, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h863 SHT_ANDROID_RELA = 0x60000002, enumerator
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3748 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields()
3781 Sec.sh_type == ELF::SHT_ANDROID_RELA || in isRelocationSec()
3790 Sec.sh_type == ELF::SHT_ANDROID_RELA) { in printRelocations()
5760 case ELF::SHT_ANDROID_RELA: in forEachRelocationDo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp463 ECase(SHT_ANDROID_RELA); in enumeration()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp485 ECase(SHT_ANDROID_RELA); in enumeration()
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1672 name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()