Searched refs:current_byte_index (Results 1 – 1 of 1) sorted by relevance
2200 bfd_size_type current_byte_index = 0; in do_with_relocs() local2231 while (current_byte_index < s->size) in do_with_relocs()2237 if (run > s->size - current_byte_index) in do_with_relocs()2238 run = s->size - current_byte_index; in do_with_relocs()2247 if (bfd_bwrite ((void *) (stream + current_byte_index), run, abfd) in do_with_relocs()2250 current_byte_index += run; in do_with_relocs()2269 while (current_byte_index < s->size) in do_with_relocs()2276 run = (*p)->address - current_byte_index; in do_with_relocs()2283 if (run > s->size - current_byte_index) in do_with_relocs()2284 run = s->size - current_byte_index; in do_with_relocs()[all …]