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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c569 struct rawarc32 arc32; local
618 arc32.raw_frompc =
620 arc32.raw_selfpc =
622 arc32.raw_count = (actype32)arcp->arc_count;
623 if (fwrite(&arc32, sizeof (arc32), 1, sfile) !=
1398 struct rawarc32 arc32; local
1399 if (fread(&arc32, sizeof (struct rawarc32),
1402 arc.raw_frompc = (pctype)arc32.raw_frompc;
1403 arc.raw_selfpc = (pctype)arc32
[all...]

Completed in 61 milliseconds