Searched refs:R_386_TLS_GD (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/binutils/include/elf/ |
| D | i386.h | 45 RELOC_NUMBER (R_386_TLS_GD, 18)
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | elf32-i386.c | 89 HOWTO(R_386_TLS_GD, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 258 return &elf_howto_table[R_386_TLS_GD - R_386_ext_offset]; in elf_i386_reloc_type_lookup() 903 case R_386_TLS_GD: in elf_i386_tls_transition() 1009 case R_386_TLS_GD: in elf_i386_check_relocs() 1020 case R_386_TLS_GD: tls_type = GOT_TLS_GD; break; in elf_i386_check_relocs() 1369 case R_386_TLS_GD: in elf_i386_gc_sweep_hook() 2616 case R_386_TLS_GD: in elf_i386_relocate_section() 2633 if (r_type == R_386_TLS_GD in elf_i386_relocate_section() 2646 if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_GD) in elf_i386_relocate_section() 3035 else if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_GD) in elf_i386_relocate_section()
|
| D | ChangeLog-2006 | 2447 and GOT_TLS_IE_IE for R_386_TLS_GD and R_386_TLS_IE
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86ELFObjectWriter.cpp | 204 Type = ELF::R_386_TLS_GD; in GetRelocType()
|
| /freebsd-10-stable/sys/sys/ |
| D | elf_common.h | 864 #define R_386_TLS_GD 18 /* 32 bit offset to GOT (index,off) pair */ macro
|
| /freebsd-10-stable/contrib/llvm/lib/Object/ |
| D | ELF.cpp | 83 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_GD); in getELFRelocationTypeName()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 393 R_386_TLS_GD = 18, enumerator
|