Home | History | Annotate | Download | only in tools

Lines Matching refs:LIBRARY

326 # Remove unwanted symbols from a library's functions list.
328 # $2: Library name (e.g. libc.so)
333 local ARCH LIBRARY SYMBOL_FILE
335 LIBRARY=$2
337 SYMBOL_FILE=$PROGDIR/unwanted-symbols/$ARCH/$LIBRARY.functions.txt
345 local ARCH LIBRARY SYMBOL_FILE
347 LIBRARY=$2
349 SYMBOL_FILE=$PROGDIR/unwanted-symbols/$ARCH/$LIBRARY.variables.txt
380 # $1: library name
387 local LIBRARY=$1
405 COMMAND="$CC -Wl,-shared,-Bsymbolic -Wl,-soname,$LIBRARY -nostdlib -o $TMPO $TMPC"
409 dump "ERROR: Can't generate shared library for: $LIBNAME"
419 dump "ERROR: Can't copy shared library for: $LIBNAME"
463 log "Generating $ARCH shared library for $LIB ($numfuncs functions + $numvars variables)"