Searched refs:DTRACE_D_STRIP (Results 1 – 4 of 4) sorted by relevance
134 #define DTRACE_D_STRIP 0x01 /* strip non-loadable sections from program */ macro
159 if ((dof = dtrace_dof_create(dtp, pgp, DTRACE_D_STRIP)) == NULL) in dtrace_program_exec()
956 { "strip", dt_opt_dflags, DTRACE_D_STRIP },
841 if (!(flags & DTRACE_D_STRIP)) { in dtrace_dof_create()