Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp72 PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) { in processBlock() local
DPPCCTRLoops.cpp482 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/
DPathDiagnostic.cpp679 } 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/
DCREDITS89 D: Tracing PIE binaries
DNEWS177 *** Support tracing PIE binaries
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test123 … 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/
Dandroid.gypi217 # TODO(ulan): Enable PIE for other architectures (crbug.com/373219).
/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/lib/Driver/
DTools.cpp2773 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/
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/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2950 PIE = PairableInsts.end(); PI != PIE; ++PI) { in collectLoadMoveSet() local
/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/src/libdwfl/
DChangeLog1028 detected PIE bias change.
1124 apply it to PT_DYNAMIC p_vaddr so we handle a PIE correctly.
/external/openssh/
Dconfigure.ac1575 # Turn off automatic PIE when toolchain hardening is off.
1579 # Automatic PIE requires gcc >= 4.x
/external/elfutils/src/tests/
DChangeLog793 * run-addrname-test.sh: New test for PIE relocation.
/external/elfutils/src/po/
Duk.po3121 msgid "'%s' is not a DSO or PIE"
3122 msgstr "«%s» не є DSO або PIE"
Den@quot.po3018 msgid "'%s' is not a DSO or PIE"
3019 msgstr "‘%s’ is not a DSO or PIE"
Den@boldquot.po3032 msgid "'%s' is not a DSO or PIE"
3033 msgstr "‘%s’ is not a DSO or PIE"
Des.po3148 msgid "'%s' is not a DSO or PIE"
3149 msgstr "'%s' es no un DSO o PIE"
Dpl.po3100 msgid "'%s' is not a DSO or PIE"
3101 msgstr "\"%s\" nie jest DSO ani PIE"
Delfutils.pot2849 msgid "'%s' is not a DSO or PIE"
Dja.po2943 msgid "'%s' is not a DSO or PIE"
Dde.po2874 msgid "'%s' is not a DSO or PIE"
/external/clang/include/clang/Driver/
DOptions.td383 def fno_PIE : Flag<["-"], "fno-PIE">, Group<f_Group>;

12