Home
last modified time | relevance | path

Searched refs:R_X86_64_TPOFF32 (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/arch/amd64/include/
H A Dreloc.h55 #define R_X86_64_TPOFF32 23 macro
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dx86-64.h51 RELOC_NUMBER (R_X86_64_TPOFF32, 23) /* Offset in initial TLS block */
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dx86-64.h52 RELOC_NUMBER (R_X86_64_TPOFF32, 23) /* Offset in initial TLS block */
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def29 ELF_RELOC(R_X86_64_TPOFF32, 23)
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf64-x86-64.c102 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 DX86_64.cpp320 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 Delf64-x86-64.c103 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 DX86ELFObjectWriter.cpp152 return ELF::R_X86_64_TPOFF32; in getRelocType64()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp364 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()