Searched refs:dt_cpp_add_arg (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_open.c | 1228 if (dt_cpp_add_arg(dtp, "-D__sun") == NULL || in dt_vopen() 1229 dt_cpp_add_arg(dtp, "-D__unix") == NULL || in dt_vopen() 1230 dt_cpp_add_arg(dtp, "-D__SVR4") == NULL || in dt_vopen() 1232 dt_cpp_add_arg(dtp, isadef) == NULL || in dt_vopen() 1233 dt_cpp_add_arg(dtp, utsdef) == NULL) in dt_vopen() 1252 if (dt_cpp_add_arg(dtp, "-D__sparc") == NULL) in dt_vopen() 1256 dt_cpp_add_arg(dtp, "-D__sparcv9") == NULL) in dt_vopen() 1268 if (dt_cpp_add_arg(dtp, "-D__amd64") == NULL) in dt_vopen() 1271 if (dt_cpp_add_arg(dtp, "-D__i386") == NULL) in dt_vopen() 1278 if (dt_cpp_add_arg(dtp, "-m64") == NULL) in dt_vopen() [all …]
|
| H A D | dt_options.c | 131 if (dt_cpp_add_arg(dtp, "-H") == NULL) in dt_opt_cpp_hdrs() 186 if (dt_cpp_add_arg(dtp, buf) == NULL) { in dt_opt_cpp_opts()
|
| H A D | dt_impl.h | 617 extern char *dt_cpp_add_arg(dtrace_hdl_t *, const char *);
|
| H A D | dt_subr.c | 426 dt_cpp_add_arg(dtrace_hdl_t *dtp, const char *str) in dt_cpp_add_arg() function
|