| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 40 ResponseFileSupport ResponseSupport, const char *Executable, in Command() argument 45 Executable(Executable), PrependArg(PrependArg), Arguments(Arguments) { in Command() 140 Out.push_back(Executable); in buildArgvForResponseFile() 148 Out.push_back(Executable); in buildArgvForResponseFile() 211 llvm::sys::printArg(OS, Executable, /*Quote=*/true); in Print() 332 Argv.push_back(Executable); in Execute() 381 return llvm::sys::ExecuteAndWait(Executable, Args, Env, in Execute() 387 return llvm::sys::ExecuteAndWait(Executable, Args, Env, Redirects, in Execute() 394 const char *Executable, in CC1Command() argument 398 : Command(Source, Creator, ResponseSupport, Executable, Arguments, Inputs, in CC1Command()
|
| H A D | ToolChain.cpp | 98 ToolChain::executeToolChainProgram(StringRef Executable) const { in executeToolChainProgram() 109 if (llvm::sys::ExecuteAndWait(Executable, {}, {}, Redirects, in executeToolChainProgram() 113 Executable + ": " + ErrorMessage); in executeToolChainProgram() 119 "Failed to read stdout of " + Executable + in executeToolChainProgram()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 117 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 D | ToolChain.h | 201 executeToolChainProgram(StringRef Executable) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | GOFFObjectFile.cpp | 290 GOFF::ESDExecutable Executable; in getSymbolType() local 291 ESDRecord::getExecutable(Record, Executable); in getSymbolType() 312 if (Executable != GOFF::ESD_EXE_CODE && Executable != GOFF::ESD_EXE_DATA && in getSymbolType() 313 Executable != GOFF::ESD_EXE_Unspecified) { in getSymbolType() 319 EsdId, Executable); in getSymbolType() 321 switch (Executable) { in getSymbolType()
|
| /freebsd-14.2/tools/build/options/ |
| H A D | WITH_PIE | 2 Position-Independent Executable (PIE).
|
| H A D | WITHOUT_PIE | 2 Position-Independent Executable (PIE).
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFF.h | 208 GOFF::ESDExecutable &Executable) { in getExecutable() argument 211 Executable = (GOFF::ESDExecutable)Value; in getExecutable()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.h | 36 std::string Executable; member
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 410 std::string Executable = CommandLine[0]; in createAndRunToolInvocation() local 419 Consumer.handleBuildCommand({std::move(Executable), std::move(Args)}); in createAndRunToolInvocation()
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | README | 44 Executable and library name of cdialog are the same of dialog, for
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | sgi | 6 # Executable images are handled either in aout (for old-style a.out
|
| H A D | msdos | 119 # skip Portable Executable (PE) with low e_lfarlc here, because handled later 122 # not New Executable (NE) and not PE with low e_lfarlc like: 442 # 0~Long filename support 1~2.x protected mode 4~2.x proportional fonts 8~Executable has gangload a… 542 # because Portable Executable (PE) already done skip many here like: 630 # TODO: how to add this? >FileSize-34 string Windows\ Self-Installing\ Executable \b, ZIP self-extr…
|
| H A D | console | 1071 >0x18D byte&2 2 Executable Image (CXI) 1166 # Type: Nintendo Switch Executable
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/debian/ |
| H A D | control | 291 (ZFS Event Daemon Linkage for Executable Tasks) that have been enabled
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | configure.in | 163 dnl Executable suffix - normally empty; .exe on os2.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Program.inc | 182 *ErrMsg = std::string("Executable \"") + Program.str() +
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 54 …Desc<"Executable search paths to use when locating executable files whose paths don't match the lo…
|
| /freebsd-14.2/contrib/ldns/ |
| H A D | acx_nlnetlabs.m4 | 1420 …AC_ARG_ENABLE([pie], AS_HELP_STRING([--enable-pie], [Enable Position-Independent Executable (eg. t…
|
| /freebsd-14.2/contrib/unbound/ |
| H A D | acx_nlnetlabs.m4 | 1505 …AC_ARG_ENABLE([pie], AS_HELP_STRING([--enable-pie], [Enable Position-Independent Executable (eg. t…
|
| /freebsd-14.2/contrib/bc/ |
| H A D | NEWS.md | 1411 19. Executable size was reduced, though the added features probably made the
|
| /freebsd-14.2/ |
| H A D | UPDATING | 546 Independent Executable (PIE) support enabled by default. It may be
|