Searched refs:out_index (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf32-tic6x.c4280 unsigned int in_index, out_index;
4283 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
4292 edited_contents + out_index * 8,
4294 out_index++;
4314 bfd_vma exidx_offset = offset + out_index * 8;
4326 &edited_contents[out_index * 8]);
4330 &edited_contents[out_index * 8 + 4]);
4332 out_index++;
4345 edited_contents + out_index * 8,
4347 out_index
4279 unsigned int in_index, out_index; local
[all...]
H A Delf32-arm.c18637 unsigned int in_index, out_index; local
18640 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
18648 copy_exidx_entry (output_bfd, edited_contents + out_index * 8,
18650 out_index++;
18670 bfd_vma exidx_offset = offset + out_index * 8;
18690 &edited_contents[out_index * 8]);
18694 &edited_contents[out_index * 8 + 4]);
18696 out_index++;
18708 copy_exidx_entry (output_bfd, edited_contents + out_index * 8,
18710 out_index
[all...]

Completed in 208 milliseconds