Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/gpl3/binutils.old/dist/include/aout/
H A Dhp.h29 struct exec struct
50 /* Tell a.out.gnu.h not to define `struct exec'. */ argument
/netbsd-src/external/gpl3/binutils/dist/include/aout/
H A Dhp.h29 struct exec struct
50 /* Tell a.out.gnu.h not to define `struct exec'. */ argument
/netbsd-src/sys/sys/
H A Dexec_aout.h45 struct exec { struct
46 unsigned long a_midmag; /* htonl(flags<<26 | mid<<16 | magic) */
47 unsigned long a_text; /* text segment size */
48 unsigned long a_data; /* initialized data size */
49 unsigned long a_bss; /* uninitialized data size */
73 * 00 traditional executable or object file argument
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_aout.h45 struct exec { struct
46 uint32_t a_midmag; /* htonl(flags<<26 | mid<<16 | magic) */
47 uint32_t a_text; /* text segment size */
48 uint32_t a_data; /* initialized data size */
49 uint32_t a_bss; /* uninitialized data size */
73 * 00 traditional executable or object file argument
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_aout.h45 struct exec { struct
46 uint32_t a_midmag; /* htonl(flags<<26 | mid<<16 | magic) */
47 uint32_t a_text; /* text segment size */
48 uint32_t a_data; /* initialized data size */
49 uint32_t a_bss; /* uninitialized data size */
73 * 00 traditional executable or object file argument
/netbsd-src/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c86 struct exec { argument
85 struct exec { global() struct
87 a_textexec global() argument
88 a_dataexec global() argument
89 a_bssexec global() argument
90 a_symsexec global() argument
91 a_entryexec global() argument
92 a_trsizeexec global() argument
93 a_drsizeexec global() argument
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/exec/
H A DCMakeLists.txt1 project(exec C) project
32 add_executable(exec main.c) target
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dprocess.hpp250 exec(const atf::fs::path& prog, const argv_array& argv, in exec() function
270 exec(const atf::fs::path& prog, const argv_array& argv, in exec() function
/netbsd-src/external/bsd/atf/dist/tools/
H A Dprocess.hpp297 exec(const tools::fs::path& prog, const argv_array& argv, in exec() function
317 exec(const tools::fs::path& prog, const argv_array& argv, in exec() function
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcorefile.c160 const char *exec; in generic_core_file_matches_executable_p() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcorefile.c160 const char *exec; in generic_core_file_matches_executable_p() local
/netbsd-src/lib/libc/gen/
H A Dnlist_aout.c102 struct exec exec; in __fdnlist_aout() local
/netbsd-src/lib/librumpuser/
H A Drumpuser_mem.c78 int exec, void **memp) in rumpuser_anonmmap()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/
H A Dtest_sign.c32 int print_usage(char *exec) { in print_usage()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dcheck.cpp149 impl::exec(const atf::process::argv_array& argva) in exec() function in impl
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
H A Dtest_join.c172 Issuer* initIssuer(int length_key_chain, char *filename, char *exec, TSS_HCONTEXT hContext) { in initIssuer()
281 int print_usage(char *exec) { in print_usage()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc37 InternalScopedString exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.cc35 InternalScopedString exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() local
/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Ddatabase.cpp246 sqlite::database::exec(const std::string& sql) in exec() function in sqlite::database
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc47 const BrigDirectiveExecutable *exec = (const BrigDirectiveExecutable *) base; in operator ()() local
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUOperandSyntax.rst504 exec section in Operands
546 A single bit flag indicating that the :ref:`exec<amdgpu_synid_exec>` is all zeros. argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.cpp37 InternalMmapVector<char> exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() local
/netbsd-src/tests/lib/libc/regex/
H A Dt_regex_att.c260 geterror(const char *s, int *comp, int *exec) in geterror()
489 int comp, exec; in att_test() local
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Ddriver.c63 int (*exec)(void); member
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/
H A Dnouveau_nvkm_subdev_bus_hwsq.c66 nvkm_hwsq_fini(struct nvkm_hwsq **phwsq, bool exec) in nvkm_hwsq_fini()

123