Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def41 ELF_RELOC(R_X86_64_TLSDESC_CALL, 35)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp96 return type == R_X86_64_GOTPC32_TLSDESC || type == R_X86_64_TLSDESC_CALL ? 1 in getTlsGdRelaxSkip()
367 case R_X86_64_TLSDESC_CALL: in getRelExpr()
496 assert(rel.type == R_X86_64_TLSDESC_CALL); in relaxTlsGdToLe()
535 assert(rel.type == R_X86_64_TLSDESC_CALL); in relaxTlsGdToIe()
819 case R_X86_64_TLSDESC_CALL: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp190 return ELF::R_X86_64_TLSDESC_CALL; in getRelocType64()
/freebsd/sys/sys/
H A Delf_common.h1676 #define R_X86_64_TLSDESC_CALL 35 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2283 _ELF_DEFINE_RELOC(R_X86_64_TLSDESC_CALL, 35) \