Lines Matching defs:size

471 	 0,			/* size (0 = byte, 1 = short, 2 = long) */
486 2, /* size (0 = byte, 1 = short, 2 = long) */
501 4, /* size (0 = byte, 1 = short, 2 = long) */
518 2, /* size (0 = byte, 1 = short, 2 = long) */
533 1, /* size (0 = byte, 1 = short, 2 = long) */
554 1, /* size (0 = byte, 1 = short, 2 = long) */
584 2, /* size (0 = byte, 1 = short, 2 = long) */
599 2, /* size (0 = byte, 1 = short, 2 = long) */
614 1, /* size (0 = byte, 1 = short, 2 = long) */
629 1, /* size (0 = byte, 1 = short, 2 = long) */
644 2, /* size (0 = byte, 1 = short, 2 = long) */
659 4, /* size (0 = byte, 1 = short, 2 = long) */
681 1, /* size (0 = byte, 1 = short, 2 = long) */
696 1, /* size (0 = byte, 1 = short, 2 = long) */
711 1, /* size (0 = byte, 1 = short, 2 = long) */
797 2, /* size (0 = byte, 1 = short, 2 = long) */
812 1, /* size (0 = byte, 1 = short, 2 = long) */
827 1, /* size (0 = byte, 1 = short, 2 = long) */
842 4, /* size (0 = byte, 1 = short, 2 = long) */
858 1, /* size (0 = byte, 1 = short, 2 = long) */
873 4, /* size (0 = byte, 1 = short, 2 = long) */
888 1, /* size (0 = byte, 1 = short, 2 = long) */
903 1, /* size (0 = byte, 1 = short, 2 = long) */
918 1, /* size (0 = byte, 1 = short, 2 = long) */
934 1, /* size (0 = byte, 1 = short, 2 = long) */
949 4, /* size (0 = byte, 1 = short, 2 = long) */
964 1, /* size (0 = byte, 1 = short, 2 = long) */
979 1, /* size (0 = byte, 1 = short, 2 = long) */
994 1, /* size (0 = byte, 1 = short, 2 = long) */
1354 #define READ(ptr, offset, count, size, type) \
1359 bfd_size_type amt = (bfd_size_type) size * symhdr->count; \
1625 h->esym.asym.value = h->root.root.u.c.size;
1677 bfd_size_type size;
1681 size = symtab_hdr->sh_info;
1682 size *= sizeof (struct alpha_elf_got_entry *);
1685 = (struct alpha_elf_got_entry **) bfd_zalloc (abfd, size);
1998 sreloc->size += sizeof (Elf64_External_Rela);
2333 plge = &td->got->size;
2349 alpha_elf_tdata(i)->got->size = 0;
2359 bfd_size_type got_offset = alpha_elf_tdata(i)->got->size;
2380 alpha_elf_tdata(i)->got->size = got_offset;
2410 (_("%B: .got subsegment exceeds 64K (size %d)"),
2437 alpha_elf_tdata(i)->got->size = 0;
2471 if (splt->size == 0)
2472 splt->size = PLT_HEADER_SIZE;
2473 gotent->plt_offset = splt->size;
2474 splt->size += PLT_ENTRY_SIZE;
2500 splt->size = 0;
2508 if (splt->size)
2511 entries = (splt->size - NEW_PLT_HEADER_SIZE) / NEW_PLT_ENTRY_SIZE;
2513 entries = (splt->size - OLD_PLT_HEADER_SIZE) / OLD_PLT_ENTRY_SIZE;
2515 spltrel->size = entries * sizeof (Elf64_External_Rela);
2523 sgotplt->size = entries ? 16 : 0;
2549 if (s->size > 0)
2551 s->contents = (bfd_byte *) bfd_zalloc (i, s->size);
2636 relent->srel->size +=
2687 srel->size += sizeof (Elf64_External_Rela) * entries;
2736 srel->size = sizeof (Elf64_External_Rela) * entries;
2763 s->size = sizeof ELF_DYNAMIC_INTERPRETER;
2770 size the dynamic relocation sections. */
2796 if (s->size != 0)
2814 if (s->size == 0)
2828 s->contents = (bfd_byte *) bfd_zalloc (dynobj, s->size);
2838 must add the entries now so that we get the correct size for
3922 BFD_ASSERT (sizeof (Elf64_External_Rela) * srel->reloc_count <= srel->size);
4829 if (sgotplt->size > 0)
4834 dynconend = (Elf64_External_Dyn *) (sdyn->contents + sdyn->size);
4848 dyn.d_un.d_val = srelaplt ? srelaplt->size : 0;
4861 dyn.d_un.d_val -= srelaplt->size;
4869 if (splt->size > 0)
5022 last = s->vma + s->size;
5067 BFD_ASSERT (p->size == input_section->size);
5149 /* Set the size of the .mdebug section. */
5150 o->size = bfd_ecoff_debug_size (abfd, &debug, swap);
5183 sgot->size))
5272 /* Use a non-standard hash bucket size of 8. */