Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c3187 CORE_ADDR current_low, current_high; in get_scope_pc_bounds() local
3189 if (dwarf2_get_pc_bounds (die, &current_low, &current_high, cu)) in get_scope_pc_bounds()
3192 best_high = current_high; in get_scope_pc_bounds()
3202 if (dwarf2_get_pc_bounds (child, &current_low, &current_high, cu)) in get_scope_pc_bounds()
3205 best_high = max (best_high, current_high); in get_scope_pc_bounds()
3217 get_scope_pc_bounds (child, &current_low, &current_high, cu); in get_scope_pc_bounds()
3222 best_high = max (best_high, current_high); in get_scope_pc_bounds()