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

12

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-vxworks.c93 if (htab->hgot)
95 htab->hgot->indx = -2;
96 htab->hgot->other &= ~ELF_ST_VISIBILITY (-1);
97 htab->hgot->forced_local = 0;
98 if (!bfd_elf_link_record_dynamic_symbol (info, htab->hgot))
H A Delf32-ppc.c3033 BFD_ASSERT (h == htab->elf.hgot);
3292 if (h && h == htab->elf.hgot && htab->plt_type == PLT_UNSET)
3349 if (h == NULL || h == htab->elf.hgot)
3359 if (h == htab->elf.hgot)
3797 if (h == NULL || h == htab->elf.hgot)
4800 htab->elf.hgot->root.u.def.value = g_o_t;
6117 relocation -= htab->elf.hgot->root.u.def.value;
6197 || h == htab->elf.hgot)
6810 + htab->elf.hgot->root.u.def.value
6811 + htab->elf.hgot
[all...]
H A Delfxx-sparc.c2255 && elf_hash_table (info)->hgot->root.u.def.value == 0)
2256 elf_hash_table (info)->hgot->root.u.def.value = 0x1000;
2499 if (elf_hash_table (info)->hgot == NULL)
2502 got_base = elf_hash_table (info)->hgot->root.u.def.value;
3553 got_base = (htab->elf.hgot->root.u.def.value
3554 + htab->elf.hgot->root.u.def.section->output_offset
3555 + htab->elf.hgot->root.u.def.section->output_section->vma);
3598 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_HI22);
3605 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_LO10);
3790 && (h == htab->elf.hgot ||
[all...]
H A Delf32-bfin.c3297 elf_hash_table (info)->hgot = h;
4099 elf_hash_table (info)->hgot->root.u.def.value
4259 struct elf_link_hash_entry *hgot = elf_hash_table (info)->hgot;
4260 bfd_vma got_value = hgot->root.u.def.value
4261 + hgot->root.u.def.section->output_section->vma
4262 + hgot->root.u.def.section->output_offset;
4400 h = elf_hash_table (info)->hgot;
5068 || h == elf_hash_table (info)->hgot)
4257 struct elf_link_hash_entry *hgot = elf_hash_table (info)->hgot; local
H A Delf32-frv.c4315 elf_hash_table (info)->hgot = h;
5498 elf_hash_table (info)->hgot->root.u.def.value
5804 struct elf_link_hash_entry *hgot = elf_hash_table (info)->hgot;
5805 bfd_vma got_value = hgot->root.u.def.value
5806 + hgot->root.u.def.section->output_section->vma
5807 + hgot->root.u.def.section->output_offset;
5965 h = elf_hash_table (info)->hgot;
5799 struct elf_link_hash_entry *hgot = elf_hash_table (info)->hgot; local
H A Delfxx-mips.c2402 got_value = (htab->root.hgot->root.u.def.section->output_section->vma
2403 + htab->root.hgot->root.u.def.section->output_offset
2404 + htab->root.hgot->root.u.def.value);
3801 elf_hash_table (info)->hgot = h;
8256 || h == elf_hash_table (info)->hgot)
8424 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_HI16);
8431 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_LO16);
8521 got_value = (htab->root.hgot->root.u.def.section->output_section->vma
8522 + htab->root.hgot->root.u.def.section->output_offset
8523 + htab->root.hgot
[all...]
H A Delf32-i386.c3543 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
3668 || (!htab->is_vxworks && h == htab->elf.hgot))
3811 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
3818 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
3846 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
H A Delf-bfd.h355 struct elf_link_hash_entry *hgot;
354 struct elf_link_hash_entry *hgot; member in struct:elf_link_hash_table
H A Delf32-arm.c7044 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_ARM_ABS32);
7198 || (!htab->vxworks_p && h == htab->root.hgot))
7405 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_ARM_ABS32);
7450 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_ARM_ABS32);
H A Delf32-m68k.c2105 || h == elf_hash_table (info)->hgot)
H A Delf32-m88k.c1936 || h == elf_hash_table (info)->hgot)
H A Delf32-vax.c1959 || h == elf_hash_table (info)->hgot)
H A Delf-m10300.c612 elf_hash_table (info)->hgot = h;
4509 || h == elf_hash_table (info)->hgot)
H A Delf64-alpha.c1295 elf_hash_table (info)->hgot = h;
4731 || h == elf_hash_table (info)->hgot
H A Delf32-hppa.c1000 eh = elf_hash_table (info)->hgot;
4068 || eh == htab->etab.hgot))
H A Delf32-cris.c1780 || h == elf_hash_table (info)->hgot)
H A Delf64-sh64.c3894 || h == elf_hash_table (info)->hgot)
H A Delf32-m32r.c3367 || h == htab->root.hgot)
H A Delf32-s390.c3313 || h == htab->elf.hgot
H A Delf64-s390.c3256 || h == htab->elf.hgot
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-frv.c2746 elf_hash_table (info)->hgot = h;
3593 elf_hash_table (info)->hgot->root.u.def.value
3763 struct elf_link_hash_entry *hgot = elf_hash_table (info)->hgot;
3764 bfd_vma got_value = hgot->root.u.def.value
3765 + hgot->root.u.def.section->output_section->vma
3766 + hgot->root.u.def.section->output_offset;
3910 h = elf_hash_table (info)->hgot;
3758 struct elf_link_hash_entry *hgot = elf_hash_table (info)->hgot; local
H A Delf-bfd.h358 struct elf_link_hash_entry *hgot;
357 struct elf_link_hash_entry *hgot; member in struct:elf_link_hash_table
H A Delf32-sparc.c1951 && elf_hash_table (info)->hgot->root.u.def.value == 0)
1952 elf_hash_table (info)->hgot->root.u.def.value = 0x1000;
2160 if (elf_hash_table (info)->hgot == NULL)
2163 got_base = elf_hash_table (info)->hgot->root.u.def.value;
H A Delf64-sparc.c1239 && elf_hash_table (info)->hgot->root.u.def.value == 0)
1240 elf_hash_table (info)->hgot->root.u.def.value = 0x1000;
2037 if (elf_hash_table(info)->hgot == NULL)
2040 got_base = elf_hash_table (info)->hgot->root.u.def.value;
H A Delf-m10300.c656 elf_hash_table (info)->hgot = h;

Completed in 547 milliseconds

12