Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/uefisign/
H A Duefisign.h42 struct executable { struct
43 const char *x_path;
44 FILE *x_fp;
46 char *x_buf;
47 size_t x_len;
52 size_t x_headers_len;
54 off_t x_checksum_off;
55 size_t x_checksum_len;
57 off_t x_certificate_entry_off;
60 int x_nsections;
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp101 lldb::addr_t DynamicLoaderWindowsDYLD::GetLoadAddress(ModuleSP executable) { in GetLoadAddress()
128 ModuleSP executable = GetTargetExecutable(); in DidAttach() local
158 ModuleSP executable = GetTargetExecutable(); in DidLaunch() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp125 ModuleSP executable; in DidAttach() local
175 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() local
481 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules() local
/freebsd-13.1/contrib/file/src/
H A Dascmagic.c128 int executable = 0; in file_ascmagic_with_encoding() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp183 ModuleSP executable; in DidLaunch() local
597 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp76 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp159 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange()
H A Dsanitizer_linux_libcdep.cpp604 bool executable = phdr->p_flags & PF_X; in AddModuleSegments() local
H A Dsanitizer_common.h807 bool executable; member
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1672 svn_boolean_t executable, in io_set_perms()
1822 svn_boolean_t executable, in io_set_file_perms()
1837 svn_boolean_t executable, in io_set_dir_perms()
2427 svn_boolean_t executable, in svn_io_set_file_executable()
2477 svn_io__is_finfo_executable(svn_boolean_t *executable, in svn_io__is_finfo_executable()
2511 svn_io_is_file_executable(svn_boolean_t *executable, in svn_io_is_file_executable()
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c675 svn_boolean_t executable; in revert_wc_data() local
/freebsd-13.1/usr.sbin/autofs/
H A Dcommon.c1034 bool executable; in parse_map() local
/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dfile-merge.c881 svn_boolean_t executable; in svn_cl__merge_file() local
/freebsd-13.1/contrib/tcsh/
H A Dsh.exec.c885 executable(const Char *dir, const Char *name, int dir_ok) in executable() function
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dadd.c257 svn_boolean_t executable = FALSE; in svn_client__get_paths_auto_props() local
H A Dexport.c188 svn_string_t *eol_style, *keywords, *executable, *special; in export_node() local
H A Dpatch.c249 svn_boolean_t executable; member
/freebsd-13.1/sys/amd64/amd64/
H A Dpmap.c2260 pmap_allow_2m_x_page(pmap_t pmap, bool executable) in pmap_allow_2m_x_page()