/external/llvm/lib/Target/PowerPC/ |
D | PPCEarlyReturn.cpp | 72 PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) { in processBlock() local
|
D | PPCCTRLoops.cpp | 482 PIE = pred_end(L->getHeader()); PI != PIE; ++PI) { in convertToCTRLoop() local 643 PIE = MBB->pred_end(); PI != PIE; ++PI) in verifyCTRBranch() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 679 } else if (Optional<PostImplicitCall> PIE = P.getAs<PostImplicitCall>()) { in create() local 680 return PathDiagnosticLocation(PIE->getLocation(), SMng); in create() 747 if (Optional<PreImplicitCall> PIE = N->getLocationAs<PreImplicitCall>()) in createEndOfPath() local 748 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/v8/build/ |
D | android.gypi | 217 # TODO(ulan): Enable PIE for other architectures (crbug.com/373219).
|
/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/lib/Driver/ |
D | Tools.cpp | 2773 bool PIE = getToolChain().isPIEDefault(); in ConstructJob() local 2774 bool PIC = PIE || getToolChain().isPICDefault(); in ConstructJob() 2843 PIE = O.matches(options::OPT_fPIE) || O.matches(options::OPT_fpie); in ConstructJob() 2844 PIC = PIE || O.matches(options::OPT_fPIC) || in ConstructJob() 2849 PIE = PIC = false; in ConstructJob() 2865 PIC = PIE = false; in ConstructJob() 2867 PIC = PIE = false; in ConstructJob() 2897 if (PIE) { in ConstructJob()
|
/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/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 2950 PIE = PairableInsts.end(); PI != PIE; ++PI) { in collectLoadMoveSet() local
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 108 PIE = PersonalityIndexLocs.end(); in emitPersonalityLocNotes() local 109 PI != PE || PII != PIE;) { in emitPersonalityLocNotes() 110 if (PI != PE && (PII == PIE || PI->getPointer() < PII->getPointer())) in emitPersonalityLocNotes() 112 else if (PII != PIE && (PI == PE || PII->getPointer() < PI->getPointer())) in emitPersonalityLocNotes()
|
/external/elfutils/src/libdwfl/ |
D | ChangeLog | 1028 detected PIE bias change. 1124 apply it to PT_DYNAMIC p_vaddr so we handle a PIE correctly.
|
/external/openssh/ |
D | configure.ac | 1575 # Turn off automatic PIE when toolchain hardening is off. 1579 # Automatic PIE requires gcc >= 4.x
|
/external/elfutils/src/tests/ |
D | ChangeLog | 793 * run-addrname-test.sh: New test for PIE relocation.
|
/external/elfutils/src/po/ |
D | uk.po | 3121 msgid "'%s' is not a DSO or PIE" 3122 msgstr "«%s» не є DSO або PIE"
|
D | en@quot.po | 3018 msgid "'%s' is not a DSO or PIE" 3019 msgstr "‘%s’ is not a DSO or PIE"
|
D | en@boldquot.po | 3032 msgid "'%s' is not a DSO or PIE" 3033 msgstr "‘[1m%s[0m’ is not a DSO or PIE"
|
D | es.po | 3148 msgid "'%s' is not a DSO or PIE" 3149 msgstr "'%s' es no un DSO o PIE"
|
D | pl.po | 3100 msgid "'%s' is not a DSO or PIE" 3101 msgstr "\"%s\" nie jest DSO ani PIE"
|
D | elfutils.pot | 2849 msgid "'%s' is not a DSO or PIE"
|
D | ja.po | 2943 msgid "'%s' is not a DSO or PIE"
|
D | de.po | 2874 msgid "'%s' is not a DSO or PIE"
|
/external/clang/include/clang/Driver/ |
D | Options.td | 383 def fno_PIE : Flag<["-"], "fno-PIE">, Group<f_Group>;
|