Home
last modified time | relevance | path

Searched refs:Executable (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp292 GOFF::ESDExecutable Executable; in getSymbolType() local
293 ESDRecord::getExecutable(Record, Executable); in getSymbolType()
314 if (Executable != GOFF::ESD_EXE_CODE && Executable != GOFF::ESD_EXE_DATA && in getSymbolType()
315 Executable != GOFF::ESD_EXE_Unspecified) { in getSymbolType()
321 EsdId, Executable); in getSymbolType()
323 switch (Executable) { in getSymbolType()
519 GOFF::ESDExecutable Executable; in isSectionText() local
520 ESDRecord::getExecutable(EsdRecord, Executable); in isSectionText()
521 return Executable == GOFF::ESD_EXE_CODE; in isSectionText()
526 GOFF::ESDExecutable Executable; in isSectionData() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h117 const char *Executable; variable
173 ResponseFileSupport ResponseSupport, const char *Executable,
221 void replaceExecutable(const char *Exe) { Executable = Exe; } in replaceExecutable()
223 const char *getExecutable() const { return Executable; } in getExecutable()
246 ResponseFileSupport ResponseSupport, const char *Executable,
H A DToolChain.h208 executeToolChainProgram(StringRef Executable,
/freebsd/tools/build/options/
H A DWITH_PIE2 Position-Independent Executable (PIE).
H A DWITHOUT_PIE2 Position-Independent Executable (PIE).
/freebsd/sys/contrib/openzfs/
H A DLICENSE24 1.4. "Executable" means the Covered Software in any form other
41 1.9. "Modifications" means the Source Code and Executable form of
54 1.10. "Original Software" means the Source Code and Executable
156 available in Executable form must also be made available in Source
161 inform recipients of any such Covered Software in Executable form
199 3.5. Distribution of Executable Versions.
201 You may distribute the Executable form of the Covered Software
205 and that the license for the Executable form does not attempt to
208 Covered Software in Executable form under a different license, You
/freebsd/sys/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE24 1.4. "Executable" means the Covered Software in any form other
41 1.9. "Modifications" means the Source Code and Executable form of
54 1.10. "Original Software" means the Source Code and Executable
156 available in Executable form must also be made available in Source
161 inform recipients of any such Covered Software in Executable form
199 3.5. Distribution of Executable Versions.
201 You may distribute the Executable form of the Covered Software
205 and that the license for the Executable form does not attempt to
208 Covered Software in Executable form under a different license, You
/freebsd/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE24 1.4. "Executable" means the Covered Software in any form other
41 1.9. "Modifications" means the Source Code and Executable form of
54 1.10. "Original Software" means the Source Code and Executable
156 available in Executable form must also be made available in Source
161 inform recipients of any such Covered Software in Executable form
199 3.5. Distribution of Executable Versions.
201 You may distribute the Executable form of the Covered Software
205 and that the license for the Executable form does not attempt to
208 Covered Software in Executable form under a different license, You
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h228 GOFF::ESDExecutable &Executable) { in getExecutable() argument
231 Executable = (GOFF::ESDExecutable)Value; in getExecutable()
/freebsd/contrib/file/magic/Magdir/
H A Dcoff53 # Windows CE 3.0 Common Executable Format, created by linkcef.exe with /MACHINE:CEF flag
57 >0 uleshort 0x0cef Common Executable Format
210 0 string VZ TE (Terse Executable) file
H A Dsgi6 # Executable images are handled either in aout (for old-style a.out
H A Dconsole1149 >0x18D byte&2 2 Executable Image (CXI)
1244 # Type: Nintendo Switch Executable
H A Dmsdos95 # skip Portable Executable (PE) with low e_lfarlc here, because handled later
599 # 1~Long filename support 2~Win2.x proportional fonts 4~Win2.x protected mode 8~Executable has gang…
713 # Linear Executable (LE) in Little Endian (\0\0)
971 # TODO: how to add this? >FileSize-34 string Windows\ Self-Installing\ Executable \b, ZIP self-extr…
/freebsd/contrib/dialog/
H A DREADME44 Executable and library name of cdialog are the same of dialog, for
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp577 std::string Executable = CommandLine[0]; in createAndRunToolInvocation() local
586 Consumer.handleBuildCommand({std::move(Executable), std::move(Args)}); in createAndRunToolInvocation()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp107 ToolChain::executeToolChainProgram(StringRef Executable, in executeToolChainProgram() argument
119 if (llvm::sys::ExecuteAndWait(Executable, {}, {}, Redirects, SecondsToWait, in executeToolChainProgram()
122 Executable + ": " + ErrorMessage); in executeToolChainProgram()
128 "Failed to read stdout of " + Executable + in executeToolChainProgram()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td165 def CA_Executable: Category<"Executable"> {}
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp710 return Cat == Category::Executable || Cat == Category::Subsidiary; in isOpenMPExecutableDirective()
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol291 (ZFS Event Daemon Linkage for Executable Tasks) that have been enabled
/freebsd/contrib/bmake/
H A Dconfigure.in202 dnl Executable suffix - normally empty; .exe on os2.
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc183 *ErrMsg = std::string("Executable \"") + Program.str() +
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td54 …Desc<"Executable search paths to use when locating executable files whose paths don't match the lo…
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2379 case Category::Executable: in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2637 return Res == Category::Executable || Res == Category::Subsidiary; in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m41420 …AC_ARG_ENABLE([pie], AS_HELP_STRING([--enable-pie], [Enable Position-Independent Executable (eg. t…
/freebsd/contrib/unbound/
H A Dacx_nlnetlabs.m41505 …AC_ARG_ENABLE([pie], AS_HELP_STRING([--enable-pie], [Enable Position-Independent Executable (eg. t…

12