Lines Matching refs:symbols
17 # gen-system-symbols.sh
40 For some of these libraries, it will remove symbols that are not meant
102 # Temp file used to filter symbols
103 SYMBOL_TMPFILE=/tmp/ndk-$USER/ndk-symbols-list.txt
111 # __INIT_ARRAY__ and __FINI_ARRAY__ are special symbols that should
136 # Filter the list of symbols from a file
144 # $2+: List of symbols (functions or variables)
145 # Out: sorted list of filtered symbols, based on library name
150 local SYMBOLS="$@"
151 (echo "$SYMBOLS" | tr ' ' '\n' | sort -u) > $SYMBOL_TMPFILE
157 # Remove a few internal symbols that should not be exposed
168 # This is the only library that is allowed to export C++ symbols for now.
194 log "Extracting symbols from $LIB"