Searched refs:best_end (Results 1 – 1 of 1) sorted by relevance
1975 CORE_ADDR best_end = 0; in find_pc_sect_line() local2149 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()