Home
last modified time | relevance | path

Searched refs:start_i (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dgennltvals.py124 start_i = end_i = None
127 start_i = i
130 assert start_i and end_i
131 new_lines = old_lines[0:start_i + 1]
163 start_i = end_i = None
166 start_i = i
169 assert start_i and end_i, f'{target_map_c}: Unable to find markers'
170 new_lines_c = old_lines_c[0:start_i + 1]
175 start_i = end_i = None
178 start_i = i
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf64-ppc.c14334 size_t start_i = i; in ppc64_elf_size_stubs() local
14339 if (i == start_i) in ppc64_elf_size_stubs()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf64-ppc.c14340 size_t start_i = i; in ppc64_elf_size_stubs() local
14345 if (i == start_i) in ppc64_elf_size_stubs()