Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dsymtab.c1975 CORE_ADDR best_end = 0; in find_pc_sect_line() local
2149 if (best_end <= best->pc) in find_pc_sect_line()
2150 best_end = 0; in find_pc_sect_line()
2157 && (best_end == 0 || best_end > item->pc)) in find_pc_sect_line()
2158 best_end = item->pc; in find_pc_sect_line()
2193 if (best_end && (!alt || best_end < alt->pc)) in find_pc_sect_line()
2194 val.end = best_end; in find_pc_sect_line()