Home
last modified time | relevance | path

Searched refs:PIE (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/share/mk/
H A Dbsd.opts.mk100 __DEFAULT_NO_OPTIONS+= PIE
102 __DEFAULT_YES_OPTIONS+=PIE
/freebsd/tools/build/options/
H A DWITH_PIE2 Position-Independent Executable (PIE).
H A DWITHOUT_PIE2 Position-Independent Executable (PIE).
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1776 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 DASTUnit.cpp548 auto PIE = LangOpt.PIE; in ReadLanguageOptions() local
553 LangOpt.PIE = PIE; in ReadLanguageOptions()
H A DInitPreprocessor.cpp1381 if (LangOpts.PIE) { in InitializePredefinedMacros()
H A DCompilerInvocation.cpp3552 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 DPathDiagnostic.cpp697 } else if (std::optional<PostImplicitCall> PIE = in create() local
699 return PathDiagnosticLocation(PIE->getLocation(), SMng); in create()
/freebsd/contrib/file/magic/Magdir/
H A Dmach284 >>24 belong &0x00200000 \b|PIE
/freebsd/contrib/libfido2/
H A DCMakeLists.txt11 # Set PIE flags for POSITION_INDEPENDENT_CODE targets, added in CMake 3.14.
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2434 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 DLangOptions.def220 COMPATIBLE_VALUE_LANGOPT(PIE , 1, 0, "is pie")
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m41422 AC_MSG_CHECKING([if $CC supports PIE])
/freebsd/contrib/unbound/
H A Dacx_nlnetlabs.m41507 AC_MSG_CHECKING([if $CC supports PIE])
/freebsd/crypto/openssh/
H A Dconfigure.ac1890 # 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 DChangeLog7936 compiler has trouble with PIE.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp157 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 DCodeGenModule.cpp1303 if (Context.getLangOpts().PIE) in Release()
1676 if (RM != llvm::Reloc::Static && !LOpts.PIE) { in shouldAssumeDSOLocal()
/freebsd/contrib/file/
H A DChangeLog387 * Enable parsing of ELF dynamic sections to handle PIE better
/freebsd/contrib/ncurses/
H A Dconfigure.in479 # workaround for inept transition to PIE vs PIC...
H A DNEWS1737 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 DUPDATING600 Independent Executable (PIE) support enabled by default. It may be
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2256 LLVM_READOBJ_DT_FLAG_ENT(DF_1, PIE),
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6000 def fno_PIE : Flag<["-"], "fno-PIE">, Group<f_Group>;
7820 MarshallingInfoFlag<LangOpts<"PIE">>;
/freebsd/share/ctypedef/
H A DC.UTF-8.src29185 <PIE>;/

12