Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/include/elf/
Dx86-64.h45 RELOC_NUMBER (R_X86_64_DTPMOD64, 16) /* ID of module containing symbol */
/freebsd-9-stable/libexec/rtld-elf/amd64/
Dreloc.c276 case R_X86_64_DTPMOD64: in reloc_non_plt()
/freebsd-9-stable/sys/sys/
Delf_common.h974 #define R_X86_64_DTPMOD64 16 /* ID of module containing symbol */ macro
/freebsd-9-stable/contrib/binutils/bfd/
Delf64-x86-64.c82 HOWTO(R_X86_64_DTPMOD64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
187 { BFD_RELOC_X86_64_DTPMOD64, R_X86_64_DTPMOD64, },
2739 dr_type = R_X86_64_DTPMOD64; in elf64_x86_64_relocate_section()
2966 outrel.r_info = ELF64_R_INFO (0, R_X86_64_DTPMOD64); in elf64_x86_64_relocate_section()
/freebsd-9-stable/contrib/llvm/lib/Object/
DELF.cpp39 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_X86_64_DTPMOD64); in getELFRelocationTypeName()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h350 R_X86_64_DTPMOD64 = 16, enumerator