/external/llvm/test/CodeGen/SystemZ/ |
D | pie.ll | 13 !0 = !{i32 1, !"PIE Level", i32 2}
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCEarlyReturn.cpp | 71 PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) { in processBlock() local
|
D | PPCCTRLoops.cpp | 530 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/ |
D | pie.ll | 16 !0 = !{i32 1, !"PIE Level", i32 1}
|
/external/llvm/test/CodeGen/AArch64/ |
D | pie.ll | 14 !0 = !{i32 1, !"PIE Level", i32 2}
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-pie.ll | 19 !0 = !{i32 1, !"PIE Level", i32 2}
|
D | pie.ll | 18 !0 = !{i32 1, !"PIE Level", i32 2}
|
/external/llvm/test/CodeGen/X86/ |
D | pie.ll | 45 !1 = !{i32 1, !"PIE Level", i32 1}
|
D | tls-pie.ll | 85 !1 = !{i32 1, !"PIE Level", i32 1}
|
D | global-access-pie.ll | 123 !1 = !{i32 1, !"PIE Level", i32 1}
|
D | emutls-pie.ll | 136 !1 = !{i32 1, !"PIE Level", i32 1}
|
/external/autotest/client/site_tests/platform_OSLimits/ |
D | control | 56 - 1: ASLR for stack and mmap (and exec if built PIE).
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 672 } 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/ |
D | macho-private-headers.test | 125 … 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/ |
D | macho-private-headers.test | 82 … MH_MAGIC_64 ARM64 ALL 0x00 EXECUTE 17 1240 NOUNDEFS DYLDLINK TWOLEVEL PIE
|
/external/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 129 … MH_MAGIC ARM V7 0x00 EXECUTE 17 1012 NOUNDEFS DYLDLINK TWOLEVEL PIE
|
/external/clang/docs/ |
D | ControlFlowIntegrityDesign.rst | 496 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/ |
D | NEWS | 11 fix : Makefile : release build compatible with PIE and customized compilation directives provided t…
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 161 COMPATIBLE_VALUE_LANGOPT(PIE , 1, 0, "is pie")
|
/external/modp_b64/ |
D | common.mk | 377 ifeq ($(PIE),0)
|
/external/minijail/ |
D | common.mk | 377 ifeq ($(PIE),0)
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 876 if (LangOpts.PIE) { in InitializePredefinedMacros()
|
/external/valgrind/ |
D | NEWS.old | 971 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/ |
D | TODO | 157 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/ |
D | Tools.cpp | 3625 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()
|