Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c605 struct rawarc32 arc32; in dumpsum_ostyle() local
654 arc32.raw_frompc = in dumpsum_ostyle()
656 arc32.raw_selfpc = in dumpsum_ostyle()
658 arc32.raw_count = (actype32)arcp->arc_count; in dumpsum_ostyle()
659 if (fwrite(&arc32, sizeof (arc32), 1, sfile) != in dumpsum_ostyle()
1435 struct rawarc32 arc32; in readarcs() local
1436 if (fread(&arc32, sizeof (struct rawarc32), in readarcs()
1439 arc.raw_frompc = (pctype)arc32.raw_frompc; in readarcs()
1440 arc.raw_selfpc = (pctype)arc32.raw_selfpc; in readarcs()
1441 arc.raw_count = (actype)arc32.raw_count; in readarcs()