Home | History | Annotate | Download | only in bfd

Lines Matching defs:htab

39   struct elf_link_hash_table *htab = elf_hash_table (info);
41 if (htab->irelifunc != NULL || htab->iplt != NULL)
67 htab->irelifunc = s;
77 htab->iplt = s;
86 htab->irelplt = s;
97 htab->igotplt = s;
119 struct elf_link_hash_table *htab;
153 htab = elf_hash_table (info);
183 h->got = htab->init_got_offset;
184 h->plt = htab->init_plt_offset;
196 h->got = htab->init_got_offset;
197 h->plt = htab->init_plt_offset;
211 if (htab->splt != NULL)
213 plt = htab->splt;
214 gotplt = htab->sgotplt;
215 relplt = htab->srelplt;
224 plt = htab->iplt;
225 gotplt = htab->igotplt;
226 relplt = htab->irelplt;
268 htab->ifunc_resolvers = count != 0;
275 htab->irelifunc->size += count * sizeof_reloc;
276 else if (htab->splt != NULL)
277 htab->srelgot->size += count * sizeof_reloc;
308 || htab->sgot == NULL))
328 h->got.offset = htab->sgot->size;
329 htab->sgot->size += got_entry_size;
338 if (htab->splt != NULL)
339 htab->srelgot->size += sizeof_reloc;