Home
last modified time | relevance | path

Searched refs:R_386_TLS_GD (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/elf/
Di386.h45 RELOC_NUMBER (R_386_TLS_GD, 18)
/freebsd-10-stable/contrib/binutils/bfd/
Delf32-i386.c89 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()
DChangeLog-20062447 and GOT_TLS_IE_IE for R_386_TLS_GD and R_386_TLS_IE
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp204 Type = ELF::R_386_TLS_GD; in GetRelocType()
/freebsd-10-stable/sys/sys/
Delf_common.h864 #define R_386_TLS_GD 18 /* 32 bit offset to GOT (index,off) pair */ macro
/freebsd-10-stable/contrib/llvm/lib/Object/
DELF.cpp83 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_GD); in getELFRelocationTypeName()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h393 R_386_TLS_GD = 18, enumerator