Home | History | Annotate | Download | only in bfd

Lines Matching defs:dst_size

7494 evax_bfd_print_dst (struct bfd *abfd, unsigned int dst_size, FILE *file)
7502 while (dst_size > 0)
7519 if (len > dst_size)
7520 len = dst_size;
7526 dst_size -= len;
8069 unsigned int dst_size = 0;
8374 dst_size = bfd_getl32 (eihs.dstsize);
8377 dst_vbn, dst_size, dst_size);
8556 evax_bfd_print_dst (abfd, dst_size, file);