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

1234

/freebsd-9.3-release/sys/kern/
H A Dgenassym.sh13 ${NM:='nm'} "$1" | ${AWK:='awk'} '
/freebsd-9.3-release/usr.bin/lorder/
H A Dlorder.sh48 NM=${NM:-nm}
63 ${NM} -go $* | sed "
/freebsd-9.3-release/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-9.3-release/sys/boot/i386/gptboot/
H A DMakefile8 NM?= nm macro
/freebsd-9.3-release/sys/boot/i386/gptzfsboot/
H A DMakefile9 NM?= nm macro
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A DMakefile7 NM?= nm macro
/freebsd-9.3-release/sys/boot/i386/boot2/
H A DMakefile7 NM?= nm macro
98 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T xread/ \
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A DMakefile11 NM?= nm macro
106 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T (read|putc)/ \
/freebsd-9.3-release/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.
675 p->attr.rr_entry.NM.h.type[0] = 'N';
676 p->attr.rr_entry.NM.h.type[1] = 'M';
677 sprintf(p->attr.rr_entry.NM.altname, "%s", file_node->isoDirRecord->name);
678 p->attr.rr_entry.NM.h.length[0] = (unsigned char)nm_length;
679 p->attr.rr_entry.NM.h.version[0] = (unsigned char)1;
680 p->attr.rr_entry.NM
[all...]
H A Diso9660_rrip.h183 ISO_RRIP_NM NM; member in union:__anon10925
/freebsd-9.3-release/share/mk/
H A Dbsd.lib.mk170 .if !defined(NM)
173 @${AR} cq ${.TARGET} `NM='${NM}' lorder ${OBJS} ${STATICOBJS} | tsort -q` ${ARADD}
187 .if !defined(NM)
190 @${AR} cq ${.TARGET} `NM='${NM}' lorder ${POBJS} | tsort -q` ${ARADD}
218 .if !defined(NM)
225 `NM='${NM}' lorder ${SOBJS} | tsort -q` ${LDADD}
/freebsd-9.3-release/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-9.3-release/contrib/llvm/lib/Object/
H A DCOFFYAML.cpp242 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine);
246 IO.mapRequired("Machine", NM->Machine);
/freebsd-9.3-release/sys/modules/acpi/acpi/
H A DMakefile112 NM?= nm macro
130 ${NM} -n --defined-only acpi_wakecode.o | \
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DDarwin.mk89 NM?= nm macro
H A DGeneric.mk85 NM?= nm macro
H A DIRIX.mk75 NM?= nm macro
H A DNetBSD.mk110 NM?= nm macro
H A DOpenBSD.mk85 NM?= nm macro
H A DUnixWare.mk119 NM?= nm macro
/freebsd-9.3-release/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-9.3-release/sys/conf/
H A Dkern.pre.mk25 NM?= nm macro
H A Dkern.post.mk179 NM='${NM}' sh $S/kern/genassym.sh genassym.o > ${.TARGET}
/freebsd-9.3-release/contrib/ntp/sntp/include/
H A DMakefile.in229 NM = @NM@

Completed in 114 milliseconds

1234