Searched refs:glibc (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/sys/
H A Dsyscall.h36 #include <sys/glibc-syscalls.h> /* glibc-compatible SYS_* aliases for our __NR_* names. */
/bionic/libc/tools/
H A Dcheck-symbols-glibc.py60 glibc = GetSymbolsFromSystemSo('libc.so.*', 'librt.so.*', 'libpthread.so.*', 'libresolv.so.*', 'libm.so.*') variable
63 glibc = map(MangleGlibcNameToBionic, glibc) variable
104 # bionic exposes various Linux features that glibc doesn't.
110 # Some standard stuff isn't yet in the versions of glibc we're using.
118 # These have mangled names in glibc, with a macro taking the "obvious" name.
138 print 'glibc:'
139 for symbol in sorted(glibc):
148 print 'in bionic but not glibc:'
150 for symbol in sorted((bionic - allowed_stuff).difference(glibc))
[all...]
/bionic/tests/
H A DAndroid.mk41 test_cflags += -D__STDC_LIMIT_MACROS # For glibc.
294 # Tests to run on the host and linked against glibc. Run with:
295 # cd bionic/tests; mm bionic-unit-tests-glibc-run
312 module := bionic-unit-tests-glibc
330 bionic-unit-tests-glibc-run: bionic-unit-tests-glibc
334 $(HOST_OUT_EXECUTABLES)/bionic-unit-tests-glibc$(NATIVE_TEST_SUFFIX) $(BIONIC_TEST_FLAGS)

Completed in 102 milliseconds