Searched refs:current_low (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dwarf2read.c | 2510 CORE_ADDR current_low, current_high; in get_scope_pc_bounds() local 2512 if (dwarf2_get_pc_bounds (die, ¤t_low, ¤t_high, cu)) in get_scope_pc_bounds() 2514 best_low = current_low; in get_scope_pc_bounds() 2525 if (dwarf2_get_pc_bounds (child, ¤t_low, ¤t_high, cu)) in get_scope_pc_bounds() 2527 best_low = min (best_low, current_low); in get_scope_pc_bounds() 2540 get_scope_pc_bounds (child, ¤t_low, ¤t_high, cu); in get_scope_pc_bounds() 2542 if (current_low != ((CORE_ADDR) -1)) in get_scope_pc_bounds() 2544 best_low = min (best_low, current_low); in get_scope_pc_bounds()
|