Searched refs:exec (Results 76 - 100 of 254) sorted by relevance

1234567891011

/openbsd-current/usr.bin/tmux/
H A Dcmd-set-environment.c43 .exec = cmd_set_environment_exec
H A Dcmd-list-windows.c58 .exec = cmd_list_windows_exec
H A Dcmd-respawn-window.c44 .exec = cmd_respawn_window_exec
H A Dcmd-respawn-pane.c44 .exec = cmd_respawn_pane_exec
H A Dcmd-bind-key.c44 .exec = cmd_bind_key_exec
H A Dcmd-resize-window.c43 .exec = cmd_resize_window_exec
H A Dcmd-paste-buffer.c44 .exec = cmd_paste_buffer_exec
H A Dcmd-set-option.c45 .exec = cmd_set_option_exec
58 .exec = cmd_set_option_exec
71 .exec = cmd_set_option_exec
H A Dcmd-show-options.c48 .exec = cmd_show_options_exec
61 .exec = cmd_show_options_exec
74 .exec = cmd_show_options_exec
H A Dcmd-switch-client.c44 .exec = cmd_switch_client_exec
H A Dcmd-show-environment.c47 .exec = cmd_show_environment_exec
H A Dcmd-list-panes.c47 .exec = cmd_list_panes_exec
/openbsd-current/sys/lib/libsa/
H A Dloadfile.c82 #include <sys/exec.h>
126 /* Read the exec header. */
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Daout-tic30.c552 struct external_exec exec_bytes; /* Raw exec header from file. */
553 struct internal_exec exec; /* Cleaned-up exec header. */ local
565 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
567 exec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
570 if (N_BADMAG (exec))
573 if (!(MACHTYPE_OK (N_MACHTYPE (exec))))
577 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
581 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
584 target = NAME (aout, some_aout_object_p) (abfd, &exec, tic30_aout_callbac
[all...]
H A Driscix.c640 struct external_exec exec_bytes; /* Raw exec header from file */
641 struct internal_exec exec; /* Cleaned-up exec header */ local
652 exec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
654 if (N_BADMAG (exec)) return 0;
656 if (!(MACHTYPE_OK (N_MACHTYPE (exec)))) return 0;
659 NAME(aout,swap_exec_header_in) (abfd, &exec_bytes, &exec);
661 target = riscix_some_aout_object_p (abfd, &exec, MY(callback));
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Daout-tic30.c537 struct external_exec exec_bytes; /* Raw exec header from file. */
538 struct internal_exec exec; /* Cleaned-up exec header. */ local
550 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
552 exec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
555 if (N_BADMAG (exec))
558 if (!(MACHTYPE_OK (N_MACHTYPE (exec))))
562 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
566 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
569 target = NAME (aout, some_aout_object_p) (abfd, &exec, tic30_aout_callbac
[all...]
H A Driscix.c608 struct external_exec exec_bytes; /* Raw exec header from file. */
609 struct internal_exec exec; /* Cleaned-up exec header. */ local
620 exec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
622 if (N_BADMAG (exec))
626 if (!(MACHTYPE_OK (N_MACHTYPE (exec))))
630 NAME (aout, swap_exec_header_in) (abfd, & exec_bytes, & exec);
632 target = riscix_some_aout_object_p (abfd, & exec, MY (callback));
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_mes.c1151 struct drm_exec exec; local
1156 drm_exec_init(&exec, 0);
1157 drm_exec_until_all_locked(&exec) {
1158 r = drm_exec_lock_obj(&exec,
1160 drm_exec_retry_on_contention(&exec);
1164 r = amdgpu_vm_lock_pd(vm, &exec, 0);
1165 drm_exec_retry_on_contention(&exec);
1202 drm_exec_fini(&exec);
1212 drm_exec_fini(&exec);
1224 struct drm_exec exec; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.h62 #define N_TXTOFF(x) ( sizeof (struct exec) )
69 /* We use this copy of the exec header for VMS. We do not actually use it, but
73 struct exec struct
86 struct exec header; /* a.out header */
/openbsd-current/gnu/usr.bin/binutils/gdb/
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
/openbsd-current/sys/sys/
H A Dexec.h1 /* $OpenBSD: exec.h,v 1.54 2024/04/02 08:39:16 deraadt Exp $ */
2 /* $NetBSD: exec.h,v 1.59 1996/02/09 18:25:09 christos Exp $ */
39 * @(#)exec.h 8.3 (Berkeley) 1/21/94
80 exec_makecmds_fcn es_check; /* function to check exec format */
101 /* exec vmspace-creation command set; see below */
112 void *ep_hdr; /* file's exec header */
204 * exec package with the necessary functions for any exec-type-specific
207 * Functions for specific exec types should be defined in their own
240 struct exec { struct
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/aout/
H A Dhp300hpux.h90 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
/openbsd-current/gnu/usr.bin/binutils-2.17/include/aout/
H A Dhp300hpux.h90 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
/openbsd-current/lib/libelf/
H A D_libelf_config.h158 #include <machine/exec.h>
/openbsd-current/usr.bin/systat/
H A Dengine.h95 void ( *exec)(const char *); member in struct:command

Completed in 242 milliseconds

1234567891011