Home
last modified time | relevance | path

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

12

/external/chromium_org/tools/android/run_pie/
Drun_pie.gyp14 # non PIE.
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp463 PIE = pred_end(L->getHeader()); PI != PIE; ++PI) { in convertToCTRLoop() local
624 PIE = MBB->pred_end(); PI != PIE; ++PI) in verifyCTRBranch() local
DPPCInstrInfo.cpp2122 PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) { in processBlock() local
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp676 } else if (Optional<PostImplicitCall> PIE = P.getAs<PostImplicitCall>()) { in create() local
677 return PathDiagnosticLocation(PIE->getLocation(), SMng); in create()
744 if (Optional<PreImplicitCall> PIE = N->getLocationAs<PreImplicitCall>()) in createEndOfPath() local
745 return PathDiagnosticLocation(PIE->getLocation(), SM); in createEndOfPath()
/external/ltrace/
DCREDITS89 D: Tracing PIE binaries
DNEWS177 *** Support tracing PIE binaries
/external/chromium_org/v8/build/
Dandroid.gypi219 # TODO(ulan): Enable PIE for other architectures (crbug.com/373219).
/external/clang/lib/Driver/
DTools.cpp2417 bool PIE = getToolChain().isPIEDefault(); in ConstructJob() local
2418 bool PIC = PIE || getToolChain().isPICDefault(); in ConstructJob()
2488 PIE = O.matches(options::OPT_fPIE) || O.matches(options::OPT_fpie); in ConstructJob()
2489 PIC = PIE || O.matches(options::OPT_fPIC) || in ConstructJob()
2494 PIE = PIC = false; in ConstructJob()
2512 PIC = PIE = false; in ConstructJob()
2514 PIC = PIE = false; in ConstructJob()
2544 if (PIE) { in ConstructJob()
/external/chromium_org/chrome/
Dchrome_exe.gypi383 # is marked for no PIE (ASLR).
/external/valgrind/main/
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/elfutils/0.153/libdwfl/
DChangeLog101 detected PIE bias change.
197 apply it to PT_DYNAMIC p_vaddr so we handle a PIE correctly.
/external/chromium_org/content/
Dcontent_shell.gypi592 # is marked for no PIE (ASLR).
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2957 PIE = PairableInsts.end(); PI != PIE; ++PI) { in collectLoadMoveSet() local
/external/chromium_org/build/
Dcommon.gypi1152 # Default to enabled PIE; this is important for ASLR but we may need to be
4768 # ensures that the position-independent executable (PIE) bit
4780 # Don't enable PIE if it's unwanted. It's unwanted if
4811 # PIE is on for the Chrome executables, the framework will
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp108 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/0.153/po/
Duk.po3037 msgid "'%s' is not a DSO or PIE"
3038 msgstr "«%s» не є DSO або PIE"
Den@boldquot.po2956 msgid "'%s' is not a DSO or PIE"
2957 msgstr "‘%s’ is not a DSO or PIE"
Den@quot.po2942 msgid "'%s' is not a DSO or PIE"
2943 msgstr "‘%s’ is not a DSO or PIE"
Dpl.po3020 msgid "'%s' is not a DSO or PIE"
3021 msgstr "\"%s\" nie jest DSO ani PIE"
Des.po3068 msgid "'%s' is not a DSO or PIE"
3069 msgstr "'%s' es no un DSO o PIE"
Delfutils.pot2775 msgid "'%s' is not a DSO or PIE"
Dde.po2795 msgid "'%s' is not a DSO or PIE"
Dja.po2864 msgid "'%s' is not a DSO or PIE"
/external/clang/include/clang/Driver/
DOptions.td369 def fno_PIE : Flag<["-"], "fno-PIE">, Group<f_Group>;
/external/chromium_org/third_party/icu/source/data/unidata/
DUnicodeData.txt11702 A03D;YI SYLLABLE PIE;Lo;0;L;;;;;N;;;;;

12