Home
last modified time | relevance | path

Searched refs:highpc (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/
Dnm.c567 Dwarf_Addr highpc; member
581 if (g1->lowpc <= g2->lowpc && g1->highpc >= g2->highpc) in local_compare()
585 g2->highpc = g1->highpc; in local_compare()
588 else if (g2->lowpc <= g1->lowpc && g2->highpc >= g1->highpc) in local_compare()
592 g1->highpc = g2->highpc; in local_compare()
604 get_var_range (Dwarf_Die *die, Dwarf_Word *lowpc, Dwarf_Word *highpc) in get_var_range() argument
620 *lowpc = *highpc = loc[0].number; in get_var_range()
688 Dwarf_Addr highpc; in get_local_names() local
692 || dwarf_highpc (die, &highpc) != 0) in get_local_names()
697 if (get_var_range (die, &lowpc, &highpc) != 0) in get_local_names()
[all …]