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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-frv.c2771 elf_hash_table (info)->hgot = h;
3617 elf_hash_table (info)->hgot->root.u.def.value
3787 struct elf_link_hash_entry *hgot = elf_hash_table (info)->hgot;
3788 bfd_vma got_value = hgot->root.u.def.value
3789 + hgot->root.u.def.section->output_section->vma
3790 + hgot->root.u.def.section->output_offset;
3928 h = elf_hash_table (info)->hgot;
3782 struct elf_link_hash_entry *hgot = elf_hash_table (info)->hgot; local
H A Delf-bfd.h377 struct elf_link_hash_entry *hgot;
376 struct elf_link_hash_entry *hgot; member in struct:elf_link_hash_table
H A Delf32-sparc.c1943 && elf_hash_table (info)->hgot->root.u.def.value == 0)
1944 elf_hash_table (info)->hgot->root.u.def.value = 0x1000;
2152 if (elf_hash_table (info)->hgot == NULL)
2155 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;
2026 if (elf_hash_table(info)->hgot == NULL)
2029 got_base = elf_hash_table (info)->hgot->root.u.def.value;
H A Delf-m10300.c637 elf_hash_table (info)->hgot = h;
H A Delf64-alpha.c2510 elf_hash_table (info)->hgot = h;
H A Delf.c1508 table->hgot = NULL;
H A Delflink.c96 elf_hash_table (info)->hgot = h;

Completed in 173 milliseconds