Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/elf/
HDi386.h61 RELOC_NUMBER (R_386_TLS_LE_32, 34)
/NextBSD/contrib/llvm/include/llvm/Support/ELFRelocs/
HDi386.def39 ELF_RELOC(R_386_TLS_LE_32, 34)
/NextBSD/contrib/binutils/bfd/
HDelf32-i386.c117 HOWTO(R_386_TLS_LE_32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
291 return &elf_howto_table[R_386_TLS_LE_32 - R_386_tls_offset]; in elf_i386_reloc_type_lookup()
908 return R_386_TLS_LE_32; in elf_i386_tls_transition()
913 return R_386_TLS_LE_32; in elf_i386_tls_transition()
916 return R_386_TLS_LE_32; in elf_i386_tls_transition()
1116 case R_386_TLS_LE_32: in elf_i386_check_relocs()
2629 r_type = R_386_TLS_LE_32; in elf_i386_relocate_section()
2643 if (r_type == R_386_TLS_LE_32) in elf_i386_relocate_section()
3254 case R_386_TLS_LE_32: in elf_i386_relocate_section()
3270 if (r_type == R_386_TLS_LE_32) in elf_i386_relocate_section()
[all …]
HDChangeLog-02036516 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
6518 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
6523 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86ELFObjectWriter.cpp206 return ELF::R_386_TLS_LE_32; in getRelocType32()
/NextBSD/sys/sys/
HDelf_common.h877 #define R_386_TLS_LE_32 34 /* 32 bit offset within static TLS block */ macro