Searched refs:ranlib (Results 1 – 25 of 166) sorted by relevance
1234567
/external/elfutils/tests/ |
D | 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 36 cmp ranlib-test.a ranlib-test.a-copy
|
D | run-ranlib-test3.sh | 22 . $srcdir/run-ranlib-test2.sh
|
D | run-ranlib-test4.sh | 23 . $srcdir/run-ranlib-test2.sh
|
D | run-ranlib-test2.sh | 26 testrun ${abs_top_builddir}/src/ranlib $original
|
D | Makefile.am | 86 run-elflint-test.sh run-elflint-self.sh run-ranlib-test.sh \ 87 run-ranlib-test2.sh run-ranlib-test3.sh run-ranlib-test4.sh \ 172 run-elflint-self.sh run-ranlib-test.sh run-ranlib-test2.sh \ 173 run-ranlib-test3.sh run-ranlib-test4.sh \
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llvm-ranlib.pod | 5 llvm-ranlib - Generate index for LLVM archive 9 B<llvm-ranlib> [--version] [-help] <archive-file> 13 The B<llvm-ranlib> command is similar to the common Unix utility, C<ranlib>. It 15 B<llvm-ar> modifier F<s> is usually more efficient than running B<llvm-ranlib> 17 implementations of C<ranlib>, B<llvm-ranlib> indexes LLVM bitcode files, not 31 Print the version of B<llvm-ranlib> and exit without building a symbol table. 35 Print usage help for B<llvm-ranlib> and exit without building a symbol table. 41 If B<llvm-ranlib> succeeds, it will exit with 0. If an error occurs, a non-zero 46 L<llvm-ar|llvm-ar>, ranlib(1)
|
/external/llvm/cmake/platforms/ |
D | iOS.cmake | 48 execute_process(COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find ranlib 53 message(STATUS "Using ranlib ${CMAKE_RANLIB}")
|
/external/bzip2/ |
D | 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 \
|
/external/swiftshader/third_party/LLVM/tools/llvm-ranlib/ |
D | Makefile | 11 TOOLNAME = llvm-ranlib
|
/external/llvm/tools/llvm-ar/ |
D | Android.bp | 12 "llvm-ranlib",
|
D | CMakeLists.txt | 13 add_llvm_tool_symlink(llvm-ranlib llvm-ar)
|
/external/vixl/tools/ |
D | cross_build_gcc.sh | 36 export RANLIB=$1ranlib
|
/external/libutf/ |
D | Make.Darwin-PowerMacintosh | 7 RANLIB=ranlib
|
D | Make.Darwin-386 | 7 RANLIB=ranlib
|
/external/cblas/ |
D | Makefile.SUN4 | 50 RANLIB = ranlib
|
D | Makefile.ALPHA | 50 RANLIB = ranlib
|
D | Makefile.in | 49 RANLIB = ranlib
|
/external/compiler-rt/make/ |
D | options.mk | 40 RANLIB := ranlib
|
/external/v8/tools/ |
D | cross_build_gcc.sh | 37 export RANLIB=$1ranlib
|
/external/curl/lib/ |
D | makefile.amiga | 18 ranlib libcurl.a
|
/external/fdlibm/ |
D | configure.in | 11 AC_CHECK_PROGS(RANLIB, [ranlib echo])
|
/external/rmi4utils/rmidevice/ |
D | Makefile | 3 RANLIB ?= ranlib
|
/external/ltp/include/mk/ |
D | lib.mk | 71 $(if $(RANLIB),$(RANLIB),ranlib) "$@"
|
/external/swiftshader/third_party/LLVM/utils/buildit/ |
D | build_llvm | 93 for prog in ar nm ranlib strip lipo ld as ; do 327 find $DEST_DIR -name \*.a -print | xargs ranlib || exit 1
|
/external/llvm/test/Bitcode/ |
D | padding.test | 9 * ranlib is ran on that archive. It will pad the members to make them multiple
|
1234567