| /freebsd/share/mk/ |
| H A D | bsd.opts.mk | 103 __DEFAULT_NO_OPTIONS+= PIE 105 __DEFAULT_YES_OPTIONS+=PIE
|
| /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/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | PS4CPU.cpp | 251 const bool PIE = Args.hasFlag(options::OPT_pie, options::OPT_no_pie, in ConstructJob() local 253 if (PIE) in ConstructJob() 326 if (!Relocatable && !Shared && !PIE) in ConstructJob()
|
| H A D | CommonArgs.cpp | 1930 bool PIE = ToolChain.isPIEDefault(Args); in ParsePICArgs() local 1931 bool PIC = PIE || ToolChain.isPICDefault(); in ParsePICArgs() 1934 PIE = PIC = false; in ParsePICArgs() 2006 PIE = O.matches(options::OPT_fPIE) || O.matches(options::OPT_fpie); in ParsePICArgs() 2008 PIE || O.matches(options::OPT_fPIC) || O.matches(options::OPT_fpic); in ParsePICArgs() 2012 PIE = PIC = false; in ParsePICArgs() 2038 PIC = PIE = false; in ParsePICArgs() 2087 if ((ROPI || RWPI) && (PIC || PIE)) in ParsePICArgs() 2108 return std::make_tuple(llvm::Reloc::PIC_, IsPICLevelTwo ? 2U : 1U, PIE); in ParsePICArgs()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 545 auto PIE = LangOpt.PIE; in ReadLanguageOptions() local 550 LangOpt.PIE = PIE; in ReadLanguageOptions()
|
| H A D | InitPreprocessor.cpp | 1402 if (LangOpts.PIE) { in InitializePredefinedMacros()
|
| H A D | CompilerInvocation.cpp | 3758 if (Opts.PIE) in GenerateLangArgs() 4070 Opts.PIE = Args.hasArg(OPT_pic_is_pie); in ParseLangArgs()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 692 } else if (std::optional<PostImplicitCall> PIE = in create() local 694 return PathDiagnosticLocation(PIE->getLocation(), SMng); in create()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | mach | 284 >>24 belong &0x00200000 \b|PIE
|
| /freebsd/contrib/libfido2/ |
| H A D | CMakeLists.txt | 11 # Set PIE flags for POSITION_INDEPENDENT_CODE targets, added in CMake 3.14.
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2474 if (std::optional<PreImplicitCall> PIE = P.getAs<PreImplicitCall>()) in getLocation() local 2475 return PathDiagnosticLocation(PIE->getLocation(), SM); in getLocation()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 185 VALUE_LANGOPT(PIE , 1, 0, Compatible, "is pie")
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.cpp | 1565 if (rm != llvm::Reloc::Static && !lOpts.PIE) { in shouldAssumeDSOLocal()
|
| /freebsd/contrib/unbound/ |
| H A D | acx_nlnetlabs.m4 | 1560 AC_MSG_CHECKING([if $CC supports PIE])
|
| /freebsd/contrib/ldns/ |
| H A D | acx_nlnetlabs.m4 | 1507 AC_MSG_CHECKING([if $CC supports PIE])
|
| /freebsd/crypto/openssh/ |
| H A D | configure.ac | 2104 # Turn off automatic PIE when toolchain hardening is off. 2108 # Automatic PIE requires gcc >= 4.x 5950 # Make a copy of CFLAGS/LDFLAGS without PIE options.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 156 PIE = PersonalityIndexLocs.end(); in emitPersonalityLocNotes() local 157 PI != PE || PII != PIE;) { in emitPersonalityLocNotes() 158 if (PI != PE && (PII == PIE || PI->getPointer() < PII->getPointer())) in emitPersonalityLocNotes() 160 else if (PII != PIE && (PI == PE || PII->getPointer() < PI->getPointer())) in emitPersonalityLocNotes()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 1460 if (Context.getLangOpts().PIE) in Release() 1843 if (RM != llvm::Reloc::Static && !LOpts.PIE) { in shouldAssumeDSOLocal()
|
| /freebsd/contrib/ncurses/ |
| H A D | configure.in | 454 # workaround for inept transition to PIE vs PIC...
|
| H A D | NEWS | 2306 for PIE/PIC feature and debug-packages. 4024 + further workaround for PIE/PIC breakage which causes gpm to not link. 4066 + add workaround in configure script for inept transition to PIE vs
|
| /freebsd/contrib/file/ |
| H A D | ChangeLog | 452 * Enable parsing of ELF dynamic sections to handle PIE better
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2313 LLVM_READOBJ_DT_FLAG_ENT(DF_1, PIE),
|
| /freebsd/ |
| H A D | UPDATING | 1103 Independent Executable (PIE) support enabled by default. It may be
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 6382 def fno_PIE : Flag<["-"], "fno-PIE">, Group<f_Group>; 8362 MarshallingInfoFlag<LangOpts<"PIE">>;
|