Lines Matching defs:size

147 	 2,			/* size (0 = byte, 1 = short, 2 = long) */
162 2, /* size (0 = byte, 1 = short, 2 = long) */
392 size_t size;
409 size = bfd_get_32 (abfd, note->descdata + 8);
427 size = 68;
435 size, note->descpos + offset);
508 /* The size in bytes of an entry in the procedure linkage table. */
1052 bfd_size_type size;
1054 size = symtab_hdr->sh_info;
1055 size *= (sizeof (bfd_signed_vma)
1057 local_got_refcounts = bfd_zalloc (abfd, size);
1517 if (h->size == 0)
1519 (*_bfd_error_handler) (_("dynamic variable `%s' is zero size"),
1539 htab->srelbss->size += sizeof (Elf32_External_Rel);
1590 if (s->size == 0)
1591 s->size += PLT_ENTRY_SIZE;
1593 h->plt.offset = s->size;
1608 s->size += PLT_ENTRY_SIZE;
1612 htab->sgotplt->size += 4;
1615 htab->srelplt->size += sizeof (Elf32_External_Rel);
1629 htab->srelplt2->size += (sizeof (Elf32_External_Rel) * 2);
1635 htab->srelplt2->size += (sizeof (Elf32_External_Rel) * 2);
1678 eh->tlsdesc_got = htab->sgotplt->size
1680 htab->sgotplt->size += 8;
1686 h->got.offset = s->size;
1687 s->size += 4;
1690 s->size += 4;
1699 htab->srelgot->size += 2 * sizeof (Elf32_External_Rel);
1702 htab->srelgot->size += sizeof (Elf32_External_Rel);
1704 htab->srelgot->size += 2 * sizeof (Elf32_External_Rel);
1710 htab->srelgot->size += sizeof (Elf32_External_Rel);
1712 htab->srelplt->size += sizeof (Elf32_External_Rel);
1804 sreloc->size += p->count * sizeof (Elf32_External_Rel);
1864 s->size = sizeof ELF_DYNAMIC_INTERPRETER;
1904 srel->size += p->count * sizeof (Elf32_External_Rel);
1930 *local_tlsdesc_gotent = htab->sgotplt->size
1932 htab->sgotplt->size += 8;
1938 *local_got = s->size;
1939 s->size += 4;
1942 s->size += 4;
1949 srel->size += 2 * sizeof (Elf32_External_Rel);
1952 srel->size += sizeof (Elf32_External_Rel);
1954 htab->srelplt->size += sizeof (Elf32_External_Rel);
1966 htab->tls_ldm_got.offset = htab->sgot->size;
1967 htab->sgot->size += 8;
1968 htab->srelgot->size += sizeof (Elf32_External_Rel);
1981 slot size. */
2011 if (s->size != 0 && s != htab->srelplt && s != htab->srelplt2)
2024 if (s->size == 0)
2048 s->contents = bfd_zalloc (dynobj, s->size);
2057 must add the entries now so that we get the correct size for
2069 if (htab->splt->size != 0)
2282 switch (howto->size)
2323 switch (howto->size)
2657 BFD_ASSERT (rel->r_offset + 9 <= input_section->size);
2683 if (rel->r_offset + 10 <= input_section->size
2733 BFD_ASSERT (roff + 4 <= input_section->size);
2757 BFD_ASSERT (roff + 2 <= input_section->size);
2784 BFD_ASSERT (rel->r_offset + 4 <= input_section->size);
2841 BFD_ASSERT (rel->r_offset + 4 <= input_section->size);
2914 <= htab->sgotplt->size);
2924 <= sreloc->contents + sreloc->size);
2970 <= sreloc->contents + sreloc->size);
2992 <= sreloc->contents + sreloc->size);
3046 BFD_ASSERT (rel->r_offset + 9 <= input_section->size);
3070 BFD_ASSERT (rel->r_offset + 10 <= input_section->size);
3122 BFD_ASSERT (roff + 4 <= input_section->size);
3161 BFD_ASSERT (roff + 2 <= input_section->size);
3202 BFD_ASSERT (rel->r_offset + 9 <= input_section->size);
3605 dynconend = (Elf32_External_Dyn *) (sdyn->contents + sdyn->size);
3630 dyn.d_un.d_val = s->size;
3643 dyn.d_un.d_val -= s->size;
3655 dyn.d_un.d_ptr += s->size;
3663 if (htab->splt && htab->splt->size > 0)
3723 int num_plts = (htab->splt->size / PLT_ENTRY_SIZE) - 1;
3752 if (htab->sgotplt->size > 0)
3765 if (htab->sgot && htab->sgot->size > 0)