Searched refs:dwarf2_get_pc_bounds (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | dwarf2read.c | 783 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, ¤t_low, ¤t_high, cu)) in get_scope_pc_bounds() 2525 if (dwarf2_get_pc_bounds (child, ¤t_low, ¤t_high, cu)) in get_scope_pc_bounds()
|