Home
last modified time | relevance | path

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

/freebsd-13-stable/libexec/rtld-elf/amd64/
HDreloc.c165 case R_X86_64_DTPMOD64: in reloc_non_plt()
196 case R_X86_64_DTPMOD64: in reloc_non_plt()
292 case R_X86_64_DTPMOD64: in reloc_non_plt()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDx86_64.def22 ELF_RELOC(R_X86_64_DTPMOD64, 16)
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDX86_64.cpp79 tlsModuleIndexRel = R_X86_64_DTPMOD64; in X86_64()
739 case R_X86_64_DTPMOD64: in getImplicitAddend()
/freebsd-13-stable/sys/sys/
HDelf_common.h1480 #define R_X86_64_DTPMOD64 16 /* ID of module containing symbol */ macro
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h2264 _ELF_DEFINE_RELOC(R_X86_64_DTPMOD64, 16) \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp348 case ELF::R_X86_64_DTPMOD64: { in resolveX86_64Relocation()