Searched refs:target_cu (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | dwarf2read.c | 9805 struct dwarf2_cu *target_cu = cu; in read_call_site_scope() local 9808 target_die = follow_die_ref_or_sig (die, attr, &target_cu); in read_call_site_scope() 9809 gdb_assert (target_cu->objfile == objfile); in read_call_site_scope() 9810 if (die_is_declaration (target_die, target_cu)) in read_call_site_scope() 9816 target_attr = dwarf2_attr (target_die, DW_AT_linkage_name, target_cu); in read_call_site_scope() 9819 target_cu); in read_call_site_scope() 9823 target_physname = dwarf2_physname (NULL, target_die, target_cu); in read_call_site_scope() 9837 if (!dwarf2_get_pc_bounds (target_die, &lowpc, NULL, target_cu, NULL)) in read_call_site_scope() 17439 struct dwarf2_cu *target_cu, *cu = *ref_cu; in follow_die_offset() local 17443 target_cu = cu; in follow_die_offset() [all …]
|