Lines Matching defs:size

352   unsigned long size;
399 /* The size of the largest file shuffle. */
412 add_file_shuffle (ainfo, head, tail, input_bfd, offset, size)
418 unsigned long size;
425 && (*tail)->u.file.offset + (*tail)->size == (unsigned long) offset)
428 (*tail)->size += size;
429 if ((*tail)->size > ainfo->largest_file_shuffle)
430 ainfo->largest_file_shuffle = (*tail)->size;
442 n->size = size;
451 if (size > ainfo->largest_file_shuffle)
452 ainfo->largest_file_shuffle = size;
460 bfd_byte *data, unsigned long size));
463 add_memory_shuffle (ainfo, head, tail, data, size)
468 unsigned long size;
480 n->size = size;
966 unsigned long size = fdr.cpd * external_pdr_size;
968 input_bfd, pos, size))
976 unsigned long size = fdr.copt * external_opt_size;
978 input_bfd, pos, size))
1427 /* Return the size required by the ECOFF debugging information. */
1440 #define ADD(count, size) \
1441 tot += debug->symbolic_header.count * size
1485 #define SET(offset, count, size) \
1491 where += symhdr->count * size; \
1543 #define WRITE(ptr, count, size, offset) \
1546 if (bfd_bwrite ((PTR) debug->ptr, (bfd_size_type) size * symhdr->count, abfd)\
1547 != size * symhdr->count) \
1588 if (bfd_bwrite (l->u.memory, (bfd_size_type) l->size, abfd)
1589 != l->size)
1595 || bfd_bread (space, (bfd_size_type) l->size,
1596 l->u.file.input_bfd) != l->size
1597 || bfd_bwrite (space, (bfd_size_type) l->size, abfd) != l->size)
1600 total += l->size;
1970 of the procedure can be found. But since the size of this procedure is
1988 PDR. (Yes, this problem could be eliminated if we kept the size of the
2484 memcpy (buff, l->u.memory, l->size);
2488 || (bfd_bread (buff, (bfd_size_type) l->size, l->u.file.input_bfd)
2489 != l->size))
2492 total += l->size;
2493 buff += l->size;