Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/elf/
HDx86-64.h51 RELOC_NUMBER (R_X86_64_GOTTPOFF, 22) /* PC relative offset to IE GOT entry */
/NextBSD/contrib/llvm/include/llvm/Support/ELFRelocs/
HDx86_64.def28 ELF_RELOC(R_X86_64_GOTTPOFF, 22)
/NextBSD/contrib/binutils/bfd/
HDelf64-x86-64.c100 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/
HDX86ELFObjectWriter.cpp152 return ELF::R_X86_64_GOTTPOFF; in getRelocType64()
/NextBSD/sys/sys/
HDelf_common.h1251 #define R_X86_64_GOTTPOFF 22 /* PC relative offset to IE GOT entry */ macro
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h2019 _ELF_DEFINE_RELOC(R_X86_64_GOTTPOFF, 22) \