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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Doutput.c901 struct segment_command *curcmd, *ctfcmd; local
934 ctfcmd = NULL;
963 ctfcmd = curcmd;
971 if (ctfcmd) {
974 ((struct segment_command *)ctfcmd)->vmaddr, ctfsize, sz /* file offset */, swap);
979 lseek(dst->ed_fd, (off_t)((char *)ctfcmd - p), SEEK_SET);
1071 struct segment_command_64 *curcmd, *ctfcmd; local
1099 ctfcmd = NULL;
1128 ctfcmd = curcmd;
1136 if (ctfcmd) {
[all...]

Completed in 141 milliseconds