Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dieee.c2208 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()
[all …]
Doasys.c962 bfd_size_type current_byte_index = 0; in oasys_write_data() local
971 current_byte_index = 0; in oasys_write_data()
974 while (current_byte_index < s->size) in oasys_write_data()
984 H_PUT_32 (abfd, s->vma + current_byte_index, in oasys_write_data()
993 while (current_byte_index < s->size && dst <= in oasys_write_data()
1001 if (r->address == current_byte_index) in oasys_write_data()
1018 current_byte_index++; in oasys_write_data()