/src/lib/libc/gen/ |
nlist_aout.c | 102 struct exec exec; local in function:__fdnlist_aout 109 if (pread(fd, &exec, sizeof(exec), (off_t)0) != sizeof(exec) || 110 N_BADMAG(exec) || fstat(fd, &st) < 0) 113 symoff = N_SYMOFF(exec); 114 symsize = (size_t)exec.a_syms;
|
setproctitle.c | 45 #include <sys/exec.h>
|
/src/sys/compat/ultrix/ |
ultrix_exec_ecoff.c | 86 #include <sys/exec.h> 95 * Do any machine-dependent diddling of the exec package when doing ECOFF.
|
/src/usr.sbin/mdsetimage/ |
exec_aout.c | 51 const struct exec *execp; 58 execp = (const struct exec *)&mappedfile[0]; 71 const struct exec *execp; 75 execp = (const struct exec *)&mappedfile[0];
|
/src/sys/arch/riscv/include/ |
netbsd32_machdep.h | 38 #include <sys/exec.h>
|
/src/sys/compat/vax1k/ |
vax1k_exec.c | 34 * Exec glue to provide compatibility with older NetBSD vax1k exectuables. 50 #include <sys/exec.h> 69 .es_hdrsz = sizeof(struct exec), 103 * Given a proc pointer and an exec package pointer, see if the referent 109 * the process's vm space and inserting them into the exec package. 118 struct exec *execp = epp->ep_hdr; 120 if (epp->ep_hdrvalid < sizeof(struct exec)) 136 sizeof(struct exec), true); 141 sizeof(struct exec), false); 157 sizeof(struct exec), true) [all...] |
/src/sys/arch/hppa/stand/common/ |
exec_hppa.c | 33 #include <sys/exec.h> 39 #include <lib/libsa/exec.h>
|
/src/sys/compat/aoutm68k/ |
aoutm68k_mod.c | 37 #include <sys/exec.h> 46 .es_hdrsz = sizeof(struct exec),
|
/src/sys/arch/sparc/stand/bootxx/ |
bootxx.c | 33 #include <sys/exec.h> 133 int m = N_GETMAGIC(*(struct exec *)addr); 135 /* Move exec header out of the way */ 136 memcpy(addr - sizeof(struct exec), addr, n); 137 addr -= sizeof(struct exec);
|
/src/sys/compat/sunos/ |
sunos_exec.h | 51 #define SUNOS_AOUT_HDR_SIZE (sizeof(struct exec))
|
/src/sys/arch/amiga/stand/dumpfont/ |
dumpfont.c | 10 #include <exec/types.h> 11 #include <exec/memory.h> 17 #include <inline/exec.h>
|
/src/sys/compat/common/ |
compat_exec.c | 45 #include <sys/exec.h> 63 struct exec *execp = epp->ep_hdr; 109 struct exec *execp = epp->ep_hdr; 120 epp->ep_taddr, epp->ep_vp, sizeof(struct exec), 125 epp->ep_daddr, epp->ep_vp, execp->a_text + sizeof(struct exec), 151 struct exec *execp = epp->ep_hdr; 163 sizeof(struct exec), VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE);
|
/src/sys/compat/m68k4k/ |
m68k4k_exec.c | 34 * Exec glue to provide compatibility with older NetBSD m68k4k exectuables. 56 #include <sys/exec.h> 65 .es_hdrsz = sizeof(struct exec), 103 * Given a proc pointer and an exec package pointer, see if the referent 109 * the process's vm space and inserting them into the exec package. 118 struct exec *execp = epp->ep_hdr; 124 if (epp->ep_hdrvalid < sizeof(struct exec)) 154 * exec_m68k4k_prep_zmagic(): Prepare an m68k4k ZMAGIC binary's exec package 156 * First, set of the various offsets/lengths in the exec package. 166 struct exec *execp = epp->ep_hdr [all...] |
/src/sys/kern/ |
exec_aout.c | 39 #include <sys/exec.h> 53 .es_hdrsz = sizeof(struct exec), 86 * Given a lwp pointer and an exec package pointer, see if the referent 92 * the process's vm space and inserting them into the exec package. 101 struct exec *execp = epp->ep_hdr; 103 if (epp->ep_hdrvalid < sizeof(struct exec)) 135 * exec_aout_prep_zmagic(): Prepare a 'native' ZMAGIC binary's exec package 137 * First, set of the various offsets/lengths in the exec package. 147 struct exec *execp = epp->ep_hdr; 179 * exec_aout_prep_nmagic(): Prepare a 'native' NMAGIC binary's exec packag [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_suppressions.cc | 37 InternalScopedString exec(kMaxPathLength); local in function:__sanitizer::GetPathAssumingFileIsRelativeToExec 38 if (ReadBinaryNameCached(exec.data(), exec.size())) { 39 const char *file_name_pos = StripModuleName(exec.data()); 40 uptr path_to_exec_len = file_name_pos - exec.data(); 41 internal_strncat(new_file_path, exec.data(),
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/ |
nouveau_nvkm_subdev_timer_base.c | 79 LIST_HEAD(exec); 96 list_add(&alarm->exec, &exec); 105 list_for_each_entry_safe(alarm, atemp, &exec, exec) { 106 list_del(&alarm->exec);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
bus.h | 16 int nvkm_hwsq_fini(struct nvkm_hwsq **, bool exec);
|
/src/tests/kernel/ |
h_ps_strings2.c | 35 #include <sys/exec.h>
|
/src/sys/sys/ |
kobj.h | 36 #include <sys/exec.h>
|
/src/sys/arch/ia64/ia64/ |
core_machdep.c | 38 #include <sys/exec.h>
|
/src/lib/librumpuser/ |
rumpuser_mem.c | 78 int exec, void **memp) 91 if (exec)
|
/src/sys/arch/i386/i386/ |
aout_machdep.c | 76 #include <sys/exec.h> 86 struct exec *execp = epp->ep_hdr; 147 * Determine of the given exec package refers to something which we
|
/src/sys/arch/x68k/stand/boot_ufs/ |
bootmain.c | 72 static int load_file (const char*, unsigned int, struct exec *); 73 static int load_file_ino (ino32_t, const char*, unsigned int, struct exec *); 207 load_file(const char *path, unsigned int addr, struct exec *header) 214 load_file_ino(ino32_t ino, const char *fn, unsigned int addr, struct exec *header) 226 ufs_read(&dinode, (void *)addr, 0, sizeof(struct exec)); 227 memcpy(header, (void *)addr, sizeof(struct exec)); 237 ufs_read(&dinode, ((char *)addr)-sizeof(struct exec), 0,/* XXX */ 259 struct exec header;
|
/src/sys/arch/alpha/stand/common/ |
bootxx.c | 71 #include <sys/exec.h>
|
/src/sys/arch/arm/arm32/ |
netbsd32_machdep_13.c | 42 #include <sys/exec.h>
|