Home | History | Annotate | Download | only in tools

Lines Matching refs:libc

6  * to copy their definition into the final libc.so binary.
9 * libc.so provided by the platform and binaries built with the NDK or
35 * already been copied into libc.so or libm.so, then nothing will be copied
37 * so libfoo.so can directly call the one in libc.so at runtime.
40 * flags, the set of helper functions copied to libc.so may change, which
48 * still need all 1.5/1.6 helper functions in libc.so and libm.so
56 * HW idiv instructions so the system libc.so doesn't pull in the reference to
62 * since libm.so depends on libc.so, it's easier to put all of
63 * these in libc.so instead, since the dynamic linker will always
64 * search in libc.so before libm.so for dependencies.
89 build_path = android_build_top_path + "/bionic/libc"
95 p = subprocess.Popen(["ONE_SHOT_MAKEFILE=bionic/libc/Android.mk make -C " + android_build_top_path