Lines Matching defs:arc32
569 struct rawarc32 arc32;
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;
1399 if (fread(&arc32, sizeof (struct rawarc32),
1402 arc.raw_frompc = (pctype)arc32.raw_frompc;
1403 arc.raw_selfpc = (pctype)arc32.raw_selfpc;
1404 arc.raw_count = (actype)arc32.raw_count;