Home
last modified time | relevance | path

Searched refs:R_X86_64_DTPMOD64 (Results 1 – 6 of 6) sorted by relevance

/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c170 case R_X86_64_DTPMOD64: in reloc_non_plt()
202 case R_X86_64_DTPMOD64: in reloc_non_plt()
300 case R_X86_64_DTPMOD64: in reloc_non_plt()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def22 ELF_RELOC(R_X86_64_DTPMOD64, 16)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp79 tlsModuleIndexRel = R_X86_64_DTPMOD64; in X86_64()
739 case R_X86_64_DTPMOD64: in getImplicitAddend()
/freebsd/sys/sys/
H A Delf_common.h1657 #define R_X86_64_DTPMOD64 16 /* ID of module containing symbol */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2264 _ELF_DEFINE_RELOC(R_X86_64_DTPMOD64, 16) \
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp348 case ELF::R_X86_64_DTPMOD64: { in resolveX86_64Relocation()