Home
last modified time | relevance | path

Searched refs:R_X86_64_TPOFF32 (Results 1 – 7 of 7) sorted by relevance

/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c169 case R_X86_64_TPOFF32: in reloc_non_plt()
201 case R_X86_64_TPOFF32: in reloc_non_plt()
279 case R_X86_64_TPOFF32: in reloc_non_plt()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def29 ELF_RELOC(R_X86_64_TPOFF32, 23)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp364 case R_X86_64_TPOFF32: in getRelExpr()
721 case R_X86_64_TPOFF32: in getImplicitAddend()
846 case R_X86_64_TPOFF32: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp153 return ELF::R_X86_64_TPOFF32; in getRelocType64()
/freebsd/sys/sys/
H A Delf_common.h1664 #define R_X86_64_TPOFF32 23 /* Offset in static TLS block */ macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp364 case ELF::R_X86_64_TPOFF32: { in resolveX86_64Relocation()
1988 ELF::R_X86_64_TPOFF32, Value.Addend - Addend); in processX86_64GOTTPOFFRelocation()
2129 ELF::R_X86_64_TPOFF32, Value.Addend - Addend); in processX86_64TLSRelocation()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2271 _ELF_DEFINE_RELOC(R_X86_64_TPOFF32, 23) \