Home | History | Annotate | Download | only in bfd

Lines Matching defs:size

141   h->plt.offset = htab->iplt->size;
143 htab->iplt->size += PLT_ENTRY_SIZE;
144 htab->igotplt->size += GOT_ENTRY_SIZE;
145 htab->irelplt->size += RELA_ENTRY_SIZE;
158 h->size = PLT_ENTRY_SIZE;
178 htab->irelifunc->size += count * RELA_ENTRY_SIZE;
195 h->got.offset = htab->sgot->size;
196 htab->sgot->size += GOT_ENTRY_SIZE;
198 htab->srelgot->size += RELA_ENTRY_SIZE;
207 bfd_size_type size;
209 size = symtab_hdr->sh_info;
210 size *= (sizeof (bfd_signed_vma) /* local got */
214 bfd_zalloc (abfd, size));