Lines Matching full:htab
85 struct elf_link_hash_table *htab;
89 htab = elf_hash_table (info);
113 if (htab->hgot)
115 htab->hgot->indx = -2;
116 htab->hgot->other &= ~ELF_ST_VISIBILITY (-1);
117 htab->hgot->forced_local = 0;
118 if (!bfd_elf_link_record_dynamic_symbol (info, htab->hgot))
121 if (htab->hplt)
123 htab->hplt->indx = -2;
124 htab->hplt->type = STT_FUNC;