Searched refs:R_X86_64_TPOFF32 (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/arch/amd64/include/ |
H A D | reloc.h | 55 #define R_X86_64_TPOFF32 23 macro
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | x86-64.h | 51 RELOC_NUMBER (R_X86_64_TPOFF32, 23) /* Offset in initial TLS block */
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | x86-64.h | 52 RELOC_NUMBER (R_X86_64_TPOFF32, 23) /* Offset in initial TLS block */
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
H A D | x86_64.def | 29 ELF_RELOC(R_X86_64_TPOFF32, 23)
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-x86-64.c | 102 HOWTO(R_X86_64_TPOFF32, 0, 2, 32, FALSE, 0, complain_overflow_signed, 148 { BFD_RELOC_X86_64_TPOFF32, R_X86_64_TPOFF32, }, 181 BFD_ASSERT (r_type <= (unsigned int) R_X86_64_TPOFF32); in elf64_x86_64_info_to_howto() 187 i = r_type - ((unsigned int) R_X86_64_GNU_VTINHERIT - R_X86_64_TPOFF32 - 1); in elf64_x86_64_info_to_howto() 598 return R_X86_64_TPOFF32; in elf64_x86_64_tls_transition() 601 return R_X86_64_TPOFF32; in elf64_x86_64_tls_transition() 661 case R_X86_64_TPOFF32: in elf64_x86_64_check_relocs() 2080 r_type = R_X86_64_TPOFF32; in elf64_x86_64_relocate_section() 2088 if (r_type == R_X86_64_TPOFF32) in elf64_x86_64_relocate_section() 2373 case R_X86_64_TPOFF32: in elf64_x86_64_relocate_section()
|
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | X86_64.cpp | 320 case R_X86_64_TPOFF32: in getRelExpr() 676 case R_X86_64_TPOFF32: in getImplicitAddend() 800 case R_X86_64_TPOFF32: in relocate()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-x86-64.c | 103 HOWTO(R_X86_64_TPOFF32, 0, 2, 32, FALSE, 0, complain_overflow_signed, 194 { BFD_RELOC_X86_64_TPOFF32, R_X86_64_TPOFF32, }, 707 return R_X86_64_TPOFF32; in elf64_x86_64_tls_transition() 710 return R_X86_64_TPOFF32; in elf64_x86_64_tls_transition() 774 case R_X86_64_TPOFF32: in elf64_x86_64_check_relocs() 2515 r_type = R_X86_64_TPOFF32; in elf64_x86_64_relocate_section() 2525 if (r_type == R_X86_64_TPOFF32) in elf64_x86_64_relocate_section() 2988 case R_X86_64_TPOFF32: in elf64_x86_64_relocate_section()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 152 return ELF::R_X86_64_TPOFF32; in getRelocType64()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 364 case ELF::R_X86_64_TPOFF32: { in resolveX86_64Relocation() 1977 ELF::R_X86_64_TPOFF32, Value.Addend - Addend); in processX86_64GOTTPOFFRelocation() 2118 ELF::R_X86_64_TPOFF32, Value.Addend - Addend); in processX86_64TLSRelocation()
|