Searched refs:R_X86_64_GOTTPOFF (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/binutils/include/elf/ |
| HD | x86-64.h | 51 RELOC_NUMBER (R_X86_64_GOTTPOFF, 22) /* PC relative offset to IE GOT entry */
|
| /NextBSD/contrib/llvm/include/llvm/Support/ELFRelocs/ |
| HD | x86_64.def | 28 ELF_RELOC(R_X86_64_GOTTPOFF, 22)
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | elf64-x86-64.c | 100 HOWTO(R_X86_64_GOTTPOFF, 0, 2, 32, TRUE, 0, complain_overflow_signed, 193 { BFD_RELOC_X86_64_GOTTPOFF, R_X86_64_GOTTPOFF, }, 725 case R_X86_64_GOTTPOFF: in elf64_x86_64_tls_transition() 728 return R_X86_64_GOTTPOFF; in elf64_x86_64_tls_transition() 807 case R_X86_64_GOTTPOFF: in elf64_x86_64_check_relocs() 828 case R_X86_64_GOTTPOFF: tls_type = GOT_TLS_IE; break; in elf64_x86_64_check_relocs() 1228 case R_X86_64_GOTTPOFF: in elf64_x86_64_gc_sweep_hook() 2502 case R_X86_64_GOTTPOFF: in elf64_x86_64_relocate_section() 2518 r_type = R_X86_64_GOTTPOFF; in elf64_x86_64_relocate_section()
|
| /NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86ELFObjectWriter.cpp | 152 return ELF::R_X86_64_GOTTPOFF; in getRelocType64()
|
| /NextBSD/sys/sys/ |
| HD | elf_common.h | 1251 #define R_X86_64_GOTTPOFF 22 /* PC relative offset to IE GOT entry */ macro
|
| /NextBSD/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 2019 _ELF_DEFINE_RELOC(R_X86_64_GOTTPOFF, 22) \
|