Lines Matching defs:htab
83 struct elf_link_hash_table *htab;
87 htab = elf_hash_table (info);
111 if (htab->hgot)
113 htab->hgot->indx = -2;
114 htab->hgot->other &= ~ELF_ST_VISIBILITY (-1);
115 htab->hgot->forced_local = 0;
116 if (!bfd_elf_link_record_dynamic_symbol (info, htab->hgot))
119 if (htab->hplt)
121 htab->hplt->indx = -2;
122 htab->hplt->type = STT_FUNC;
309 struct elf_link_hash_table *htab = elf_hash_table (info);
312 && (!htab->dynamic_sections_created
313 || htab->target_os != is_vxworks