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

/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...]

Completed in 34 milliseconds