HomeSort by relevance Sort by last modified time
    Searched refs:toybox_unstripped (Results 1 - 3 of 3) sorted by null

  /external/toybox/scripts/
findglobals.sh 6 nm toybox_unstripped | grep '[0-9A-Fa-f]* [BCDGRS]' | cut -d ' ' -f 3
make.sh 114 LINK="$(echo $LDOPTIMIZE $LDFLAGS -o toybox_unstripped -Wl,--as-needed $(cat generated/optlibs.dat))"
293 if [ ! -z "$NOSTRIP" ] || ! do_loudly ${CROSS_COMPILE}strip toybox_unstripped -o toybox
295 echo "strip failed, using unstripped" && cp toybox_unstripped toybox ||
  /external/toybox/
Makefile 18 toybox toybox_unstripped: toybox_stuff
34 baseline: toybox_unstripped
35 @cp toybox_unstripped toybox_old
37 bloatcheck: toybox_old toybox_unstripped
38 @scripts/bloatcheck toybox_old toybox_unstripped
56 rm -rf toybox toybox_unstripped generated change .singleconfig*

Completed in 442 milliseconds