/external/llvm/lib/Target/PowerPC/ |
D | PPCEarlyReturn.cpp | 72 PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) { in processBlock() local
|
D | PPCCTRLoops.cpp | 499 PIE = pred_end(L->getHeader()); PI != PIE; ++PI) { in convertToCTRLoop() local 659 PIE = MBB->pred_end(); PI != PIE; ++PI) in verifyCTRBranch() local
|
/external/autotest/client/site_tests/platform_OSLimits/ |
D | control | 57 - 1: ASLR for stack and mmap (and exec if built PIE).
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 677 } else if (Optional<PostImplicitCall> PIE = P.getAs<PostImplicitCall>()) { in create() local 678 return PathDiagnosticLocation(PIE->getLocation(), SMng); in create() 745 if (Optional<PreImplicitCall> PIE = N->getLocationAs<PreImplicitCall>()) in createEndOfPath() local 746 return PathDiagnosticLocation(PIE->getLocation(), SM); in createEndOfPath()
|
/external/ltrace/ |
D | CREDITS | 89 D: Tracing PIE binaries
|
D | NEWS | 177 *** Support tracing PIE binaries
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 123 … MH_MAGIC_64 X86_64 ALL LIB64 EXECUTE 16 1296 NOUNDEFS DYLDLINK TWOLEVEL PIE 447 … 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/minijail/ |
D | common.mk | 377 ifeq ($(PIE),0)
|
/external/modp_b64/ |
D | common.mk | 377 ifeq ($(PIE),0)
|
/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/clang/lib/Driver/ |
D | Tools.cpp | 3270 bool PIE = ToolChain.isPIEDefault(); in ParsePICArgs() local 3271 bool PIC = PIE || ToolChain.isPICDefault(); in ParsePICArgs() 3274 PIE = PIC = false; in ParsePICArgs() 3343 PIE = O.matches(options::OPT_fPIE) || O.matches(options::OPT_fpie); in ParsePICArgs() 3345 PIE || O.matches(options::OPT_fPIC) || O.matches(options::OPT_fpic); in ParsePICArgs() 3349 PIE = PIC = false; in ParsePICArgs() 3373 PIC = PIE = false; in ParsePICArgs() 3393 return std::make_tuple(llvm::Reloc::PIC_, IsPICLevelTwo ? 2 : 1, PIE); in ParsePICArgs()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 2960 PIE = PairableInsts.end(); PI != PIE; ++PI) { in collectLoadMoveSet() local
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 109 PIE = PersonalityIndexLocs.end(); in emitPersonalityLocNotes() local 110 PI != PE || PII != PIE;) { in emitPersonalityLocNotes() 111 if (PI != PE && (PII == PIE || PI->getPointer() < PII->getPointer())) in emitPersonalityLocNotes() 113 else if (PII != PIE && (PI == PE || PII->getPointer() < PI->getPointer())) in emitPersonalityLocNotes()
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 1377 detected PIE bias change. 1473 apply it to PT_DYNAMIC p_vaddr so we handle a PIE correctly.
|
/external/dbus/ |
D | ChangeLog.pre-1-2 | 521 enable -fPIC and -PIE for libdbus and the bus respectively. Proper
|
/external/elfutils/po/ |
D | uk.po | 3356 msgid "'%s' is not a DSO or PIE" 3357 msgstr "«%s» не є DSO або PIE"
|
D | es.po | 3380 msgid "'%s' is not a DSO or PIE" 3381 msgstr "'%s' es no un DSO o PIE"
|
D | pl.po | 3313 msgid "'%s' is not a DSO or PIE" 3314 msgstr "„%s” nie jest DSO ani PIE"
|
D | zh_CN.po | 2668 msgid "'%s' is not a DSO or PIE"
|
D | it.po | 2668 msgid "'%s' is not a DSO or PIE"
|
/external/elfutils/tests/ |
D | ChangeLog | 1241 * run-addrname-test.sh: New test for PIE relocation.
|
/external/clang/include/clang/Driver/ |
D | Options.td | 399 def fno_PIE : Flag<["-"], "fno-PIE">, Group<f_Group>;
|