Home | History | Annotate | Download | only in src

Lines Matching refs:highpc

553   Dwarf_Addr highpc;
567 if (g1->lowpc <= g2->lowpc && g1->highpc >= g2->highpc)
571 g2->highpc = g1->highpc;
574 else if (g2->lowpc <= g1->lowpc && g2->highpc >= g1->highpc)
578 g1->highpc = g2->highpc;
590 get_var_range (Dwarf_Die *die, Dwarf_Word *lowpc, Dwarf_Word *highpc)
606 *lowpc = *highpc = loc[0].number;
674 Dwarf_Addr highpc;
678 || dwarf_highpc (die, &highpc) != 0)
683 if (get_var_range (die, &lowpc, &highpc) != 0)
694 newp->highpc = highpc;
1105 Dwarf_Addr highpc;
1109 && dwarf_highpc (die, &highpc) == 0
1110 && highpc > sym->st_value)
1147 .highpc = sym->st_value,