Home
last modified time | relevance | path

Searched refs:R_386_TLS_GOTDESC (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()
133 case R_386_TLS_GOTDESC: in getRelExpr()
254 case R_386_TLS_GOTDESC: in getImplicitAddend()
322 case R_386_TLS_GOTDESC: in relocate()
363 } else if (rel.type == R_386_TLS_GOTDESC) { in relaxTlsGdToLe()
397 } else if (rel.type == R_386_TLS_GOTDESC) { in relaxTlsGdToIe()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Di386.def43 ELF_RELOC(R_386_TLS_GOTDESC, 39)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp276 return ELF::R_386_TLS_GOTDESC; in getRelocType32()
/freebsd/sys/sys/
H A Delf_common.h1063 #define R_386_TLS_GOTDESC 39 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1493 _ELF_DEFINE_RELOC(R_386_TLS_GOTDESC, 39) \