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;
4167 + htab->root.hgot->root.u.def.value;
4513 relocation -= (htab->root.hgot->root.u.def.value
6134 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_SH_DIR32);
6246 || (htab->root.target_os != is_vxworks && h == htab->root.hgot))
6294 BFD_ASSERT (htab->root.hgot != NULL);
6295 s = htab->root.hgot->root.u.def.section;
6296 dyn.d_un.d_ptr = htab->root.hgot->root.u.def.value
6345 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_SH_DIR32);
6358 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx,
6397 struct elf_link_hash_entry *hgot = htab->root.hgot;
6398 bfd_vma got_value = hgot->root.u.def.value
6399 + hgot->root.u.def.section->output_section->vma
6400 + hgot->root.u.def.section->output_offset;
6548 h = htab->root.hgot;