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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Doutput.c899 struct segment_command ctfseg_command; local
973 fill_ctf_segments(&ctfseg_command, &ctf_sect,
980 write(dst->ed_fd, &ctfseg_command, sizeof(ctfseg_command)); // lay down CTF_SEG
984 int ctfhdrsz = (sizeof(ctfseg_command) + sizeof(ctf_sect));
1002 fill_ctf_segments(&ctfseg_command, &ctf_sect, ctf_vmaddr, ctfsize,
1012 write(dst->ed_fd, &ctfseg_command, sizeof(ctfseg_command));
1069 struct segment_command_64 ctfseg_command; local
1138 fill_ctf_segments_64(&ctfseg_command,
[all...]

Completed in 123 milliseconds