Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h71 #define PROFHDR_SZ (CEIL(sizeof (ProfHeader), STRUCT_ALIGN)) macro
78 #define HDR_FILLER (PROFHDR_SZ - sizeof (ProfHeader))
H A Dgprof.c588 prof_hdr.size = PROFHDR_SZ; in dump_gprofhdr()