Home
last modified time | relevance | path

Searched refs:busybox_unstripped (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/
DMakefile.custom107 sizes: busybox_unstripped
111 bloatcheck: busybox_old busybox_unstripped
112 @$(srctree)/scripts/bloat-o-meter busybox_old busybox_unstripped
113 @$(CROSS_COMPILE)size busybox_old busybox_unstripped
116 baseline: busybox_unstripped
117 @mv busybox_unstripped busybox_old
120 objsizes: busybox_unstripped
124 stksizes: busybox_unstripped
125 $(CROSS_COMPILE)objdump -d busybox_unstripped | $(srctree)/scripts/checkstack.pl $(ARCH) | uniq
128 bigdata: busybox_unstripped
[all …]
Dmake_single_applets.sh82 nm busybox_unstripped | grep ' _end'
84 nm busybox_unstripped | grep ' _end'
85 grep ^bb_common_bufsiz1 busybox_unstripped.map
DMakefile718 busybox_unstripped: $(busybox-all) FORCE target
722 busybox: busybox_unstripped
727 busybox_unstripped -o $@
969 CLEAN_FILES += busybox busybox_unstripped* busybox.links \
/busybox-1.35.0/scripts/
DMakefile.IMA194 "busybox_unstripped.o" \
Dgenerate_BUFSIZ.sh71 test -f busybox_unstripped || exit 1
78 END=`$NM busybox_unstripped | grep ' . _end$'| cut -d' ' -f1`
/busybox-1.35.0/docs/
Dkeep_data_small.txt233 copy busybox_unstripped to busybox_old before modifying sources