Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/i386/
H A Dreloc.c163 case R_386_TLS_TPOFF: in reloc_non_plt()
183 case R_386_TLS_TPOFF: in reloc_non_plt()
240 case R_386_TLS_TPOFF: in reloc_non_plt()
260 if (ELF_R_TYPE(rel->r_info) == R_386_TLS_TPOFF) in reloc_non_plt()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp53 tlsGotRel = R_386_TLS_TPOFF; in X86()
183 return R_386_TLS_TPOFF; in getDynRel()
267 case R_386_TLS_TPOFF: in getImplicitAddend()
333 case R_386_TLS_TPOFF: in relocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Di386.def19 ELF_RELOC(R_386_TLS_TPOFF, 14)
/freebsd/sys/sys/
H A Delf_common.h1042 #define R_386_TLS_TPOFF 14 /* Negative offset in static TLS block */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1468 _ELF_DEFINE_RELOC(R_386_TLS_TPOFF, 14) \