HomeSort by relevance Sort by last modified time
    Searched refs:PIE (Results 1 - 18 of 18) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlspie1.d 1 #name: TLS with PIE
3 #ld: -melf_i386 -pie
tlspie2.d 1 #name: TLS with PIE
3 #ld: -melf_i386 -pie
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlspie1.d 1 #name: TLS with PIE
3 #ld: -melf_x86_64 -pie
tlsle1.d 1 #name: TLS LE with PIE
3 #ld: -melf_x86_64 -pie
  /external/clang/tools/driver/
Android.mk 103 # remove when we can use PIE binaries in all places again
  /external/llvm/lib/Target/PowerPC/
PPCEarlyReturn.cpp 72 PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) {
PPCCTRLoops.cpp 499 PIE = pred_end(L->getHeader()); PI != PIE; ++PI) {
659 PIE = MBB->pred_end(); PI != PIE; ++PI)
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 677 } else if (Optional<PostImplicitCall> PIE = P.getAs<PostImplicitCall>()) {
678 return PathDiagnosticLocation(PIE->getLocation(), SMng);
745 if (Optional<PreImplicitCall> PIE = N->getLocationAs<PreImplicitCall>())
746 return PathDiagnosticLocation(PIE->getLocation(), SM);
    [all...]
  /external/minijail/
common.mk 44 # handle PIC and PIE weirdness. E.g.
198 # The target $@ must end with .pic.a or .pie.a.
373 # Useful for dealing with pie-broken toolchains.
374 # Call make with PIE=0 to disable default PIE use.
376 COMPILE_PIE_FLAG = -pie
377 ifeq ($(PIE),0)
395 $(filter %.o %.a,$(^:.o=.pie.o)) \
570 $(patsubst %.o,%.pie.o,$(1)): %.pie.o: $(5)%.$(3) %.o.depend
    [all...]
  /external/modp_b64/
common.mk 44 # handle PIC and PIE weirdness. E.g.
198 # The target $@ must end with .pic.a or .pie.a.
373 # Useful for dealing with pie-broken toolchains.
374 # Call make with PIE=0 to disable default PIE use.
376 COMPILE_PIE_FLAG = -pie
377 ifeq ($(PIE),0)
395 $(filter %.o %.a,$(^:.o=.pie.o)) \
570 $(patsubst %.o,%.pie.o,$(1)): %.pie.o: $(5)%.$(3) %.o.depend
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 659 useCenter ? Arc2D.PIE : Arc2D.OPEN);
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /ndk/build/core/
build-binary.mk 211 # enable PIE for executable beyond certain API level, unless "-static"
216 LOCAL_LDFLAGS += -fPIE -pie
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 109 PIE = PersonalityIndexLocs.end();
110 PI != PE || PII != PIE;) {
111 if (PI != PE && (PII == PIE || PI->getPointer() < PII->getPointer()))
113 else if (PII != PIE && (PI == PE || PII->getPointer() < PI->getPointer()))
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 2012 milliseconds