Home
last modified time | relevance | path

Searched refs:nm (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/scripts/
Dfind_stray_common_vars9 nm "$name" | sed "s/^/$b: /"
/busybox-1.35.0/examples/
Ddepmod.pl32 my $nm = $ENV{'NM'} || "nm";
125 my @output=`$nm $obj`;
133 my @output = $kernelsyms ? `cat $kernelsyms` : `$nm $kernel`;
/busybox-1.35.0/
Dmake_single_applets.sh82 nm busybox_unstripped | grep ' _end'
84 nm busybox_unstripped | grep ' _end'
DMakefile.custom129 $(CROSS_COMPILE)nm --size-sort busybox_unstripped | grep -vi ' [trw] '
DMakefile296 NM = $(CROSS_COMPILE)nm
/busybox-1.35.0/coreutils/
Dtest.c699 static int filstat(char *nm, enum token mode) in filstat() argument
706 if (lstat(nm, &s) == 0) { in filstat()
714 if (stat(nm, &s) != 0) in filstat()
/busybox-1.35.0/docs/
Dposix_conformance.txt30 admin, cflow, ctags, cxref, delta, fort77, get, lex, make, nm, prs, rmdel,
589 -b nm | yes | yes |
/busybox-1.35.0/examples/var_service/
DREADME_distro_proposal.txt47 1006 ? 00:00:04 nm-applet
/busybox-1.35.0/editors/
Dawk.c2448 static int awk_sub(node *rn, const char *repl, int nm, var *src, var *dest, int subexp) in awk_sub() argument
2472 if (++match_no >= nm) { in awk_sub()
2508 if (match_no == nm) in awk_sub()