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 108 LINK="$(echo $LDOPTIMIZE $LDFLAGS -o toybox_unstripped -Wl,--as-needed $(cat generated/optlibs.dat))"
274 if ! do_loudly ${CROSS_COMPILE}strip toybox_unstripped -o toybox
276 echo "strip failed, using unstripped" && cp toybox_unstripped toybox ||
  /external/toybox/
Makefile 10 toybox toybox_unstripped: toybox_stuff
26 baseline: toybox_unstripped
27 @cp toybox_unstripped toybox_old
29 bloatcheck: toybox_old toybox_unstripped
30 @scripts/bloatcheck toybox_old toybox_unstripped
52 rm -rf toybox toybox_unstripped generated change .singleconfig*

Completed in 62 milliseconds