Home | History | Annotate | Download | only in bfd

Lines Matching defs:hgot

3133       htab->root.hgot->root.u.def.value = htab->root.sgotplt->size;
3249 - htab->root.hgot->root.u.def.value);
3336 seg = htab->root.hgot->root.u.def.value
3337 + htab->root.hgot->root.u.def.section->output_section->vma
3338 + htab->root.hgot->root.u.def.section->output_offset;
4163 + htab->root.hgot->root.u.def.value;
4509 relocation -= (htab->root.hgot->root.u.def.value
6130 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_SH_DIR32);
6242 || (htab->root.target_os != is_vxworks && h == htab->root.hgot))
6289 BFD_ASSERT (htab->root.hgot != NULL);
6290 s = htab->root.hgot->root.u.def.section;
6291 dyn.d_un.d_ptr = htab->root.hgot->root.u.def.value
6340 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_SH_DIR32);
6353 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx,
6392 struct elf_link_hash_entry *hgot = htab->root.hgot;
6393 bfd_vma got_value = hgot->root.u.def.value
6394 + hgot->root.u.def.section->output_section->vma
6395 + hgot->root.u.def.section->output_offset;
6543 h = htab->root.hgot;