Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/gprof/
HDarcs.c609 arcp -> arc_next = archead; in addcycle()
610 archead = arcp; in addcycle()
650 for ( endlist = &archead , arcp = archead ; arcp ; ) { in compresslist()
HDgprof.h160 EXTERN arctype *archead; /* the head of arcs in current cycle list */ variable