| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionGOFF.cpp | 18 GOFF::ESDExecutable Executable, bool IsReadOnly, in emitCATTR() argument 34 switch (Executable) { in emitCATTR() 73 GOFF::ESDExecutable Executable, in emitXATTR() argument 77 if (Executable != GOFF::ESD_EXE_Unspecified) in emitXATTR() 78 OS << "REFERENCE(" << (Executable == GOFF::ESD_EXE_CODE ? "CODE" : "DATA") in emitXATTR() 130 PRAttributes.Executable, ED->EDAttributes.IsReadOnly, in printSwitchToSection() 132 emitXATTR(OS, Name, PRAttributes.Linkage, PRAttributes.Executable, in printSwitchToSection()
|
| H A D | GOFFObjectWriter.cpp | 253 BehavAttrs.setExecutable(Attr.Executable); in GOFFSymbol() 265 BehavAttrs.setExecutable(Attr.Executable); in GOFFSymbol()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 38 ResponseFileSupport ResponseSupport, const char *Executable, in Command() argument 43 Executable(Executable), PrependArg(PrependArg), Arguments(Arguments) { in Command() 139 Out.push_back(Executable); in buildArgvForResponseFile() 145 Out.push_back(Executable); in buildArgvForResponseFile() 208 llvm::sys::printArg(OS, Executable, /*Quote=*/true); in Print() 329 Argv.push_back(Executable); in Execute() 377 return llvm::sys::ExecuteAndWait(Executable, Args, Env, in Execute() 383 return llvm::sys::ExecuteAndWait(Executable, Args, Env, Redirects, in Execute() 390 const char *Executable, in CC1Command() argument 394 : Command(Source, Creator, ResponseSupport, Executable, Arguments, Inputs, in CC1Command()
|
| H A D | ToolChain.cpp | 108 ToolChain::executeToolChainProgram(StringRef Executable) const { in executeToolChainProgram() 130 if (llvm::sys::ExecuteAndWait(Executable, {Executable}, {}, Redirects, in executeToolChainProgram() 134 Executable + ": " + ErrorMessage); in executeToolChainProgram() 140 "Failed to read stdout of " + Executable + in executeToolChainProgram()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 117 const char *Executable; variable 173 ResponseFileSupport ResponseSupport, const char *Executable, 220 void replaceExecutable(const char *Exe) { Executable = Exe; } in replaceExecutable() 222 const char *getExecutable() const { return Executable; } in getExecutable() 245 ResponseFileSupport ResponseSupport, const char *Executable,
|
| H A D | ToolChain.h | 207 executeToolChainProgram(StringRef Executable) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | GOFFObjectFile.cpp | 292 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() 520 GOFF::ESDExecutable Executable; in isSectionText() local 521 ESDRecord::getExecutable(EsdRecord, Executable); in isSectionText() 522 return Executable == GOFF::ESD_EXE_CODE; in isSectionText() 527 GOFF::ESDExecutable Executable; in isSectionData() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCGOFFAttributes.h | 67 GOFF::ESDExecutable Executable = GOFF::ESD_EXE_Unspecified; member 77 GOFF::ESDExecutable Executable = GOFF::ESD_EXE_Unspecified; member
|
| /freebsd/tools/build/options/ |
| H A D | WITH_PIE | 2 Position-Independent Executable (PIE).
|
| H A D | WITHOUT_PIE | 2 Position-Independent Executable (PIE).
|
| /freebsd/sys/contrib/openzfs/ |
| H A D | LICENSE | 24 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 D | OPENSOLARIS.LICENSE | 24 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 D | OPENSOLARIS.LICENSE | 24 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 D | GOFF.h | 228 GOFF::ESDExecutable &Executable) { in getExecutable() argument 231 Executable = (GOFF::ESDExecutable)Value; in getExecutable()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | coff | 53 # 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 D | sgi | 6 # Executable images are handled either in aout (for old-style a.out
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.h | 37 std::string Executable; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | GOFF.h | 244 GOFF_BEHAVIORAL_ATTRIBUTE(Executable, GOFF::ESDExecutable, 3, 5, 3)
|
| /freebsd/contrib/dialog/ |
| H A D | README | 44 Executable and library name of cdialog are the same of dialog, for
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | ReleaseNotes.rst | 83 * Executable-only and readable-executable sections are now allowed to be placed
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 718 std::string Executable = CommandLine[0]; in createAndRunToolInvocation() local 727 Consumer.handleBuildCommand({std::move(Executable), std::move(Args)}); in createAndRunToolInvocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/ |
| H A D | DirectiveBase.td | 188 def CA_Executable: Category<"Executable"> {}
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OpenMPKinds.cpp | 744 return Cat == Category::Executable || Cat == Category::Subsidiary; in isOpenMPExecutableDirective()
|
| /freebsd/sys/contrib/openzfs/contrib/debian/ |
| H A D | control | 272 (ZFS Event Daemon Linkage for Executable Tasks) that have been enabled
|
| /freebsd/contrib/bmake/ |
| H A D | configure.in | 233 dnl Executable suffix - normally empty; .exe on os2.
|