Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-tic6x.c4140 unsigned int edit_index = edit_node->index; in elf32_tic6x_write_section() local
4142 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()
H A Delf32-arm.c19625 unsigned int edit_index = edit_node->index; in elf32_arm_write_section() local
19627 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()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-tic6x.c4140 unsigned int edit_index = edit_node->index; in elf32_tic6x_write_section() local
4142 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()
H A Delf32-arm.c19568 unsigned int edit_index = edit_node->index; in elf32_arm_write_section() local
19570 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()
/netbsd-src/external/bsd/less/dist/
H A Dedit.c827 public int edit_index(int n) in edit_index() function
H A Dfuncs.h129 public int edit_index(int n);
H A Dcommand.c1896 if (edit_index((int) number)) in commands()