Searched refs:R_X86_64_TLSGD (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | x86-64.h | 48 RELOC_NUMBER (R_X86_64_TLSGD, 19) /* PC relative offset to GD GOT block */
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf64-x86-64.c | 91 HOWTO(R_X86_64_TLSGD, 0, 2, 32, TRUE, 0, complain_overflow_signed, 190 { BFD_RELOC_X86_64_TLSGD, R_X86_64_TLSGD, }, 722 case R_X86_64_TLSGD: in elf64_x86_64_tls_transition() 814 case R_X86_64_TLSGD: in elf64_x86_64_check_relocs() 827 case R_X86_64_TLSGD: tls_type = GOT_TLS_GD; break; in elf64_x86_64_check_relocs() 1225 case R_X86_64_TLSGD: in elf64_x86_64_gc_sweep_hook() 2499 case R_X86_64_TLSGD: in elf64_x86_64_relocate_section() 2513 if (r_type == R_X86_64_TLSGD in elf64_x86_64_relocate_section() 2524 if (ELF64_R_TYPE (rel->r_info) == R_X86_64_TLSGD) in elf64_x86_64_relocate_section() 2804 else if (ELF64_R_TYPE (rel->r_info) == R_X86_64_TLSGD) in elf64_x86_64_relocate_section()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86ELFObjectWriter.cpp | 85 Type = ELF::R_X86_64_TLSGD; in GetRelocType()
|
| /freebsd-9-stable/sys/sys/ |
| D | elf_common.h | 977 #define R_X86_64_TLSGD 19 /* PC relative offset to GD GOT entry */ macro
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | ELF.cpp | 42 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_X86_64_TLSGD); in getELFRelocationTypeName()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 353 R_X86_64_TLSGD = 19, enumerator
|