Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c783 static int dwarf2_get_pc_bounds (struct die_info *,
2194 if (name == NULL || !dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu)) in read_func_scope()
2315 if (!dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu)) in read_lexical_block_scope()
2344 dwarf2_get_pc_bounds (struct die_info *die, CORE_ADDR *lowpc, in dwarf2_get_pc_bounds() function
2512 if (dwarf2_get_pc_bounds (die, &current_low, &current_high, cu)) in get_scope_pc_bounds()
2525 if (dwarf2_get_pc_bounds (child, &current_low, &current_high, cu)) in get_scope_pc_bounds()