Lines Matching refs:current_byte_index
2208 bfd_size_type current_byte_index = 0; in do_with_relocs() local
2239 while (current_byte_index < s->size) in do_with_relocs()
2245 if (run > s->size - current_byte_index) in do_with_relocs()
2246 run = s->size - current_byte_index; in do_with_relocs()
2255 if (bfd_bwrite ((void *) (stream + current_byte_index), run, abfd) in do_with_relocs()
2258 current_byte_index += run; in do_with_relocs()
2277 while (current_byte_index < s->size) in do_with_relocs()
2284 run = (*p)->address - current_byte_index; in do_with_relocs()
2291 if (run > s->size - current_byte_index) in do_with_relocs()
2292 run = s->size - current_byte_index; in do_with_relocs()
2299 if (bfd_bwrite ((void *) (stream + current_byte_index), run, abfd) in do_with_relocs()
2302 current_byte_index += run; in do_with_relocs()
2306 if (relocs_to_go && (*p) && (*p)->address == current_byte_index) in do_with_relocs()
2309 && (*p) && (*p)->address == current_byte_index) in do_with_relocs()
2317 stream + current_byte_index); in do_with_relocs()
2318 current_byte_index += 4; in do_with_relocs()
2322 stream + current_byte_index); in do_with_relocs()
2323 current_byte_index += 2; in do_with_relocs()
2327 stream + current_byte_index); in do_with_relocs()
2328 current_byte_index++; in do_with_relocs()