Home
last modified time | relevance | path

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

12

/freebsd/share/mk/
H A Dbsd.opts.mk103 __DEFAULT_NO_OPTIONS+= PIE
105 __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 DPS4CPU.cpp251 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 DCommonArgs.cpp1930 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 DASTUnit.cpp545 auto PIE = LangOpt.PIE; in ReadLanguageOptions() local
550 LangOpt.PIE = PIE; in ReadLanguageOptions()
H A DInitPreprocessor.cpp1402 if (LangOpts.PIE) { in InitializePredefinedMacros()
H A DCompilerInvocation.cpp3758 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 DPathDiagnostic.cpp692 } else if (std::optional<PostImplicitCall> PIE = in create() local
694 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.cpp2474 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 DLangOptions.def185 VALUE_LANGOPT(PIE , 1, 0, Compatible, "is pie")
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1565 if (rm != llvm::Reloc::Static && !lOpts.PIE) { in shouldAssumeDSOLocal()
/freebsd/contrib/unbound/
H A Dacx_nlnetlabs.m41560 AC_MSG_CHECKING([if $CC supports PIE])
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m41507 AC_MSG_CHECKING([if $CC supports PIE])
/freebsd/crypto/openssh/
H A Dconfigure.ac2104 # 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 DARMAsmParser.cpp156 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 DCodeGenModule.cpp1460 if (Context.getLangOpts().PIE) in Release()
1843 if (RM != llvm::Reloc::Static && !LOpts.PIE) { in shouldAssumeDSOLocal()
/freebsd/contrib/ncurses/
H A Dconfigure.in454 # workaround for inept transition to PIE vs PIC...
H A DNEWS2306 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 DChangeLog452 * Enable parsing of ELF dynamic sections to handle PIE better
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2313 LLVM_READOBJ_DT_FLAG_ENT(DF_1, PIE),
/freebsd/
H A DUPDATING1103 Independent Executable (PIE) support enabled by default. It may be
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6382 def fno_PIE : Flag<["-"], "fno-PIE">, Group<f_Group>;
8362 MarshallingInfoFlag<LangOpts<"PIE">>;

12