Home | History | Annotate | Download | only in src

Lines Matching refs:lowpc

568   Dwarf_Addr lowpc;
583 if (g1->lowpc <= g2->lowpc && g1->highpc >= g2->highpc)
586 g2->lowpc = g1->lowpc;
590 else if (g2->lowpc <= g1->lowpc && g2->highpc >= g1->highpc)
593 g1->lowpc = g2->lowpc;
598 result = g1->lowpc < g2->lowpc ? -1 : 1;
606 get_var_range (Dwarf_Die *die, Dwarf_Word *lowpc, Dwarf_Word *highpc)
622 *lowpc = *highpc = loc[0].number;
689 Dwarf_Addr lowpc;
693 if (dwarf_lowpc (die, &lowpc) != 0
699 if (get_var_range (die, &lowpc, &highpc) != 0)
709 newp->lowpc = lowpc;
1382 Dwarf_Addr lowpc;
1385 && dwarf_lowpc (die, &lowpc) == 0
1386 && lowpc <= sym->st_value
1423 .lowpc = sym->st_value,