Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-tic6x.c4268 unsigned int in_index, out_index; in elf32_tic6x_write_section() local
4271 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;) in elf32_tic6x_write_section()
4277 if (in_index < edit_index && in_index * 8 < input_size) in elf32_tic6x_write_section()
4281 contents + in_index * 8, add_to_offsets); in elf32_tic6x_write_section()
4283 in_index++; in elf32_tic6x_write_section()
4285 else if (in_index == edit_index in elf32_tic6x_write_section()
4286 || (in_index * 8 >= input_size in elf32_tic6x_write_section()
4292 in_index++; in elf32_tic6x_write_section()
4334 contents + in_index * 8, add_to_offsets); in elf32_tic6x_write_section()
4336 in_index++; in elf32_tic6x_write_section()
Delf32-arm.c15635 unsigned int in_index, out_index; in elf32_arm_write_section() local
15638 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;) in elf32_arm_write_section()
15644 if (in_index < edit_index && in_index * 8 < input_size) in elf32_arm_write_section()
15647 contents + in_index * 8, add_to_offsets); in elf32_arm_write_section()
15649 in_index++; in elf32_arm_write_section()
15651 else if (in_index == edit_index in elf32_arm_write_section()
15652 || (in_index * 8 >= input_size in elf32_arm_write_section()
15658 in_index++; in elf32_arm_write_section()
15699 contents + in_index * 8, add_to_offsets); in elf32_arm_write_section()
15701 in_index++; in elf32_arm_write_section()