Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp72 PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) { in processBlock() local
DPPCCTRLoops.cpp499 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/
Dcontrol57 - 1: ASLR for stack and mmap (and exec if built PIE).
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp677 } 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/
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/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/docs/
DControlFlowIntegrityDesign.rst496 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/
Dcommon.mk377 ifeq ($(PIE),0)
/external/modp_b64/
Dcommon.mk377 ifeq ($(PIE),0)
/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/clang/lib/Driver/
DTools.cpp3270 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/
DBBVectorize.cpp2960 PIE = PairableInsts.end(); PI != PIE; ++PI) { in collectLoadMoveSet() local
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp109 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/
DChangeLog1377 detected PIE bias change.
1473 apply it to PT_DYNAMIC p_vaddr so we handle a PIE correctly.
/external/dbus/
DChangeLog.pre-1-2521 enable -fPIC and -PIE for libdbus and the bus respectively. Proper
/external/elfutils/po/
Duk.po3356 msgid "'%s' is not a DSO or PIE"
3357 msgstr "«%s» не є DSO або PIE"
Des.po3380 msgid "'%s' is not a DSO or PIE"
3381 msgstr "'%s' es no un DSO o PIE"
Dpl.po3313 msgid "'%s' is not a DSO or PIE"
3314 msgstr "„%s” nie jest DSO ani PIE"
Dzh_CN.po2668 msgid "'%s' is not a DSO or PIE"
Dit.po2668 msgid "'%s' is not a DSO or PIE"
/external/elfutils/tests/
DChangeLog1241 * run-addrname-test.sh: New test for PIE relocation.
/external/clang/include/clang/Driver/
DOptions.td399 def fno_PIE : Flag<["-"], "fno-PIE">, Group<f_Group>;

12