/freebsd/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/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
|
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 171 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 D | ascmagic.c | 128 int executable = 0; in file_ascmagic_with_encoding() local
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 79 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 78 ModuleSP executable = target_sp->GetExecutableModule(); in CreateInstance() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.cpp | 196 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange()
|
H A D | sanitizer_linux_libcdep.cpp | 673 bool executable = phdr->p_flags & PF_X; in AddModuleSegments() local
|
H A D | sanitizer_common.h | 853 bool executable; member
|
/freebsd/usr.sbin/autofs/ |
H A D | common.c | 1031 bool executable; in parse_map() local
|
/freebsd/contrib/tcsh/ |
H A D | sh.exec.c | 885 executable(const Char *dir, const Char *name, int dir_ok) in executable() function
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 229 static std::string executable = in PrintStackTraceOnError() local
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 2354 pmap_allow_2m_x_page(pmap_t pmap, bool executable) in pmap_allow_2m_x_page()
|