Searched refs:LIB (Results 1 - 15 of 15) sorted by relevance

/ndk/tests/build/thin-archives/
H A 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/
H A Dbuild.sh12 LIB=$(cd $NDK && find platforms -name "libc.so" | sed -e 's!^!'$NDK'/!' | grep arch-$ARCH)
13 LIBRARIES=$LIBRARIES" $LIB"
18 for LIB in $LIBRARIES; do
20 echo "Checking: $LIB"
21 readelf -s $LIB | grep -q -F " atexit"
23 echo "ERROR: $NDK/$LIB exposes 'atexit'!" >&2
26 readelf -s $LIB | grep -q -F " __dso_handle"
28 echo "ERROR: $NDK/$LIB exposes '__dso_handle'!" >&2
/ndk/build/tools/
H A Dgen-system-symbols.sh149 local LIB=$1
156 case $LIB in
195 for LIB in $(cd $SRCDIR && ls lib*.so); do
196 SRCLIB=$SRCDIR/$LIB
197 log "Extracting symbols from $LIB"
201 FUNCS=$(filter_library_symbols $LIB $FUNCS)
202 VARS=$(filter_library_symbols $LIB $VARS)
207 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
208 (echo "$VARS" | tr ' ' '\n') > $DSTDIR/$LIB.variables.txt
H A Dbuilder-funcs.sh220 local LIB
221 for LIB; do
222 case $LIB in
224 _builder_varadd _BUILD_STATIC_LIBRARIES $LIB
227 _builder_varadd _BUILD_SHARED_LIBRARIES $LIB
230 echo "ERROR: Unknown link library extension: $LIB"
H A Dbuild-compiler-rt.sh260 for LIB in libcompiler_rt_static.a libcompiler_rt_shared.so; do
261 FILES="$FILES $COMPILER_RT_SUBDIR/libs/$ABI/$LIB"
H A Dbuild-cxx-stl.sh684 for LIB in ${CXX_STL_LIB}_static.a ${CXX_STL_LIB}_shared${LIB_SUFFIX}; do
686 FILES="$FILES $CXX_STL_SUBDIR/libs/$ABI/thumb/$LIB"
688 FILES="$FILES $CXX_STL_SUBDIR/libs/$ABI/$LIB"
H A Dbuild-gnu-libstdc++.sh395 for LIB in include/bits $MULTILIB libsupc++.a libgnustl_static.a libgnustl_shared.so; do
396 FILES="$FILES $GNUSTL_SUBDIR/$VERSION/libs/$ABI/$LIB"
397 THUMB_FILE="$GNUSTL_SUBDIR/$VERSION/libs/$ABI/thumb/$LIB"
H A Dgen-platforms.sh484 for LIB in $LIBS; do
485 funcs=$(cat "$SYMDIR/$LIB.functions.txt" 2>/dev/null)
486 vars=$(cat "$SYMDIR/$LIB.variables.txt" 2>/dev/null)
488 funcs=$(remove_unwanted_function_symbols $ARCH $LIB $funcs)
489 vars=$(remove_unwanted_variable_symbols $ARCH $LIB $vars)
492 log "Generating $ARCH shared library for $LIB ($numfuncs functions + $numvars variables)"
494 gen_shared_lib $LIB "$funcs" "$vars" "$DSTDIR/$LIB" "$CC"
H A Dbuild-gcc.sh551 run cp -f $TOOLCHAIN_LICENSES/COPYING $TOOLCHAIN_LICENSES/COPYING.LIB $TOOLCHAIN_PATH
H A Dbuild-host-gcc.sh1609 run cp -f "$TOOLCHAIN_LICENSES"/COPYING "$TOOLCHAIN_LICENSES"/COPYING.LIB "$INSTALL_DIR"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
H A Dtestit_android183 for LIB in libc++_static.a libc++_shared.so; do
184 if [ ! -f "$LIBCXX_LIBS/$LIB" ]; then
185 echo "ERROR: Missing prebuilt library: $LIBCXX_LIBS/$LIB"
198 for LIB in libcompiler_rt_static.a libcompiler_rt_shared.so; do
199 if [ ! -f "$LIBCOMPILER_RT_LIBS/$LIB" ]; then
200 echo "ERROR: Missing prebuilt library: $LIBCOMPILER_RT_LIBS/$LIB"
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
H A Dtestit_android179 for LIB in libc++_static.a libc++_shared.so; do
180 if [ ! -f "$LIBCXX_LIBS/$LIB" ]; then
181 echo "ERROR: Missing prebuilt library: $LIBCXX_LIBS/$LIB"
189 for LIB in libcompiler_rt_static.a libcompiler_rt_shared.so; do
190 if [ ! -f "$LIBCOMPILER_RT_LIBS/$LIB" ]; then
191 echo "ERROR: Missing prebuilt library: $LIBCOMPILER_RT_LIBS/$LIB"
/ndk/sources/host-tools/make-3.81/
H A Dvmsjobs.c219 static int ctrlMask= LIB$M_CLI_CTRLY;
589 LIB$SPAWN [command-string]
614 * One more: At the time of LIB$SPAWN signals are blocked. SIGQUIT will
H A Dconfigure5101 eval value=\"\$LIB$uppername\"
5659 eval value=\"\$LIB$uppername\"
/ndk/sources/host-tools/sed-4.2.1/
H A Dconfigure25467 eval value=\"\$LIB$uppername\"
26485 eval value=\"\$LIB$uppername\"

Completed in 270 milliseconds