Searched refs:edit_index (Results 1 – 7 of 7) sorted by relevance
4140 unsigned int edit_index = edit_node->index; in elf32_tic6x_write_section() local4142 if (in_index < edit_index && in_index * 8 < input_size) in elf32_tic6x_write_section()4150 else if (in_index == edit_index in elf32_tic6x_write_section()4152 && edit_index == UINT_MAX)) in elf32_tic6x_write_section()
19625 unsigned int edit_index = edit_node->index; in elf32_arm_write_section() local19627 if (in_index < edit_index && in_index * 8 < input_size) in elf32_arm_write_section()19634 else if (in_index == edit_index in elf32_arm_write_section()19636 && edit_index == UINT_MAX)) in elf32_arm_write_section()
19568 unsigned int edit_index = edit_node->index; in elf32_arm_write_section() local19570 if (in_index < edit_index && in_index * 8 < input_size) in elf32_arm_write_section()19577 else if (in_index == edit_index in elf32_arm_write_section()19579 && edit_index == UINT_MAX)) in elf32_arm_write_section()
827 public int edit_index(int n) in edit_index() function
129 public int edit_index(int n);
1896 if (edit_index((int) number)) in commands()