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

123456789

/freebsd-11.0-release/sys/kern/
H A Dgenassym.sh13 ${NM:='nm'} ${NMFLAGS} "$1" | ${AWK:='awk'} '
/freebsd-11.0-release/usr.bin/lorder/
H A Dlorder.sh48 NM=${NM:-nm}
63 ${NM} ${NMFLAGS} -go $* | sed "
/freebsd-11.0-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-11.0-release/sys/boot/i386/gptboot/
H A DMakefile8 NM?= nm macro
/freebsd-11.0-release/sys/boot/i386/gptzfsboot/
H A DMakefile10 NM?= nm macro
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A DMakefile8 NM?= nm macro
/freebsd-11.0-release/contrib/binutils/
H A DMakefile.in134 NM="$(NM_FOR_BUILD)"; export NM; \
162 NM="$(NM)"; export NM; \
215 NM="$(COMPILER_NM_FOR_TARGET)"; export NM; \
293 NM = @NM@
529 'NM
[all...]
H A DMakefile.tpl137 NM="$(NM_FOR_BUILD)"; export NM; \
165 NM="$(NM)"; export NM; \
218 NM="$(COMPILER_NM_FOR_TARGET)"; export NM; \
296 NM = @NM@
433 'NM
[all...]
/freebsd-11.0-release/sys/boot/efi/boot1/
H A DMakefile76 NM?= nm macro
88 if ${NM} ${.ALLSRC} | grep ' U '; then \
/freebsd-11.0-release/sys/boot/pc98/boot2/
H A DMakefile7 NM?= nm macro
107 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T (read|putc)/ \
/freebsd-11.0-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.
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:__anon13975
/freebsd-11.0-release/share/mk/
H A Dbsd.lib.mk189 ${AR} ${ARFLAGS} ${.TARGET} `NM='${NM}' NMFLAGS='${NMFLAGS}' lorder ${OBJS} ${STATICOBJS} | tsort -q` ${ARADD}
204 ${AR} ${ARFLAGS} ${.TARGET} `NM='${NM}' NMFLAGS='${NMFLAGS}' lorder ${POBJS} | tsort -q` ${ARADD}
252 `NM='${NM}' NMFLAGS='${NMFLAGS}' lorder ${SOBJS} | tsort -q` ${LDADD}
/freebsd-11.0-release/sys/boot/efi/loader/
H A DMakefile108 NM?= nm macro
120 if ${NM} ${.ALLSRC} | grep ' U '; then \
/freebsd-11.0-release/sys/boot/i386/boot2/
H A DMakefile7 NM?= nm macro
101 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T xread/ \
/freebsd-11.0-release/contrib/gdb/
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-11.0-release/contrib/ncurses/ncurses/
H A DMakefile.in91 NM = @NM@
264 $(NM) -p $(LIBRARIES) >$@
/freebsd-11.0-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
/freebsd-11.0-release/contrib/file/python/
H A DMakefile.in170 NM = @NM@
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp107 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM);
324 ValueToNodeMap &NM) {
328 ValueToNodeMap::iterator F = NM.find(PtrOp);
329 if (F == NM.end()) {
385 NM.insert(std::make_pair(GepI, PN));
397 ValueToNodeMap NM; local
405 processGepInst(GepI, NM);
323 processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM) argument
/freebsd-11.0-release/gnu/lib/libgcc/
H A DMakefile313 ( ${NM} -pg ${.PREFIX}.vo | \
361 ( ${NM} -pg ${SOBJS};echo %% ; \

Completed in 305 milliseconds

123456789