Searched refs:NM (Results 1 - 25 of 126) sorted by relevance

123456

/freebsd-10-stable/sys/kern/
H A Dgenassym.sh13 ${NM:='nm'} "$1" | ${AWK:='awk'} '
/freebsd-10-stable/usr.bin/lorder/
H A Dlorder.sh48 NM=${NM:-nm}
63 ${NM} -go $* | sed "
/freebsd-10-stable/contrib/libstdc++/scripts/
H A Dmake_exports.pl93 open NM,$nm.' -P '.(join ' ',@ARGV).'|' or die $!;
96 NAME: while (<NM>) {
130 close NM or die "nm error";
/freebsd-10-stable/sys/boot/i386/gptboot/
H A DMakefile8 NM?= nm macro
/freebsd-10-stable/sys/boot/i386/zfsboot/
H A DMakefile8 NM?= nm macro
/freebsd-10-stable/sys/boot/i386/gptzfsboot/
H A DMakefile10 NM?= nm macro
/freebsd-10-stable/sys/boot/efi/loader/
H A DMakefile98 NM?= nm macro
108 if ${NM} ${.ALLSRC} | grep ' U '; then \
/freebsd-10-stable/sys/boot/efi/boot1/
H A DMakefile71 NM?= nm macro
81 if ${NM} ${.ALLSRC} | grep ' U '; then \
/freebsd-10-stable/sys/boot/pc98/boot2/
H A DMakefile7 NM?= nm macro
106 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T (read|putc)/ \
/freebsd-10-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c411 * Not every node needs a NM set - only if the name is
413 * no NM. test -> TEST, need a NM
415 * The rr_moved_dir needs to be assigned a NM record as well.
676 p->attr.rr_entry.NM.h.type[0] = 'N';
677 p->attr.rr_entry.NM.h.type[1] = 'M';
678 sprintf(p->attr.rr_entry.NM.altname, "%s", file_node->isoDirRecord->name);
679 p->attr.rr_entry.NM.h.length[0] = (unsigned char)nm_length;
680 p->attr.rr_entry.NM.h.version[0] = (unsigned char)1;
681 p->attr.rr_entry.NM
[all...]
H A Diso9660_rrip.h183 ISO_RRIP_NM NM; member in union:__anon12118
/freebsd-10-stable/contrib/gdb/
H A Dlibtool.m465 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
704 [if test -n "$NM"; then
706 lt_cv_path_NM="$NM"
732 NM="$lt_cv_path_NM"
733 AC_MSG_RESULT([$NM])
827 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
861 LN_S="$LN_S" NM="$NM" RANLI
[all...]
H A Dltconfig254 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
282 old_NM="$NM"
649 test -z "$NM" && NM=nm
1014 if $NM -V 2>&1 | egrep '(GNU)' > /dev/null; then
1015 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
1017 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
1396 echo $ac_n "checking command to parse $NM output... $ac_c" 1>&6
1401 # Character class describing NM global symbol codes.
1444 if $NM
[all...]
/freebsd-10-stable/sys/boot/i386/boot2/
H A DMakefile7 NM?= nm macro
102 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T xread/ \
/freebsd-10-stable/share/mk/
H A Dbsd.lib.mk178 @${AR} ${ARFLAGS} ${.TARGET} `NM='${NM}' lorder ${OBJS} ${STATICOBJS} | tsort -q` ${ARADD}
191 @${AR} ${ARFLAGS} ${.TARGET} `NM='${NM}' lorder ${POBJS} | tsort -q` ${ARADD}
220 `NM='${NM}' lorder ${SOBJS} | tsort -q` ${LDADD}
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DCOFFYAML.cpp242 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine);
246 IO.mapRequired("Machine", NM->Machine);
/freebsd-10-stable/contrib/bmake/mk/sys/
H A DOpenBSD.mk83 NM?= nm macro
H A DNetBSD.mk108 NM?= nm macro
H A DDarwin.mk87 NM?= nm macro
H A DIRIX.mk73 NM?= nm macro
H A DGeneric.mk83 NM?= nm macro
H A DUnixWare.mk117 NM?= nm macro
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp580 NoMemInstr NM; local
585 if (!searchRange(MBB, llvm::next(Slot), MBB.end(), RegDU, NM, Filler))
/freebsd-10-stable/gnu/lib/libgcc/
H A DMakefile285 ( ${NM} -pg ${.PREFIX}.vo | \
337 ( ${NM} -pg ${SOBJS};echo %% ; \
/freebsd-10-stable/contrib/openbsm/man/
H A DMakefile.in148 NM = @NM@

Completed in 314 milliseconds

123456