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

1 2

  /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/llvm/lib/Target/PowerPC/
PPCEarlyReturn.cpp 71 PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) {
PPCCTRLoops.cpp 530 PIE = pred_end(L->getHeader()); PI != PIE; ++PI) {
690 PIE = MBB->pred_end(); PI != PIE; ++PI)
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 672 } else if (Optional<PostImplicitCall> PIE = P.getAs<PostImplicitCall>()) {
673 return PathDiagnosticLocation(PIE->getLocation(), SMng);
740 if (Optional<PreImplicitCall> PIE = N->getLocationAs<PreImplicitCall>())
741 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...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Rtc.c 91 UINT8 PIE : 1; // 0 - Periodic INT disabled 1 - Periodic INT Enabled
108 UINT8 IRQF : 1; // Iterrupt Request Flag = PF & PIE | AF & AIE | UF & UIE
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
carchive_test.go 477 t.Skipf("skipping PIE test on %s", GOOS)
492 ccArgs := append(cc, "-fPIE", "-pie", "-o", "testp"+exeSuffix, "main.c", "main_unix.c", filepath.Join("pkg", libgodir, "libgo.a"))
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
carchive_test.go 477 t.Skipf("skipping PIE test on %s", GOOS)
492 ccArgs := append(cc, "-fPIE", "-pie", "-o", "testp"+exeSuffix, "main.c", "main_unix.c", filepath.Join("pkg", libgodir, "libgo.a"))
  /external/clang/lib/Frontend/
InitPreprocessor.cpp     [all...]
CompilerInvocation.cpp     [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
BaseCanvas_Delegate.java 274 useCenter ? Arc2D.PIE : Arc2D.OPEN);
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 464 // Test internal linking of PIE binaries where it is supported.
468 heading: "internal linking of -buildmode=pie",
470 t.addCmd(dt, "src", "go", "test", "reflect", "-short", "-buildmode=pie", "-ldflags=-linkmode=internal", t.timeout(60), t.tags(), t.runFlag(""))
894 if pair != "freebsd-amd64" { // clang -pie fails to link misc/cgo/test
896 cc, "-xc", "-o", "/dev/null", "-pie", "-")
900 fmt.Println("No support for -pie found, skip cgo PIE test.")
902 cmd = t.addCmd(dt, "misc/cgo/test", "go", "test", "-ldflags", `-linkmode=external -extldflags "-pie"`)
905 cmd = t.addCmd(dt, "misc/cgo/testtls", "go", "test", "-ldflags", `-linkmode=external -extldflags "-pie"`)
908 cmd = t.addCmd(dt, "misc/cgo/nocgo", "go", "test", "-ldflags", `-linkmode=external -extldflags "-pie"`)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 464 // Test internal linking of PIE binaries where it is supported.
468 heading: "internal linking of -buildmode=pie",
470 t.addCmd(dt, "src", "go", "test", "reflect", "-short", "-buildmode=pie", "-ldflags=-linkmode=internal", t.timeout(60), t.tags(), t.runFlag(""))
894 if pair != "freebsd-amd64" { // clang -pie fails to link misc/cgo/test
896 cc, "-xc", "-o", "/dev/null", "-pie", "-")
900 fmt.Println("No support for -pie found, skip cgo PIE test.")
902 cmd = t.addCmd(dt, "misc/cgo/test", "go", "test", "-ldflags", `-linkmode=external -extldflags "-pie"`)
905 cmd = t.addCmd(dt, "misc/cgo/testtls", "go", "test", "-ldflags", `-linkmode=external -extldflags "-pie"`)
908 cmd = t.addCmd(dt, "misc/cgo/nocgo", "go", "test", "-ldflags", `-linkmode=external -extldflags "-pie"`)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
lib.go 122 // linking PIE binaries.
1030 argv = append(argv, "-pie")
1164 // position independent executable (PIE). On systems where the
1167 // issue #17847. To avoid this problem pass -no-pie to the
1174 cmd := exec.Command(argv[0], "-c", "-no-pie", "trivial.c")
1180 argv = append(argv, "-no-pie")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
lib.go 122 // linking PIE binaries.
1030 argv = append(argv, "-pie")
1164 // position independent executable (PIE). On systems where the
1167 // issue #17847. To avoid this problem pass -no-pie to the
1174 cmd := exec.Command(argv[0], "-c", "-no-pie", "trivial.c")
1180 argv = append(argv, "-no-pie")
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testshared/
shared_test.go 397 // Build a trivial program in PIE mode that links against the shared runtime and check it runs.
399 goCmd(t, "build", "-buildmode=pie", "-o", "trivial.pie", "-linkshared", "trivial")
400 run(t, "trivial executable", "./trivial.pie")
401 AssertIsLinkedTo(t, "./trivial.pie", soname)
402 AssertHasRPath(t, "./trivial.pie", gorootInstallDir)
428 goCmd(t, "build", "-buildmode=pie", "-o="+name, "trivial")
436 goCmd(t, "build", "-buildmode=pie", "-o="+name, "execgo")
  /prebuilts/go/darwin-x86/src/cmd/go/
help.go 598 -buildmode=pie
600 position independent executables (PIE). Packages not named
  /prebuilts/go/linux-x86/misc/cgo/testshared/
shared_test.go 397 // Build a trivial program in PIE mode that links against the shared runtime and check it runs.
399 goCmd(t, "build", "-buildmode=pie", "-o", "trivial.pie", "-linkshared", "trivial")
400 run(t, "trivial executable", "./trivial.pie")
401 AssertIsLinkedTo(t, "./trivial.pie", soname)
402 AssertHasRPath(t, "./trivial.pie", gorootInstallDir)
428 goCmd(t, "build", "-buildmode=pie", "-o="+name, "trivial")
436 goCmd(t, "build", "-buildmode=pie", "-o="+name, "execgo")
  /prebuilts/go/linux-x86/src/cmd/go/
help.go 598 -buildmode=pie
600 position independent executables (PIE). Packages not named

Completed in 664 milliseconds

1 2