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

123456789

/freebsd-11-stable/sys/kern/
H A Dgenassym.sh13 ${NM:='nm'} ${NMFLAGS} "$1" | ${AWK:='awk'} '
/freebsd-11-stable/usr.bin/lorder/
H A Dlorder.sh48 NM=${NM:-nm}
63 ${NM} ${NMFLAGS} -go $* | sed "
/freebsd-11-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-11-stable/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-stable/stand/pc98/boot2/
H A DMakefile7 NM?= nm macro
108 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T (read|putc)/ \
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c418 * Not every node needs a NM set - only if the name is
420 * no NM. test -> TEST, need a NM
422 * The rr_moved_dir needs to be assigned a NM record as well.
679 p->attr.rr_entry.NM.h.type[0] = 'N';
680 p->attr.rr_entry.NM.h.type[1] = 'M';
681 sprintf(p->attr.rr_entry.NM.altname, "%s", file_node->isoDirRecord->name);
682 p->attr.rr_entry.NM.h.length[0] = (unsigned char)nm_length;
683 p->attr.rr_entry.NM.h.version[0] = (unsigned char)1;
684 p->attr.rr_entry.NM
[all...]
H A Diso9660_rrip.h185 ISO_RRIP_NM NM; member in union:__anon8778
/freebsd-11-stable/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-stable/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-stable/stand/efi/loader/
H A DMakefile103 if ${NM} ${.ALLSRC} | grep ' U '; then \
/freebsd-11-stable/stand/efi/boot1/
H A DMakefile81 if ${NM} ${.ALLSRC} | grep ' U '; then \
/freebsd-11-stable/stand/i386/boot2/
H A DMakefile92 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T xread/ \
/freebsd-11-stable/contrib/ncurses/ncurses/
H A DMakefile.in91 NM = @NM@
264 $(NM) -p $(LIBRARIES) >$@
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DDarwin.mk87 NM?= nm macro
H A DIRIX.mk73 NM?= nm macro
H A DGeneric.mk83 NM?= nm macro
H A DNetBSD.mk108 NM?= nm macro
H A DOpenBSD.mk83 NM?= nm macro
H A DUnixWare.mk117 NM?= nm macro
/freebsd-11-stable/gnu/lib/libgcc/
H A DMakefile278 ( ${NM} -pg ${.PREFIX}.vo | \
326 ( ${NM} -pg ${SOBJS};echo %% ; \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp84 for (uint32_t M = 1, NM = RegMasks.size(); M <= NM; ++M) {
/freebsd-11-stable/contrib/openpam/misc/
H A DMakefile.in176 NM = @NM@
/freebsd-11-stable/contrib/file/python/
H A DMakefile.in171 NM = @NM@
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp125 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM);
345 ValueToNodeMap &NM) {
350 ValueToNodeMap::iterator F = NM.find(PtrOp);
351 if (F == NM.end()) {
407 NM.insert(std::make_pair(GepI, PN));
418 ValueToNodeMap NM; local
426 processGepInst(GepI, NM);
344 processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM) argument

Completed in 361 milliseconds

123456789