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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dmach-o.c397 bfd_vma thisread = nbytes;
399 if (thisread > 1024)
400 thisread = 1024;
403 if (bfd_bread ((PTR) buf, thisread, abfd) != thisread)
407 if (bfd_bwrite ((PTR) buf, thisread, abfd) != thisread)
410 nbytes -= thisread;
411 curoff += thisread;
1457 bfd_vma thisread local
[all...]

Completed in 96 milliseconds