Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c298 case R_AARCH64_TLSDESC: in reloc_plt()
558 case R_AARCH64_TLSDESC: in reloc_non_plt()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp86 tlsDescRel = R_AARCH64_TLSDESC; in AArch64()
224 case R_AARCH64_TLSDESC: in getImplicitAddend()
630 case R_AARCH64_TLSDESC: in relocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DAArch64.def141 ELF_RELOC(R_AARCH64_TLSDESC, 0x407)
/freebsd/sys/sys/
H A Delf_common.h1087 #define R_AARCH64_TLSDESC 1031 /* Identify the TLS descriptor */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1623 _ELF_DEFINE_RELOC(R_AARCH64_TLSDESC, 1031) \