Searched refs:thisread (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.c400 bfd_vma thisread = nbytes; local
402 if (thisread > 1024)
403 thisread = 1024;
406 if (bfd_bread ((PTR) buf, thisread, abfd) != thisread)
410 if (bfd_bwrite ((PTR) buf, thisread, abfd) != thisread)
413 nbytes -= thisread;
414 curoff += thisread;

Completed in 179 milliseconds