Home
last modified time | relevance | path

Searched refs:this_transfer (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsymfile.c1436 bfd_size_type this_transfer = size - sent; in load_section_callback() local
1438 if (this_transfer >= block_size) in load_section_callback()
1439 this_transfer = block_size; in load_section_callback()
1441 this_transfer, &err); in load_section_callback()