Lines Matching defs:size

64   /* reloc_done, vma, lma, size, rawsize,                          */
443 size of the symbolic information header. It would be cleaner to
533 #define UPDATE_RAW_END(start, count, size) \
534 cb_end = internal_symhdr->start + internal_symhdr->count * (size); \
542 /* eraxxon@alumni.rice.edu: ioptMax refers to the size of the
1100 case btAdr: /* Address - integer same size as pointer. */
1254 word 4 stride size in bits. */
1869 /* Get the size of the section headers. */
1997 away in line_filepos before increasing the section size. */
1999 current->line_filepos = current->size / 8;
2005 affect the section size, though. FIXME: Does this work for
2060 sofar += current->size;
2062 file_sofar += current->size;
2064 /* Make sure that this section is of the right size too. */
2069 current->size += sofar - old_sofar;
2418 section.s_size = current->size;
2431 want the linker to compute the best size to use, or
2469 text_size += current->size;
2485 data_size += current->size;
2494 bss_size += current->size;
2516 symbols, it's the size of symbolic information header. */
2793 After the symbol definitions comes four bytes holding the size of
2825 unsigned int size,
2836 *rehash = (hash & (size - 1)) | 1;
3026 /* Ultrix appears to use as a hash table size the least power of two
3916 #define READ(ptr, offset, count, size, type) \
3921 bfd_size_type amt = (bfd_size_type) size * symhdr->count; \
4018 if (input_section->size == 0)
4023 BFD_ASSERT (input_section->size == link_order->size);
4054 input_section->size))
4162 bfd_size_type size;
4166 size = bfd_get_reloc_size (rel.howto);
4167 buf = bfd_zmalloc (size);
4194 (file_ptr) link_order->offset, size);
4425 h->esym.asym.value = h->root.u.c.size;