Home | History | Annotate | Download | only in bfd

Lines Matching defs:hgot

3135       htab->root.hgot->root.u.def.value = htab->root.sgotplt->size;
3252 - htab->root.hgot->root.u.def.value);
3339 seg = htab->root.hgot->root.u.def.value
3340 + htab->root.hgot->root.u.def.section->output_section->vma
3341 + htab->root.hgot->root.u.def.section->output_offset;
4166 + htab->root.hgot->root.u.def.value;
4512 relocation -= (htab->root.hgot->root.u.def.value
6133 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_SH_DIR32);
6245 || (htab->root.target_os != is_vxworks && h == htab->root.hgot))
6292 BFD_ASSERT (htab->root.hgot != NULL);
6293 s = htab->root.hgot->root.u.def.section;
6294 dyn.d_un.d_ptr = htab->root.hgot->root.u.def.value
6343 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_SH_DIR32);
6356 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx,
6395 struct elf_link_hash_entry *hgot = htab->root.hgot;
6396 bfd_vma got_value = hgot->root.u.def.value
6397 + hgot->root.u.def.section->output_section->vma
6398 + hgot->root.u.def.section->output_offset;
6546 h = htab->root.hgot;