Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/gspa/gspa/
H A Dgsp_pseu.c42 extern unsigned highest_pc, line_pc;
64 if( pc > highest_pc ) in pseudo()
65 highest_pc = pc; in pseudo()
H A Dgspa.c65 unsigned highest_pc; variable