Searched refs:exec (Results 226 - 250 of 254) sorted by relevance

1234567891011

/openbsd-current/usr.bin/tmux/
H A Dcmd-queue.c650 retval = entry->exec(cmd, item);
H A Dtmux.h1658 enum cmd_retval (*exec)(struct cmd *, struct cmdq_item *); member in struct:cmd_entry
/openbsd-current/gnu/usr.bin/perl/
H A Dregexp.h229 I32 (*exec) (pTHX_ REGEXP * const rx, char* stringarg, char* strend, member in struct:regexp_engine
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dmmo.c2331 mmo_sizeof_headers (abfd, exec)
2333 bfd_boolean exec ATTRIBUTE_UNUSED;
H A Dxsym.c2424 bfd_sym_sizeof_headers (abfd, exec)
2426 bfd_boolean exec ATTRIBUTE_UNUSED;
H A Dpdp11.c62 #define N_FLAGS(exec) 0
64 #define N_SET_FLAGS(exec, flags) do { } while (0)
538 from a raw byte stream memory image into the internal exec header
589 Swap the information in an internal exec header structure
600 /* Now fill in fields in the raw data, from the fields in the exec struct. */
768 struct exec *execp = exec_hdr (abfd);
1122 /* Fix up the exec header. */
1137 int ztih; /* Nonzero if text includes exec header. */
1208 /* Fix up exec header while we're at it. */
1280 /* Fix up exec heade
[all...]
H A Delflink.c4648 int exec = 0;
4662 exec = PF_X;
4666 exec = PF_X;
4670 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W | exec;
4671 if (exec && info->relocatable
4638 int exec = 0; local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c2492 struct exec *header;
2499 header = (struct exec *)object;
3366 used, since kernel exec does not call the initialization functions. */
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vm.c407 * @exec: drm execution context
412 int amdgpu_vm_lock_pd(struct amdgpu_vm *vm, struct drm_exec *exec, argument
416 return drm_exec_prepare_obj(exec, &vm->root.bo->tbo.base,
H A Dgfx_v9_0.c5293 bool exec = flags & AMDGPU_FENCE_FLAG_EXEC; local
5307 if (exec)
/openbsd-current/sys/arch/alpha/alpha/
H A Dmachdep.c79 #include <sys/exec.h>
791 * Allocate a submap for exec arguments. This map effectively
792 * limits the number of processes exec'ing at any time.
1566 * Set registers on exec.
/openbsd-current/sys/arch/mips64/mips64/
H A Dtrap.c48 #include <sys/exec.h>
/openbsd-current/sys/arch/hppa/hppa/
H A Dmachdep.c45 #include <sys/exec.h>
613 * Allocate a submap for exec arguments. This map effectively
614 * limits the number of processes exec'ing at any time.
1145 * Set registers on exec.
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dpdp11.c63 #define N_FLAGS(exec) 0
65 #define N_SET_FLAGS(exec, flags) do { } while (0)
364 from a raw byte stream memory image into the internal exec header
400 /* Swap the information in an internal exec header structure
407 /* Now fill in fields in the raw data, from the fields in the exec struct. */
559 struct exec *execp = exec_hdr (abfd);
855 /* Fix up the exec header. */
868 int ztih; /* Nonzero if text includes exec header. */
939 /* Fix up exec header while we're at it. */
1009 /* Fix up exec heade
[all...]
H A Dxsym.c2305 bfd_sym_sizeof_headers (bfd *abfd ATTRIBUTE_UNUSED, bfd_boolean exec ATTRIBUTE_UNUSED)
H A Delflink.c5134 int exec = 0;
5148 exec = PF_X;
5152 exec = PF_X;
5156 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W | exec;
5157 if (exec && info->relocatable
5124 int exec = 0; local
H A Dmmo.c2232 bfd_boolean exec ATTRIBUTE_UNUSED)
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dsrconv.c1670 sc.exec = 3;
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dsrconv.c1542 sc.exec = 3;
/openbsd-current/sys/dev/pci/
H A Dif_iwnreg.h1533 uint32_t exec; member in struct:iwn_general_stats
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dmachdep.c89 #include <sys/exec.h>
213 * Allocate a submap for exec arguments. This map effectively
214 * limits the number of processes exec'ing at any time.
240 * Set up registers on exec.
278 * %o6: stack pointer, built in exec())
460 * Arrange to continue execution at the code copied out in exec().
H A Dpmap.c36 #include <sys/exec.h>
/openbsd-current/sys/arch/amd64/amd64/
H A Dmachdep.c74 #include <sys/exec.h>
300 * Allocate a submap for exec arguments. This map effectively
301 * limits the number of processes exec'ing at any time.
1199 * Clear registers on exec
/openbsd-current/sys/kern/
H A Dkern_sysctl.c64 #include <sys/exec.h>
/openbsd-current/sys/arch/i386/i386/
H A Dmachdep.c75 #include <sys/exec.h>
362 * Allocate a submap for exec arguments. This map effectively
363 * limits the number of processes exec'ing at any time.
2854 * Clear registers on exec

Completed in 704 milliseconds

1234567891011