Home
last modified time | relevance | path

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

/freebsd/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/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
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp171 ModuleSP executable; in DidLaunch() local
417 ModuleSP executable = GetTargetExecutable(); in RefreshModules() local
654 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules() local
/freebsd/contrib/file/src/
H A Dascmagic.c128 int executable = 0; in file_ascmagic_with_encoding() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp79 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp78 ModuleSP executable = target_sp->GetExecutableModule(); in CreateInstance() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp196 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange()
H A Dsanitizer_linux_libcdep.cpp673 bool executable = phdr->p_flags & PF_X; in AddModuleSegments() local
H A Dsanitizer_common.h853 bool executable; member
/freebsd/usr.sbin/autofs/
H A Dcommon.c1031 bool executable; in parse_map() local
/freebsd/contrib/tcsh/
H A Dsh.exec.c885 executable(const Char *dir, const Char *name, int dir_ok) in executable() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp229 static std::string executable = in PrintStackTraceOnError() local
/freebsd/sys/amd64/amd64/
H A Dpmap.c2354 pmap_allow_2m_x_page(pmap_t pmap, bool executable) in pmap_allow_2m_x_page()