Home
last modified time | relevance | path

Searched refs:LIB (Results 1 – 22 of 22) sorted by relevance

/ndk/tests/build/thin-archives/
Dbuild.sh40 for LIB in $LIBFOO_LIST; do
41 LIB_TYPE=$(get_file_type "$LIB")
43 echo "OK: $LIB is a thin archive ('$LIB_TYPE')."
45 echo "ERROR: $LIB is not a thin archive: '$LIB_TYPE'"
52 for LIB in $LIBBAR_LIST; do
53 LIB_TYPE=$(get_file_type "$LIB")
55 echo "ERROR: $LIB is not a regular archive: '$LIB_TYPE'"
58 echo "OK: $LIB is a regular archive: '$LIB_TYPE'"
/ndk/tests/build/libc_no_atexit/
Dbuild.sh7 for LIB in $LIBRARIES; do
9 echo "Checking: $LIB"
10 readelf -s $LIB | grep -q -F " atexit"
12 echo "ERROR: $NDK/$LIB exposes 'atexit'!" >&2
15 readelf -s $LIB | grep -q -F " __dso_handle"
17 echo "ERROR: $NDK/$LIB exposes '__dso_handle'!" >&2
/ndk/build/tools/
Dgen-system-symbols.sh148 local LIB=$1
155 case $LIB in
192 for LIB in $(cd $SRCDIR && ls lib*.so); do
193 SRCLIB=$SRCDIR/$LIB
194 log "Extracting symbols from $LIB"
198 FUNCS=$(filter_library_symbols $LIB $FUNCS)
199 VARS=$(filter_library_symbols $LIB $VARS)
204 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
205 (echo "$VARS" | tr ' ' '\n') > $DSTDIR/$LIB.variables.txt
Dbuilder-funcs.sh215 case $LIB in
217 _builder_varadd _BUILD_STATIC_LIBRARIES $LIB
220 _builder_varadd _BUILD_SHARED_LIBRARIES $LIB
223 echo "ERROR: Unknown link library extension: $LIB"
Dgen-platforms.sh455 for LIB in $LIBS; do
456 funcs=$(cat "$SYMDIR/$LIB.functions.txt" 2>/dev/null)
457 vars=$(cat "$SYMDIR/$LIB.variables.txt" 2>/dev/null)
459 funcs=$(remove_unwanted_function_symbols $ARCH $LIB $funcs)
460 vars=$(remove_unwanted_variable_symbols $ARCH $LIB $vars)
463 log "Generating $ARCH shared library for $LIB ($numfuncs functions + $numvars variables)"
465 gen_shared_lib $LIB "$funcs" "$vars" "$DSTDIR/$LIB" "$CC"
Dbuild-compiler-rt.sh240 for LIB in libcompiler_rt_static.a libcompiler_rt_shared.so; do
241 FILES="$FILES $COMPILER_RT_SUBDIR/libs/$ABI/$LIB"
Dbuild-gnu-libstdc++.sh300 for LIB in include/bits libsupc++.a libgnustl_static.a libgnustl_shared.so; do
301 FILES="$FILES $GNUSTL_SUBDIR/$VERSION/libs/$ABI/$LIB"
302 THUMB_FILE="$GNUSTL_SUBDIR/$VERSION/libs/$ABI/thumb/$LIB"
Dbuild-cxx-stl.sh471 for LIB in ${CXX_STL_LIB}_static.a ${CXX_STL_LIB}_shared.so; do
472 FILES="$FILES $CXX_STL_SUBDIR/libs/$ABI/$LIB"
Dbuild-gcc.sh443 run cp -f $TOOLCHAIN_LICENSES/COPYING $TOOLCHAIN_LICENSES/COPYING.LIB $TOOLCHAIN_PATH
Dbuild-host-gcc.sh1601 run cp -f "$TOOLCHAIN_LICENSES"/COPYING "$TOOLCHAIN_LICENSES"/COPYING.LIB "$INSTALL_DIR"
/ndk/sources/host-tools/make-3.81/config/
Dlib-link.m413 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
24 ac_cv_lib[]Name[]_libs="$LIB[]NAME"
28 LIB[]NAME="$ac_cv_lib[]Name[]_libs"
32 AC_SUBST([LIB]NAME)
45 dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and
48 dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty.
57 dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
69 LIBS="$LIBS $LIB[]NAME"
77 AC_MSG_RESULT([$LIB[]NAME])
80 dnl If $LIB[]NAME didn't lead to a usable library, we don't need
[all …]
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlib-link.m413 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
15 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
16 dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
26 ac_cv_lib[]Name[]_libs="$LIB[]NAME"
29 ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX"
31 LIB[]NAME="$ac_cv_lib[]Name[]_libs"
34 LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix"
36 AC_SUBST([LIB]NAME)
38 AC_SUBST([LIB]NAME[_PREFIX])
51 dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME}
[all …]
/ndk/sources/host-tools/make-3.81/
Dmake.lnk1 FROM LIB:cres.o "commands.o"+"job.o"+"dir.o"+"file.o"+"misc.o"+"main.o"+"read.o"+"remake.o"+"rule.o…
3 LIB glob/glob.lib LIB:sc.lib LIB:amiga.lib
Dvmsjobs.c219 static int ctrlMask= LIB$M_CLI_CTRLY;
DNEWS537 opposite order from previous versions: the whole target name `LIB(MEM)'
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.am28 EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
DMakefile.in57 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING.LIB \
205 EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dtestit_android165 for LIB in libc++_static.a libc++_shared.so; do
166 if [ ! -f "$LIBCXX_LIBS/$LIB" ]; then
167 echo "ERROR: Missing prebuilt library: $LIBCXX_LIBS/$LIB"
/ndk/sources/host-tools/make-3.81/w32/subproc/
DNMakefile23 LIB = lib
51 $(LIB) -out:$@ @<<
/ndk/docs/text/
DLICENSES.text11 COPYING and COPYING.LIB under '`build/prebuilt/<system>/<toolchain>`'
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0813 m4trace:configure.in:168: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS getloadavg.$ac_objext"])
814 m4trace:configure.in:168: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
815 m4trace:configure.in:168: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1029 m4trace:configure.in:449: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
1030 m4trace:configure.in:449: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
1031 m4trace:configure.in:449: -1- m4_pattern_allow([^LIB@&t@OBJS$])
Doutput.0547 LIB@&t@OBJS=
612 LIB@&t@OBJS
5101 eval value=\"\$LIB$uppername\"
5659 eval value=\"\$LIB$uppername\"
8120 case " $LIB@&t@OBJS " in
8122 *) LIB@&t@OBJS="$LIB@&t@OBJS getloadavg.$ac_objext"
9405 for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
9414 LIB@&t@OBJS=$ac_libobjs