Home
last modified time | relevance | path

Searched refs:ranlib (Results 1 – 25 of 166) sorted by relevance

1234567

/external/elfutils/tests/
Drun-ranlib-test.sh21 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
Drun-ranlib-test3.sh22 . $srcdir/run-ranlib-test2.sh
Drun-ranlib-test4.sh23 . $srcdir/run-ranlib-test2.sh
Drun-ranlib-test2.sh26 testrun ${abs_top_builddir}/src/ranlib $original
DMakefile.am86 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/
Dllvm-ranlib.pod5 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/
DiOS.cmake48 execute_process(COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find ranlib
53 message(STATUS "Using ranlib ${CMAKE_RANLIB}")
/external/bzip2/
DMakefile20 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/
DMakefile11 TOOLNAME = llvm-ranlib
/external/llvm/tools/llvm-ar/
DAndroid.bp12 "llvm-ranlib",
DCMakeLists.txt13 add_llvm_tool_symlink(llvm-ranlib llvm-ar)
/external/vixl/tools/
Dcross_build_gcc.sh36 export RANLIB=$1ranlib
/external/libutf/
DMake.Darwin-PowerMacintosh7 RANLIB=ranlib
DMake.Darwin-3867 RANLIB=ranlib
/external/cblas/
DMakefile.SUN450 RANLIB = ranlib
DMakefile.ALPHA50 RANLIB = ranlib
DMakefile.in49 RANLIB = ranlib
/external/compiler-rt/make/
Doptions.mk40 RANLIB := ranlib
/external/v8/tools/
Dcross_build_gcc.sh37 export RANLIB=$1ranlib
/external/curl/lib/
Dmakefile.amiga18 ranlib libcurl.a
/external/fdlibm/
Dconfigure.in11 AC_CHECK_PROGS(RANLIB, [ranlib echo])
/external/rmi4utils/rmidevice/
DMakefile3 RANLIB ?= ranlib
/external/ltp/include/mk/
Dlib.mk71 $(if $(RANLIB),$(RANLIB),ranlib) "$@"
/external/swiftshader/third_party/LLVM/utils/buildit/
Dbuild_llvm93 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/
Dpadding.test9 * ranlib is ran on that archive. It will pad the members to make them multiple

1234567