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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Doutput.c984 int ctfhdrsz = (sizeof(ctfseg_command) + sizeof(ctf_sect)); local
991 mh->sizeofcmds += ctfhdrsz;
994 * Chop the first ctfhdrsz bytes out of the generic data so
999 dataoffset += ctfhdrsz;
1000 datalength -= ctfhdrsz;
1003 (sizeof(*mh) + cmdlength + ctfhdrsz + datalength) /* file offset */,
1149 int ctfhdrsz = (sizeof(ctfseg_command) + sizeof(ctf_sect)); local
1156 mh->sizeofcmds += ctfhdrsz;
1159 * Chop the first ctfhdrsz bytes out of the generic data so
1164 dataoffset += ctfhdrsz;
[all...]

Completed in 129 milliseconds