Searched refs:hgot (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-vxworks.c111 if (htab->hgot)
113 htab->hgot->indx = -2;
114 htab->hgot->other &= ~ELF_ST_VISIBILITY (-1);
115 htab->hgot->forced_local = 0;
116 if (!bfd_elf_link_record_dynamic_symbol (info, htab->hgot))
H A Delf32-ppc.c3158 BFD_ASSERT (h == htab->elf.hgot);
3452 if (h != NULL && h == htab->elf.hgot && htab->plt_type == PLT_UNSET)
3511 if (h == NULL || h == htab->elf.hgot)
3521 if (h == htab->elf.hgot)
4029 if (h == NULL || h == htab->elf.hgot)
5070 htab->elf.hgot->root.u.def.value = g_o_t;
6452 relocation -= htab->elf.hgot->root.u.def.value;
6532 || h == htab->elf.hgot)
7146 + htab->elf.hgot->root.u.def.value
7147 + htab->elf.hgot
[all...]
H A Delfxx-sparc.c2240 && elf_hash_table (info)->hgot->root.u.def.value == 0)
2241 elf_hash_table (info)->hgot->root.u.def.value = 0x1000;
2490 if (elf_hash_table (info)->hgot == NULL)
2493 got_base = elf_hash_table (info)->hgot->root.u.def.value;
3565 got_base = (htab->elf.hgot->root.u.def.value
3566 + htab->elf.hgot->root.u.def.section->output_offset
3567 + htab->elf.hgot->root.u.def.section->output_section->vma);
3610 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_HI22);
3617 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_LO10);
3802 && (h == htab->elf.hgot ||
[all...]
H A Delfxx-mips.c2426 got_value = (htab->root.hgot->root.u.def.section->output_section->vma
2427 + htab->root.hgot->root.u.def.section->output_offset
2428 + htab->root.hgot->root.u.def.value);
3812 elf_hash_table (info)->hgot = h;
8360 || h == elf_hash_table (info)->hgot)
8528 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_HI16);
8535 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_LO16);
8625 got_value = (htab->root.hgot->root.u.def.section->output_section->vma
8626 + htab->root.hgot->root.u.def.section->output_offset
8627 + htab->root.hgot
[all...]
H A Delf32-i386.c3433 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
3558 || (!htab->is_vxworks && h == htab->elf.hgot))
3701 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
3708 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
3736 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
H A Delf-bfd.h367 struct elf_link_hash_entry *hgot;
366 struct elf_link_hash_entry *hgot; member in struct:elf_link_hash_table
H A Delf32-arm.c8919 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_ARM_ABS32);
9072 || (!htab->vxworks_p && h == htab->root.hgot))
9282 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_ARM_ABS32);
9332 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_ARM_ABS32);
H A Delf64-alpha.c1319 elf_hash_table (info)->hgot = h;
4793 || h == elf_hash_table (info)->hgot
H A Delf32-s390.c3336 || h == htab->elf.hgot
H A Delf64-s390.c3242 || h == htab->elf.hgot
H A Delf64-x86-64.c3218 || h == htab->elf.hgot)
H A Delfxx-ia64.c5426 || h == ia64_info->root.hgot
H A Delflink.c120 elf_hash_table (info)->hgot = h;

Completed in 299 milliseconds