/dflybsd-src/usr.sbin/uefisign/ |
H A D | uefisign.h | 43 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 D | uefisign.h | 40 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 D | DynamicLoaderWindowsDYLD.cpp | 97 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 D | pex-one.c | 24 pex_one (int flags, const char *executable, char * const *argv, in pex_one()
|
H A D | pex-common.c | 152 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 D | pex-unix.c | 373 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 D | pex-one.c | 24 pex_one (int flags, const char *executable, char * const *argv, in pex_one()
|
H A D | pex-common.c | 152 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 D | pex-unix.c | 468 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 D | pex-one.c | 24 pex_one (int flags, const char *executable, char * const *argv, in pex_one()
|
H A D | pex-unix.c | 372 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 D | pex-common.c | 152 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 D | pex-one.c | 24 pex_one (int flags, const char *executable, char * const *argv, in pex_one()
|
H A D | pex-unix.c | 370 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 D | pex-common.c | 152 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 D | pex-one.c | 24 pex_one (int flags, const char *executable, char * const *argv, in pex_one()
|
H A D | pex-common.c | 152 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 D | pex-unix.c | 374 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 D | DynamicLoaderHexagonDYLD.cpp | 115 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 D | DynamicLoaderPOSIXDYLD.cpp | 171 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 D | elf-nacl.c | 101 bfd_boolean executable = segment_executable (seg); in nacl_modify_segment_map() local
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | elf-nacl.c | 100 bfd_boolean executable = segment_executable (seg); in nacl_modify_segment_map() local
|
/dflybsd-src/contrib/file/src/ |
H A D | ascmagic.c | 128 int executable = 0; in file_ascmagic_with_encoding() local
|
/freebsd-src/contrib/file/src/ |
H A D | ascmagic.c | 128 int executable = 0; in file_ascmagic_with_encoding() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 77 ModuleSP executable = target_sp->GetExecutableModule(); CreateInstance() local
|