/freebsd/sys/sys/ |
H A D | imgact_aout.h | 110 struct exec { struct 111 uint32_t a_midmag; /* flags<<26 | mid<<16 | magic */ 112 uint32_t a_text; /* text segment size */ 113 uint32_t a_data; /* initialized data size */ 114 uint32_t a_bss; /* uninitialized data size */ 115 uint32_t a_syms; /* symbol table size */ 116 uint32_t a_entry; /* entry point */ 117 uint32_t a_trsize; /* text relocation size */ 118 uint32_t a_drsize; /* data relocation size */
|
/freebsd/contrib/kyua/engine/execenv/ |
H A D | execenv_host.cpp | 49 execenv::execenv_host::exec(const args_vector& args) const in exec() function in execenv::execenv_host
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | process.hpp | 245 exec(const atf::fs::path& prog, const argv_array& argv, in exec() function 265 exec(const atf::fs::path& prog, const argv_array& argv, in exec() function
|
/freebsd/contrib/kyua/os/freebsd/ |
H A D | execenv_jail_stub.cpp | 69 execenv_jail::exec(const args_vector&) const in exec() function in freebsd::execenv_jail
|
H A D | execenv_jail.cpp | 68 execenv_jail::exec(const args_vector& args) const in exec() function in freebsd::execenv_jail
|
/freebsd/stand/efi/loader/arch/riscv/ |
H A D | exec.c | 44 __elfN(exec)(struct preloaded_file *fp) in __elfN() argument
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | file_write.c | 221 char *exec = (char *)execname; in usage() local
|
/freebsd/libexec/pppoed/ |
H A D | pppoed.c | 254 const char *exec, struct ngm_connect ngc, int cs, int ds, void *request, in Spawn() 500 char hostname[MAXHOSTNAMELEN], *exec, rhook[NG_HOOKSIZ]; in main() local
|
/freebsd/contrib/kyua/utils/process/ |
H A D | operations.cpp | 125 process::exec(const fs::path& program, const args_vector& args) throw() in exec() function in process
|
/freebsd/contrib/atf/atf-c++/ |
H A D | check.cpp | 145 impl::exec(const atf::process::argv_array& argva) in exec() function in impl
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | database.cpp | 282 sqlite::database::exec(const std::string& sql) in exec() function in sqlite::database
|
/freebsd/contrib/kyua/os/freebsd/utils/ |
H A D | jail.cpp | 236 jail::exec(const std::string& jail_name, in exec() function in freebsd::utils::jail
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_work.c | 96 struct work_exec *exec; in linux_work_exec_unblock() local 275 struct work_exec exec; in linux_work_fn() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_suppressions.cpp | 37 InternalMmapVector<char> exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() local
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | t_regex_att.c | 260 geterror(const char *s, int *comp, int *exec) in geterror() 484 int comp, exec; in att_test() local
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | trc_gen_elem.h | 138 inline void OcsdTraceElement::setLastInstrInfo(const bool exec, const ocsd_instr_type last_i_type, … in setLastInstrInfo()
|
/freebsd/stand/userboot/ |
H A D | userboot.h | 177 void (*exec)(void *arg, uint64_t pc); member
|
/freebsd/stand/efi/loader/arch/amd64/ |
H A D | multiboot2.c | 317 exec(struct preloaded_file *fp) in exec() function
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | spp_client.c | 511 static int hs20_spp_exec(struct hs20_osu_client *ctx, xml_node_t *exec, in hs20_spp_exec() 604 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; in process_spp_post_dev_data_response() local
|
H A D | oma_dm_client.c | 390 static int oma_dm_exec_browser(struct hs20_osu_client *ctx, xml_node_t *exec) in oma_dm_exec_browser() 424 static int oma_dm_exec_get_cert(struct hs20_osu_client *ctx, xml_node_t *exec) in oma_dm_exec_get_cert() 471 static int oma_dm_exec(struct hs20_osu_client *ctx, xml_node_t *exec) in oma_dm_exec()
|
/freebsd/usr.sbin/sesutil/ |
H A D | sesutil.c | 78 int (*exec)(int argc, char **argv); member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 103 Module *exec = process->GetTarget().GetExecutableModulePointer(); in CreateInstance() local
|
/freebsd/usr.sbin/pmcannotate/ |
H A D | pmcannotate.c | 698 char *bin, *exec, *kfile, *ofile; in main() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | LibiptDecoder.cpp | 677 auto get_tsc = [](const IntelPTThreadContinousExecution &exec) { in operator <() argument
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_proc.c | 337 dt_proc_attach(dt_proc_t *dpr, int exec) in dt_proc_attach()
|