Home
last modified time | relevance | path

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

123

/external/llvm/test/CodeGen/SystemZ/
Dpie.ll13 !0 = !{i32 1, !"PIE Level", i32 2}
/external/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp71 PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) { in processBlock() local
DPPCCTRLoops.cpp530 PIE = pred_end(L->getHeader()); PI != PIE; ++PI) { in convertToCTRLoop() local
690 PIE = MBB->pred_end(); PI != PIE; ++PI) in verifyCTRBranch() local
/external/llvm/test/CodeGen/PowerPC/
Dpie.ll16 !0 = !{i32 1, !"PIE Level", i32 1}
/external/llvm/test/CodeGen/AArch64/
Dpie.ll14 !0 = !{i32 1, !"PIE Level", i32 2}
/external/llvm/test/CodeGen/ARM/
Dfast-isel-pie.ll19 !0 = !{i32 1, !"PIE Level", i32 2}
Dpie.ll18 !0 = !{i32 1, !"PIE Level", i32 2}
/external/llvm/test/CodeGen/X86/
Dpie.ll45 !1 = !{i32 1, !"PIE Level", i32 1}
Dtls-pie.ll85 !1 = !{i32 1, !"PIE Level", i32 1}
Dglobal-access-pie.ll123 !1 = !{i32 1, !"PIE Level", i32 1}
Demutls-pie.ll136 !1 = !{i32 1, !"PIE Level", i32 1}
/external/autotest/client/site_tests/platform_OSLimits/
Dcontrol56 - 1: ASLR for stack and mmap (and exec if built PIE).
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp672 } else if (Optional<PostImplicitCall> PIE = P.getAs<PostImplicitCall>()) { in create() local
673 return PathDiagnosticLocation(PIE->getLocation(), SMng); in create()
740 if (Optional<PreImplicitCall> PIE = N->getLocationAs<PreImplicitCall>()) in createEndOfPath() local
741 return PathDiagnosticLocation(PIE->getLocation(), SM); in createEndOfPath()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test125 … MH_MAGIC_64 X86_64 ALL LIB64 EXECUTE 16 1296 NOUNDEFS DYLDLINK TWOLEVEL PIE
449 … ALL 0x00 EXECUTE 16 716 NOUNDEFS DYLDLINK TWOLEVEL PIE MH_NO_HEAP_EXECUTION
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test82 … MH_MAGIC_64 ARM64 ALL 0x00 EXECUTE 17 1240 NOUNDEFS DYLDLINK TWOLEVEL PIE
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test129 … MH_MAGIC ARM V7 0x00 EXECUTE 17 1012 NOUNDEFS DYLDLINK TWOLEVEL PIE
/external/clang/docs/
DControlFlowIntegrityDesign.rst496 Cross-DSO CFI mode requires that the main executable is built as PIE.
497 In non-PIE executables the address of an external function (taken from
/external/lz4/
DNEWS11 fix : Makefile : release build compatible with PIE and customized compilation directives provided t…
/external/clang/include/clang/Basic/
DLangOptions.def161 COMPATIBLE_VALUE_LANGOPT(PIE , 1, 0, "is pie")
/external/modp_b64/
Dcommon.mk377 ifeq ($(PIE),0)
/external/minijail/
Dcommon.mk377 ifeq ($(PIE),0)
/external/clang/lib/Frontend/
DInitPreprocessor.cpp876 if (LangOpts.PIE) { in InitializePredefinedMacros()
/external/valgrind/
DNEWS.old971 executable (PIE), as this caused too many problems.
973 Without PIE enabled, AMD64 programs will only be able to access 2GB of
1077 106283 PIE client programs are loaded at address 0
1156 * Valgrind is built in Position Independent Executable (PIE) format if
1161 * Valgrind can now run itself (requires PIE support).
/external/curl/docs/
DTODO157 19.2 Enable PIE and RELRO by default
1040 19.2 Enable PIE and RELRO by default
1042 Especially when having programs that execute curl via the command line, PIE
/external/clang/lib/Driver/
DTools.cpp3625 bool PIE = ToolChain.isPIEDefault(); in ParsePICArgs() local
3626 bool PIC = PIE || ToolChain.isPICDefault(); in ParsePICArgs()
3630 PIE = PIC = false; in ParsePICArgs()
3699 PIE = O.matches(options::OPT_fPIE) || O.matches(options::OPT_fpie); in ParsePICArgs()
3701 PIE || O.matches(options::OPT_fPIC) || O.matches(options::OPT_fpic); in ParsePICArgs()
3705 PIE = PIC = false; in ParsePICArgs()
3729 PIC = PIE = false; in ParsePICArgs()
3749 return std::make_tuple(llvm::Reloc::PIC_, IsPICLevelTwo ? 2 : 1, PIE); in ParsePICArgs()

123