Lines Matching refs:library
184 """Generate/check the source for the Windows stable ABI library"""
387 """Check headers & library using "Unixy" tools (GCC/clang, binutils)"""
410 # Check the static library (*.a)
418 # Check the dynamic library (*.so)
459 def binutils_get_exported_symbols(library, dynamic=False):
465 args.append(library)
491 def binutils_check_library(manifest, library, expected_symbols, dynamic):
492 """Check that library exports all expected_symbols"""
493 available_symbols = set(binutils_get_exported_symbols(library, dynamic))
497 Some symbols from the limited API are missing from {library}:
501 ones exported in the library.