Searched refs:exec (Results 1 - 25 of 179) sorted by path

12345678

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c69 * and handles exec and fork (by always following the parent). The control
355 * attaching to a process or after a victim process completes an exec(2).
358 dt_proc_attach(dt_proc_t *dpr, int exec) argument
368 if (exec) {
371 return; /* exec failed: nothing needs to be done */
542 * We must trace exit from exec() system calls so that if the exec is
926 "failed to control pid %d: process exec'd "
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dcheck.cpp145 impl::exec(const atf::process::argv_array& argva) function in class:impl
H A Dcheck.hpp74 friend std::auto_ptr< check_result > exec(const atf::process::argv_array&);
123 std::auto_ptr< check_result > exec(const atf::process::argv_array&);
H A Dcheck_test.cpp64 return atf::check::exec(argva);
79 return atf::check::exec(argva);
246 set_md_var("descr", "Tests that exec properly cleans up the temporary "
269 set_md_var("descr", "Tests that exec properly captures the exit "
319 set_md_var("descr", "Tests that exec properly captures the stdout "
375 std::auto_ptr< atf::check::check_result > r = atf::check::exec(argva);
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dprocess.hpp114 status exec(const atf::fs::path&, const argv_array&,
126 status exec(const atf::fs::path&, const argv_array&,
138 status exec(const atf::fs::path&, const argv_array&,
150 status exec(const atf::fs::path&, const argv_array&,
162 status exec(const atf::fs::path&, const argv_array&,
178 status exec(const atf::fs::path&, const argv_array&,
245 exec(const atf::fs::path& prog, const argv_array& argv, function in namespace:atf::process
265 exec(const atf::fs::path& prog, const argv_array& argv, function in namespace:atf::process
268 return exec(prog, argv, outsb, errsb, NULL);
H A Dprocess_test.cpp61 using atf::process::exec;
67 return exec(get_process_helpers_path(tc, true),
249 set_md_var("descr", "Tests that the exec argv provided by an argv_array "
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check.cpp341 return atf::check::exec(argva);
447 atf::process::exec(atf::fs::path("diff"),
/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-target.h135 struct external_exec exec_bytes; /* Raw exec header from file. */
136 struct internal_exec exec; /* Cleaned-up exec header. */ local
148 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
150 exec.a_info = GET_MAGIC (abfd, exec_bytes.e_info);
153 if (N_BADMAG (exec))
157 if (!(MACHTYPE_OK (N_MACHTYPE (exec))))
161 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
165 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
168 target = NAME (aout, some_aout_object_p) (abfd, &exec, M
[all...]
H A Daoutx.h367 from a raw byte stream memory image into the internal exec header
406 Swap the information in an internal exec header structure
414 /* Now fill in fields in the raw data, from the fields in the exec struct. */
565 struct exec *execp = exec_hdr (abfd);
938 /* Fix up the exec header. */
951 /* TRUE if text includes exec header. */
1026 /* Fix up exec header while we're at it. */
1096 /* Fix up exec header. */
1125 segment right after the exec header; the latter is counted in the
H A Dcorefile.c135 char *exec; local
151 exec = bfd_get_filename (exec_bfd);
152 if (exec == NULL)
159 last_slash = strrchr (exec, '/');
161 exec = last_slash + 1;
163 return strcmp (exec, core) == 0;
H A Delflink.c5412 int exec = 0;
5426 exec = PF_X;
5430 exec = PF_X;
5434 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W | exec;
5435 if (exec && info->relocatable
5402 int exec = 0; local
H A Dfreebsd.h45 #define N_MACHTYPE(exec) \
47 ((freebsd_swap_magic(&(exec).a_info) >> 16) & 0x3ff))
48 #define N_FLAGS(exec) \
50 ((freebsd_swap_magic(&(exec).a_info) >> 26) & 0x3f))
52 #define N_SET_INFO(exec, magic, type, flags) \
53 ((exec).a_info = ((magic) & 0xffff) \
56 #define N_SET_MACHTYPE(exec, machtype) \
57 ((exec).a_info = \
58 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
59 #define N_SET_FLAGS(exec, flag
[all...]
H A Dgen-aout.c32 struct exec my_exec;
41 if (fread(&my_exec, sizeof(struct exec), 1, file) != 1) {
H A Dlibaout.h172 /* zmagic files only. For go32, the length of the exec header contributes
216 /* This is the layout in memory of a "struct exec" while we process it.
297 #define N_DYNAMIC(exec) ((exec).a_info & 0x80000000)
300 # define N_MAGIC(exec) ((exec).a_info & 0xffff)
304 # define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
308 # define N_FLAGS(exec) (((exec)
[all...]
H A Dnetbsd.h37 #define N_MACHTYPE(exec) \
38 ((enum machine_type) (((exec).a_info >> 16) & 0x03ff))
39 #define N_FLAGS(exec) \
40 (((exec).a_info >> 26) & 0x3f)
42 #define N_SET_INFO(exec, magic, type, flags) \
43 ((exec).a_info = ((magic) & 0xffff) \
46 #define N_SET_MACHTYPE(exec, machtype) \
47 ((exec).a_info = \
48 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
49 #define N_SET_FLAGS(exec, flag
[all...]
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A Dchew.c321 static void exec (dict_type *);
357 exec (word) function
371 exec (e);
1247 exec (word);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c1544 sc.exec = 3;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h72 "struct exec". Don't assume that on this machine, the "struct exec"
87 /* How big the "struct exec" is on disk */
90 /* This is the layout in memory of a "struct exec" while we process it. */
92 struct exec struct
129 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
130 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
131 #define N_FLAGS(exec) (((exe
[all...]
/freebsd-11-stable/contrib/binutils/include/aout/
H A Dencap.h24 * how to exec the file. Therefore, the only fields that need to
29 * A normal bsd header (struct exec) is placed after the coff headers,
35 * The only problem is to track down the bsd exec header. The
117 The _N_HDROFF gets sizeof struct exec added to it, so we have
130 sizeof (struct coffheader) + sizeof (struct exec) : 0)
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat22 Rem If their environment space is too small, re-exec with a larger one
/freebsd-11-stable/contrib/gdb/gdb/
H A Dfbsd-proc.c82 int read, write, exec; local
100 exec = (strchr (protection, 'x') != 0);
109 exec ? 'x' : '-');
113 func (start, size, read, write, exec, obfd);
H A Dgcore.c311 int read, int write, int exec, void *data)
320 if (read == 0 && write == 0 && exec == 0)
366 if (exec)
310 gcore_create_callback(CORE_ADDR vaddr, unsigned long size, int read, int write, int exec, void *data) argument
H A Dtarget.c342 maybe_kill_then_create_inferior (char *exec, char *args, char **env) argument
345 target_create_inferior (exec, args, env);
2416 Shows the entire stack of targets currently in use (including the exec-file,\n\
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c1325 int (*exec)(struct hv_kvp_msg *, void *))
1337 kvp_op_hdlrs[key].kvp_op_exec = exec;
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js134 match = quickExpr.exec( selector );
147 ret = rsingleTag.exec( selector );
829 access: function( elems, key, value, exec, fn, pass ) {
835 jQuery.access( elems, k, key[k], exec, fn, value );
842 // Optionally, function values get executed if exec is true
843 exec = !pass && exec && jQuery.isFunction(value);
846 fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass );
865 var match = rwebkit.exec( ua ) ||
866 ropera.exec( u
[all...]

Completed in 243 milliseconds

12345678