Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DELF.cpp250 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_REL); in getELFSectionTypeName()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h835 SHT_ANDROID_REL = 0x60000001, enumerator
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2770 Sec.sh_type != ELF::SHT_ANDROID_REL && in printRelocations()
2778 if (Sec.sh_type == ELF::SHT_ANDROID_REL || in printRelocations()
2824 case ELF::SHT_ANDROID_REL: in printRelocations()
4191 Sec.sh_type != ELF::SHT_ANDROID_REL && in printRelocations()
4239 case ELF::SHT_ANDROID_REL: in printRelocations()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp451 ECase(SHT_ANDROID_REL); in enumeration()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp1573 Name, Config->IsRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL, in AndroidPackedRelocationSection()