Home | History | Annotate | Download | only in tools

Lines Matching refs:symbols

80   3/ For each shared library, also generate a list of symbols exported
82 symbols were added (or even removed) since the last invocation.
275 # Filter the list of symbols from a file
300 # same symbols as a reference shared library, and can be used during
308 # Note that the list of symbols for each generated library is stored
309 # under arch-$ARCH/symbols/<libname>.txt
365 # Write the functions and variables to a symbols file now
366 local symdir=`dirname "$libdir"`/symbols
496 # Remove a few internal symbols that should not be exposed
553 # This is the only library that is allowed to export C++ symbols for now.