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

1 2 3 4 5

  /external/elfutils/tests/
run-ranlib-test.sh 21 tempfiles ranlib-test.a ranlib-test.a-copy
23 cat > ranlib-test.a <<"EOF"
31 cp ranlib-test.a ranlib-test.a-copy
33 testrun ${abs_top_builddir}/src/ranlib ranlib-test.a
35 # The ranlib call should not have changed anything.
36 cmp ranlib-test.a ranlib-test.a-cop
    [all...]
run-ranlib-test3.sh 22 . $srcdir/run-ranlib-test2.sh
run-ranlib-test4.sh 23 . $srcdir/run-ranlib-test2.sh
run-ranlib-test2.sh 26 testrun ${abs_top_builddir}/src/ranlib $original
  /external/swiftshader/third_party/LLVM/tools/llvm-ranlib/
Makefile 1 ##===- tools/llvm-ranlib/Makefile --------------------------*- Makefile -*-===##
11 TOOLNAME = llvm-ranlib
  /toolchain/binutils/binutils-2.27/include/aout/
ranlib.h 0 /* ranlib.h -- archive library index member definition for GNU.
59 #define ranlib symdef macro
  /toolchain/binutils/binutils-2.27/binutils/
sanity.sh 34 for i in size objdump nm ar strip ranlib ; do
39 for i in size objdump nm ar strip ranlib ; do
44 for i in size objdump nm ar strip ranlib ; do
54 for i in size objdump nm ar ranlib ; do
63 ### ranlib
  /external/cblas/
Makefile.ALPHA 50 RANLIB = ranlib
Makefile.SUN4 50 RANLIB = ranlib
Makefile.in 49 RANLIB = ranlib
  /external/vixl/tools/
cross_build_gcc.sh 36 export RANLIB=$1ranlib
49 if [ ! -x "`which $RANLIB`" ]; then
50 echo "Error: $RANLIB does not exist or is not executable."
  /external/compiler-rt/make/
options.mk 35 # FIXME: Remove these pipes once ranlib errors are fixed.
40 RANLIB := ranlib
41 # FIXME: Remove these pipes once ranlib errors are fixed.
  /external/curl/lib/
makefile.amiga 18 ranlib libcurl.a
  /external/v8/tools/
cross_build_gcc.sh 37 export RANLIB=$1ranlib
51 if [ ! -x "$RANLIB" ]; then
52 echo "Error: $RANLIB does not exist or is not executable."
  /external/rmi4utils/rmidevice/
Makefile 3 RANLIB ?= ranlib
19 $(RANLIB) $(STATIC_LIBNAME)
  /external/ltp/include/mk/
config.mk.default 30 RANLIB := $(CROSS_COMPILE)ranlib
lib.mk 71 $(if $(RANLIB),$(RANLIB),ranlib) "$@"
  /toolchain/binutils/binutils-2.27/config/
bootstrap-lto.mk 9 LTO_RANLIB = $$r/$(HOST_SUBDIR)/prev-gcc/gcc-ranlib$(exeext) -B$$r/$(HOST_SUBDIR)/prev-gcc/
12 RANLIB="$(LTO_RANLIB)"; export RANLIB;
13 LTO_FLAGS_TO_PASS = AR="$(LTO_AR)" RANLIB="$(LTO_RANLIB)"
  /external/swiftshader/third_party/LLVM/tools/
Makefile 24 llc llvm-ranlib llvm-ar llvm-nm \
  /toolchain/binutils/binutils-2.27/binutils/doc/
Makefile.am 42 ranlib.1 \
110 ranlib.1: $(binutils_TEXI) $(binutils_TEXINFOS)
112 -$(TEXI2POD) $(MANCONF) -Dranlib < $(binutils_TEXI) > ranlib.pod
113 -($(POD2MAN) ranlib.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
115 rm -f ranlib.pod
  /external/syslinux/mk/
syslinux.mk 62 RANLIB = ranlib
  /external/syslinux/win64/ntfstest/
Makefile 31 WINRANLIB := $(WINPREFIX)ranlib
  /toolchain/binutils/binutils-2.27/binutils/testsuite/lib/
utils-lib.exp 194 # names are: ar, elfedit, nm, objcopy, ranlib, strings, and strip.
294 set opts(ranlib) {}
368 ranlib { set program ranlib }
  /external/bzip2/
Makefile 20 RANLIB=ranlib
49 @if ( test -f $(RANLIB) -o -f /usr/bin/ranlib -o \
50 -f /bin/ranlib -o -f /usr/ccs/bin/ranlib ) ; then \
51 echo $(RANLIB) libbz2.a ; \
52 $(RANLIB) libbz2.a ; \
  /external/syslinux/win32/ntfstest/
Makefile 42 WINRANLIB := $(WINPREFIX)ranlib

Completed in 354 milliseconds

1 2 3 4 5