Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/bfd/
Dieee.c2200 bfd_size_type current_byte_index = 0; in do_with_relocs() local
2231 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 …]