Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp81 case R_386_TLS_GD: in getRelExpr()
161 return type == R_386_TLS_GD ? R_RELAX_TLS_GD_TO_LE_NEG in adjustTlsExpr()
264 case R_386_TLS_GD: in getImplicitAddend()
326 case R_386_TLS_GD: in relocate()
348 if (rel.type == R_386_TLS_GD) { in relaxTlsGdToLe()
383 if (rel.type == R_386_TLS_GD) { in relaxTlsGdToIe()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Di386.def23 ELF_RELOC(R_386_TLS_GD, 18)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp291 return ELF::R_386_TLS_GD; in getRelocType32()
/freebsd/sys/sys/
H A Delf_common.h1046 #define R_386_TLS_GD 18 /* 32 bit offset to GOT (index,off) pair */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1472 _ELF_DEFINE_RELOC(R_386_TLS_GD, 18) \