Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1132 SHT_AARCH64_AUTH_RELR = 0x70000004U, enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp279 STRINGIFY_ENUM_CASE(ELF, SHT_AARCH64_AUTH_RELR); in getELFSectionTypeName()
/freebsd-head/contrib/llvm-project/lld/ELF/
HDSyntheticSections.h552 (d->type == llvm::ELF::SHT_AARCH64_AUTH_RELR && in classof()
HDSyntheticSections.cpp1746 ? SHT_AARCH64_AUTH_RELR in RelrBaseSection()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.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-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp740 ECase(SHT_AARCH64_AUTH_RELR); in enumeration()