Home
last modified time | relevance | path

Searched refs:glibc (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/tools/
Dcheck-symbols-glibc.py56 glibc = symbols.GetFromSystemSo([ variable
70 glibc = set(map(MangleGlibcNameToBionic, glibc)) variable
194 for symbol in sorted((glibc - posix).difference(bionic)):
199 for symbol in sorted((posix.intersection(glibc)).difference(bionic)):
207 for symbol in sorted((bionic - allowed_stuff).difference(glibc)):
/bionic/benchmarks/
DAndroid.mk63 LOCAL_MODULE := bionic-benchmarks-glibc
/bionic/tests/
DAndroid.mk430 module := bionic-unit-tests-glibc
491 .PHONY: bionic-unit-tests-glibc-run
492 bionic-unit-tests-glibc-run: bionic-unit-tests-glibc
/bionic/
DREADME.md219 ### Against glibc
223 the host's glibc. The executables are already in your path.