/freebsd/share/mk/ |
H A D | bsd.opts.mk | 100 __DEFAULT_NO_OPTIONS+= PIE 102 __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 | CommonArgs.cpp | 1776 bool PIE = ToolChain.isPIEDefault(Args); in ParsePICArgs() local 1777 bool PIC = PIE || ToolChain.isPICDefault(); in ParsePICArgs() 1780 PIE = PIC = false; in ParsePICArgs() 1863 PIE = O.matches(options::OPT_fPIE) || O.matches(options::OPT_fpie); in ParsePICArgs() 1865 PIE || O.matches(options::OPT_fPIC) || O.matches(options::OPT_fpic); in ParsePICArgs() 1869 PIE = PIC = false; in ParsePICArgs() 1895 PIC = PIE = false; in ParsePICArgs() 1944 if ((ROPI || RWPI) && (PIC || PIE)) in ParsePICArgs() 1965 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 | 548 auto PIE = LangOpt.PIE; in ReadLanguageOptions() local 553 LangOpt.PIE = PIE; in ReadLanguageOptions()
|
H A D | InitPreprocessor.cpp | 1381 if (LangOpts.PIE) { in InitializePredefinedMacros()
|
H A D | CompilerInvocation.cpp | 3552 if (Opts.PIE) in GenerateLangArgs() 3847 Opts.PIE = Args.hasArg(OPT_pic_is_pie); in ParseLangArgs()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 697 } else if (std::optional<PostImplicitCall> PIE = in create() local 699 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 | 2434 if (std::optional<PreImplicitCall> PIE = P.getAs<PreImplicitCall>()) in getLocation() local 2435 return PathDiagnosticLocation(PIE->getLocation(), SM); in getLocation()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 220 COMPATIBLE_VALUE_LANGOPT(PIE , 1, 0, "is pie")
|
/freebsd/contrib/ldns/ |
H A D | acx_nlnetlabs.m4 | 1422 AC_MSG_CHECKING([if $CC supports PIE])
|
/freebsd/contrib/unbound/ |
H A D | acx_nlnetlabs.m4 | 1507 AC_MSG_CHECKING([if $CC supports PIE])
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 1890 # Turn off automatic PIE when toolchain hardening is off. 1894 # Automatic PIE requires gcc >= 4.x 5691 # Make a copy of CFLAGS/LDFLAGS without PIE options.
|
H A D | ChangeLog | 7936 compiler has trouble with PIE.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 157 PIE = PersonalityIndexLocs.end(); in emitPersonalityLocNotes() local 158 PI != PE || PII != PIE;) { in emitPersonalityLocNotes() 159 if (PI != PE && (PII == PIE || PI->getPointer() < PII->getPointer())) in emitPersonalityLocNotes() 161 else if (PII != PIE && (PI == PE || PII->getPointer() < PI->getPointer())) in emitPersonalityLocNotes()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 1303 if (Context.getLangOpts().PIE) in Release() 1676 if (RM != llvm::Reloc::Static && !LOpts.PIE) { in shouldAssumeDSOLocal()
|
/freebsd/contrib/file/ |
H A D | ChangeLog | 387 * Enable parsing of ELF dynamic sections to handle PIE better
|
/freebsd/contrib/ncurses/ |
H A D | configure.in | 479 # workaround for inept transition to PIE vs PIC...
|
H A D | NEWS | 1737 for PIE/PIC feature and debug-packages. 3455 + further workaround for PIE/PIC breakage which causes gpm to not link. 3497 + add workaround in configure script for inept transition to PIE vs
|
/freebsd/ |
H A D | UPDATING | 600 Independent Executable (PIE) support enabled by default. It may be
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2256 LLVM_READOBJ_DT_FLAG_ENT(DF_1, PIE),
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 6000 def fno_PIE : Flag<["-"], "fno-PIE">, Group<f_Group>; 7820 MarshallingInfoFlag<LangOpts<"PIE">>;
|
/freebsd/share/ctypedef/ |
H A D | C.UTF-8.src | 29185 <PIE>;/
|