Home | History | Annotate | Download | only in tools

Lines Matching refs:shared

73   2/ Locate system shared libraries from \$ANDROID_PRODUCT_OUT/system/lib
80 3/ For each shared library, also generate a list of symbols exported
183 # Temp file used to list shared library symbol exclusions
187 # Temp file used to list shared library symbol inclusions, these
225 # Dump the list of dynamic functions exported by a given shared library
226 # $1: Path to shared library object
233 # Dump the list of global variables exposed by a given shared library
234 # $1: Path to shared library object
242 # same symbols as a reference shared library, and can be used during
253 # $1: Path to reference shared library
254 # $2: Path to output shared library (can be the same as $1)
278 $TOOLCHAIN_PREFIX-gcc -Wl,-shared,-Bsymbolic -nostdlib -o $TMPO $TMPC 1>/dev/null 2>&1
285 # Sanity check: the generated shared library must export the same
320 # 'Copy' a given system library. This really reads the shared library to
474 # in copying the shared library (which by the way has an unstable ABI