Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp69 return type == R_386_TLS_GOTDESC || type == R_386_TLS_DESC_CALL ? 1 : 2; in getTlsGdRelaxSkip()
135 case R_386_TLS_DESC_CALL: in getRelExpr()
255 case R_386_TLS_DESC_CALL: in getImplicitAddend()
323 case R_386_TLS_DESC_CALL: in relocate()
376 assert(rel.type == R_386_TLS_DESC_CALL); in relaxTlsGdToLe()
408 assert(rel.type == R_386_TLS_DESC_CALL); in relaxTlsGdToIe()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Di386.def44 ELF_RELOC(R_386_TLS_DESC_CALL, 40)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp274 return ELF::R_386_TLS_DESC_CALL; in getRelocType32()
/freebsd/sys/sys/
H A Delf_common.h1064 #define R_386_TLS_DESC_CALL 40 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1494 _ELF_DEFINE_RELOC(R_386_TLS_DESC_CALL, 40) \