Home
last modified time | relevance | path

Searched refs:toybox_unstripped (Results 1 – 4 of 4) sorted by relevance

/external/toybox/
DMakefile10 toybox toybox_unstripped: toybox_stuff target
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*
D.gitignore13 toybox_unstripped
/external/toybox/scripts/
Dfindglobals.sh6 nm toybox_unstripped | grep '[0-9A-Fa-f]* [BCDGRS]' | cut -d ' ' -f 3
Dmake.sh274 if ! do_loudly ${CROSS_COMPILE}strip toybox_unstripped -o toybox
276 echo "strip failed, using unstripped" && cp toybox_unstripped toybox ||