Home
last modified time | relevance | path

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

/freebsd-14-stable/libexec/rtld-elf/i386/
HDreloc.c157 case R_386_TLS_TPOFF: in reloc_non_plt()
177 case R_386_TLS_TPOFF: in reloc_non_plt()
233 case R_386_TLS_TPOFF: in reloc_non_plt()
253 if (ELF_R_TYPE(rel->r_info) == R_386_TLS_TPOFF) in reloc_non_plt()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDX86.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-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDi386.def19 ELF_RELOC(R_386_TLS_TPOFF, 14)
/freebsd-14-stable/sys/sys/
HDelf_common.h1018 #define R_386_TLS_TPOFF 14 /* Negative offset in static TLS block */ macro
/freebsd-14-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1468 _ELF_DEFINE_RELOC(R_386_TLS_TPOFF, 14) \