HomeSort by relevance Sort by last modified time
    Searched full:recompile (Results 1 - 25 of 539) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/FixIt/
fixit-recompile.c 1 // RUN: %clang_cc1 -Werror -pedantic %s -fixit-recompile -fixit-to-temporary -E -o - | FileCheck %s
2 // RUN: not %clang_cc1 -Werror -pedantic %s -fixit-recompile -fixit-to-temporary -fix-only-warnings
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
ilp32-10.d 3 #error: .*relocation R_X86_64_PC32 against undefined symbol `bar' can not be used when making a shared object; recompile with -fPIC
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
ifunc-9.d 2 #error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
movw-shared-1.d 4 #error: .*: relocation R_ARM_MOVW_ABS_NC against `a' can not be used when making a shared object; recompile with -fPIC
movw-shared-2.d 4 #error: .*: relocation R_ARM_MOVT_ABS against `b' can not be used when making a shared object; recompile with -fPIC
movw-shared-3.d 4 #error: .*: relocation R_ARM_THM_MOVW_ABS_NC against `c' can not be used when making a shared object; recompile with -fPIC
movw-shared-4.d 4 #error: .*: relocation R_ARM_THM_MOVT_ABS against `d' can not be used when making a shared object; recompile with -fPIC
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc-9-x86.d 2 #error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
  /external/skia/site/dev/design/
sync.md 13 easy to do before every recompile of Skia. This is a good habit.
  /frameworks/av/media/libstagefright/codecs/hevcdec/
Android.bp 37 // requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin_arm.go 13 print("atomic synchronization instructions. Recompile using GOARM=7.\n")
os_freebsd_arm.go 13 print("atomic synchronization instructions. Recompile using GOARM=7.\n")
os_nacl_arm.go 12 print("runtime: NaCl requires ARMv7. Recompile using GOARM=7.\n")
os_openbsd_arm.go 13 print("atomic synchronization instructions. Recompile using GOARM=7.\n")
os_linux_arm.go 29 print("this GOARM=", goarm, " binary. Recompile using GOARM=5.\n")
34 print("this GOARM=", goarm, " binary. Recompile using GOARM=5.\n")
os_netbsd_arm.go 24 print("atomic synchronization instructions. Recompile using GOARM=7.\n")
  /prebuilts/go/linux-x86/src/runtime/
os_darwin_arm.go 13 print("atomic synchronization instructions. Recompile using GOARM=7.\n")
os_freebsd_arm.go 13 print("atomic synchronization instructions. Recompile using GOARM=7.\n")
os_nacl_arm.go 12 print("runtime: NaCl requires ARMv7. Recompile using GOARM=7.\n")
os_openbsd_arm.go 13 print("atomic synchronization instructions. Recompile using GOARM=7.\n")
os_linux_arm.go 29 print("this GOARM=", goarm, " binary. Recompile using GOARM=5.\n")
34 print("this GOARM=", goarm, " binary. Recompile using GOARM=5.\n")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
redemo.py 39 command=self.recompile)
46 command=self.recompile)
59 self.regexdisplay.bind('<Key>', self.recompile)
63 self.recompile()
89 command=self.recompile)
101 def recompile(self, event=None): member in class:ReDemo
  /external/python/cpython2/Tools/scripts/
redemo.py 40 command=self.recompile)
47 command=self.recompile)
60 self.regexdisplay.bind('<Key>', self.recompile)
64 self.recompile()
90 command=self.recompile)
102 def recompile(self, event=None): member in class:ReDemo
  /external/skia/site/dev/testing/
tests.md 42 3. Recompile and run test:
74 3. Recompile and run test:
124 3. Recompile and run nanobench:
  /external/python/cpython2/Mac/BuildScript/scripts/
postflight.framework 3 # Recompile the .py files.

Completed in 6064 milliseconds

1 2 3 4 5 6 7 8 91011>>