Home
last modified time | relevance | path

Searched refs:SHT_AARCH64_AUTH_RELR (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1132 SHT_AARCH64_AUTH_RELR = 0x70000004U, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp279 STRINGIFY_ENUM_CASE(ELF, SHT_AARCH64_AUTH_RELR); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h552 (d->type == llvm::ELF::SHT_AARCH64_AUTH_RELR && in classof()
H A DSyntheticSections.cpp1746 ? SHT_AARCH64_AUTH_RELR in RelrBaseSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3892 Sec.sh_type == ELF::SHT_AARCH64_AUTH_RELR); in isRelocationSec()
3900 Sec.sh_type == ELF::SHT_AARCH64_AUTH_RELR); in printRelocations()
6438 Sec.sh_type == ELF::SHT_AARCH64_AUTH_RELR)) { in forEachRelocationDo()
6466 case ELF::SHT_AARCH64_AUTH_RELR: in forEachRelocationDo()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp740 ECase(SHT_AARCH64_AUTH_RELR); in enumeration()