Searched refs:lowpc (Results 1 – 1 of 1) sorted by relevance
566 Dwarf_Addr lowpc; member581 if (g1->lowpc <= g2->lowpc && g1->highpc >= g2->highpc) in local_compare()584 g2->lowpc = g1->lowpc; in local_compare()588 else if (g2->lowpc <= g1->lowpc && g2->highpc >= g1->highpc) in local_compare()591 g1->lowpc = g2->lowpc; in local_compare()596 result = g1->lowpc < g2->lowpc ? -1 : 1; in local_compare()604 get_var_range (Dwarf_Die *die, Dwarf_Word *lowpc, Dwarf_Word *highpc) in get_var_range() argument620 *lowpc = *highpc = loc[0].number; in get_var_range()687 Dwarf_Addr lowpc; in get_local_names() local691 if (dwarf_lowpc (die, &lowpc) != 0 in get_local_names()[all …]