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

/linux-master/tools/perf/util/
H A Ddwarf-aux.c1639 Dwarf_Addr highpc,
1661 /* highpc is exclusive. [entrypc,highpc) */
1662 if (addr >= highpc)
1686 if (*postprologue_addr >= highpc)
1712 Dwarf_Addr highpc; local
1714 if (dwarf_highpc(sp_die, &highpc))
1724 highpc, &postprologue_addr))
1636 die_get_postprologue_addr(unsigned long entrypc_idx, Dwarf_Lines *lines, unsigned long nr_lines, Dwarf_Addr highpc, Dwarf_Addr *postprologue_addr) argument

Completed in 221 milliseconds