Home
last modified time | relevance | path

Searched defs:executable (Results 1 – 25 of 38) sorted by relevance

12

/dflybsd-src/usr.sbin/uefisign/
H A Duefisign.h43 struct executable { struct
44 const char *x_path;
45 FILE *x_fp;
47 char *x_buf;
48 size_t x_len;
53 size_t x_headers_len;
55 off_t x_checksum_off;
56 size_t x_checksum_len;
58 off_t x_certificate_entry_off;
59 size_t x_certificate_entry_len;
[all …]
/freebsd-src/usr.sbin/uefisign/
H A Duefisign.h40 struct executable { struct
41 const char *x_path;
42 FILE *x_fp;
44 char *x_buf;
45 size_t x_len;
50 size_t x_headers_len;
52 off_t x_checksum_off;
53 size_t x_checksum_len;
55 off_t x_certificate_entry_off;
56 size_t x_certificate_entry_len;
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp97 lldb::addr_t DynamicLoaderWindowsDYLD::GetLoadAddress(ModuleSP executable) { in GetLoadAddress()
124 ModuleSP executable = GetTargetExecutable(); in DidAttach() local
154 ModuleSP executable = GetTargetExecutable(); in DidLaunch() local
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dpex-one.c24 pex_one (int flags, const char *executable, char * const *argv, in pex_one()
H A Dpex-common.c152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment()
370 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run()
H A Dpex-unix.c373 pex_child_error (struct pex_obj *obj, const char *executable, in pex_child_error()
492 int flags, const char *executable, in pex_unix_exec_child()
590 pex_unix_exec_child (struct pex_obj *obj, int flags, const char *executable, in pex_unix_exec_child()
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dpex-one.c24 pex_one (int flags, const char *executable, char * const *argv, in pex_one()
H A Dpex-common.c152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment()
370 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run()
H A Dpex-unix.c468 int flags, const char *executable, in pex_unix_exec_child()
566 pex_unix_exec_child (struct pex_obj *obj, int flags, const char *executable, in pex_unix_exec_child()
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dpex-one.c24 pex_one (int flags, const char *executable, char * const *argv, in pex_one()
H A Dpex-unix.c372 pex_child_error (struct pex_obj *obj, const char *executable, in pex_child_error()
493 int flags, const char *executable, in pex_unix_exec_child()
591 pex_unix_exec_child (struct pex_obj *obj, int flags, const char *executable, in pex_unix_exec_child()
H A Dpex-common.c152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment()
368 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run()
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dpex-one.c24 pex_one (int flags, const char *executable, char * const *argv, in pex_one()
H A Dpex-unix.c370 pex_child_error (struct pex_obj *obj, const char *executable, in pex_child_error()
491 int flags, const char *executable, in pex_unix_exec_child()
589 pex_unix_exec_child (struct pex_obj *obj, int flags, const char *executable, in pex_unix_exec_child()
H A Dpex-common.c152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment()
368 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run()
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dpex-one.c24 pex_one (int flags, const char *executable, char * const *argv, in pex_one()
H A Dpex-common.c152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment()
370 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run()
H A Dpex-unix.c374 pex_child_error (struct pex_obj *obj, const char *executable, in pex_child_error()
493 int flags, const char *executable, in pex_unix_exec_child()
591 pex_unix_exec_child (struct pex_obj *obj, int flags, const char *executable, in pex_unix_exec_child()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp115 ModuleSP executable; in DidAttach() local
165 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() local
467 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp171 ModuleSP executable; in DidLaunch() local
417 ModuleSP executable = GetTargetExecutable(); RefreshModules() local
634 ModuleSP executable = GetTargetExecutable(); LoadAllCurrentModules() local
[all...]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Delf-nacl.c101 bfd_boolean executable = segment_executable (seg); in nacl_modify_segment_map() local
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delf-nacl.c100 bfd_boolean executable = segment_executable (seg); in nacl_modify_segment_map() local
/dflybsd-src/contrib/file/src/
H A Dascmagic.c128 int executable = 0; in file_ascmagic_with_encoding() local
/freebsd-src/contrib/file/src/
H A Dascmagic.c128 int executable = 0; in file_ascmagic_with_encoding() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp77 ModuleSP executable = target_sp->GetExecutableModule(); CreateInstance() local

12