Home | History | Annotate | Download | only in bfd

Lines Matching defs:dst_size

7507 evax_bfd_print_dst (struct bfd *abfd, unsigned int dst_size, FILE *file)
7515 while (dst_size > 0)
7534 if (len > dst_size)
7535 len = dst_size;
7541 dst_size -= len;
8085 unsigned int dst_size = 0;
8396 dst_size = bfd_getl32 (eihs.dstsize);
8399 dst_vbn, dst_size, dst_size);
8578 evax_bfd_print_dst (abfd, dst_size, file);