HomeSort by: relevance | last modified time | path
    Searched defs:target_cu (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 10467 struct dwarf2_cu *target_cu = cu;
10470 target_die = follow_die_ref (die, attr, &target_cu);
10471 gdb_assert (target_cu->per_objfile->objfile == objfile);
10474 = dwarf2_attr (target_die, DW_AT_ranges, target_cu);
10476 if (die_is_declaration (target_die, target_cu))
10481 target_physname = dw2_linkage_name (target_die, target_cu);
10483 target_physname = dwarf2_physname (NULL, target_die, target_cu);
10494 + target_cu->gnu_ranges_base);
10496 dwarf2_ranges_read_low_addrs (ranges_offset, target_cu,
10509 if (dwarf2_get_pc_bounds (target_die, &lowpc, NULL, target_cu,
10458 struct dwarf2_cu *target_cu = cu; local
12961 struct dwarf2_cu *target_cu = cu; local
15672 struct dwarf2_cu *target_cu = cu; local
20672 struct dwarf2_cu *target_cu, *cu = *ref_cu; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 8887 struct dwarf2_cu *target_cu = cu;
8890 target_die = follow_die_ref (die, attr, &target_cu);
8891 gdb_assert (target_cu->per_objfile->objfile == objfile);
8894 = dwarf2_attr (target_die, DW_AT_ranges, target_cu);
8896 if (die_is_declaration (target_die, target_cu))
8901 target_physname = dw2_linkage_name (target_die, target_cu);
8903 target_physname = dwarf2_physname (NULL, target_die, target_cu);
8914 + target_cu->gnu_ranges_base);
8916 dwarf2_ranges_read_low_addrs (ranges_offset, target_cu,
8929 if (dwarf2_get_pc_bounds (target_die, &lowpc, NULL, target_cu,
8880 struct dwarf2_cu *target_cu = cu; local
11254 struct dwarf2_cu *target_cu = cu; local
13994 struct dwarf2_cu *target_cu = cu; local
18264 dwarf2_cu *target_cu = source_cu; local
    [all...]

Completed in 32 milliseconds