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

12

/src/sys/external/isc/libsodium/dist/dist-build/
H A Dnativeclient-pnacl.sh12 export NM=${NM-"pnacl-nm"}
/src/usr.bin/lorder/
H A Dlorder.sh38 # If the user has set ${NM} then we use it, otherwise we use 'nm'.
49 : ${NM:=nm}
52 for var in JOIN MKTEMP NM SED SORT ; do
93 (for file in $* ; do echo $file":" ; done ; $NM -go $*) >$N
/src/sys/arch/atari/stand/xxboot/
H A DMakefile.xxboot24 @if ${NM} ${.TARGET} | grep -q "00000200 t end"; \
28 ${NM} ${.TARGET} | grep " end"; \
/src/sys/arch/playstation2/conf/
H A Dbuild.playstation2.sh16 NM=${root}/bin/${target}-nm; export NM
/src/tools/lorder/
H A DMakefile23 -e "s,{NM:=.*},{NM:="${NM:Q}"}," \
/src/sys/arch/hppa/spmath/
H A DMakefile.inc23 NM=${NM:q} LORDER=${LORDER:q} \
/src/sys/arch/amiga/stand/bootblock/bootxx_ffs/
H A DMakefile102 ${RELOC2BB} x.out $@ || (${NM} -u x.out && false)
106 ${RELOC2BB} x.out $@ || (${NM} -u x.out && false)
110 ${RELOC2BB} -F f.out $@ || (${NM} -u f.out && false)
116 ${NM} -u $@
122 ${NM} -u $@
/src/sys/arch/i386/stand/fatboot/
H A DMakefile.fat49 @ set -- $$( ${NM} -t d ${PROG}.tmp | grep '\<pbr_space\>' \
/src/sys/arch/i386/stand/mbr/
H A DMakefile.mbr52 @ set -- $$( ${NM} -t d ${PROG}.tmp | grep '\<mbr_space\>' \
/src/sys/lib/libgnuefi/
H A DMakefile.inc45 AR=${AR:q} NM=${NM:q} \
/src/sys/lib/libkern/
H A DMakefile.inc52 AR=${AR:q} NM=${NM:q} \
/src/sys/lib/libsa/
H A DMakefile.inc45 AR=${AR:q} NM=${NM:q} \
/src/sys/lib/libz/
H A DMakefile.inc41 AR=${AR:q} NM=${NM:q} \
/src/sys/arch/i386/stand/cdboot/
H A DMakefile50 @ set -- $$( ${NM} -t d ${PROG}.tmp | grep '\<free_space\>' \
/src/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c663 p->attr.rr_entry.NM.h.type[0] = 'N';
664 p->attr.rr_entry.NM.h.type[1] = 'M';
665 sprintf(p->attr.rr_entry.NM.altname, "%s", file_node->isoDirRecord->name);
666 p->attr.rr_entry.NM.h.length[0] = (unsigned char)nm_length;
667 p->attr.rr_entry.NM.h.version[0] = (unsigned char)1;
668 p->attr.rr_entry.NM.flags[0] = (unsigned char) NM_PARENT;
743 * Each NM record has 254 bytes to work with. This means that
751 SUSP_ENTRY_RRIP_NM, "NM", SUSP_LOC_ENTRY);
752 r->attr.rr_entry.NM.h.version[0] = 1;
753 r->attr.rr_entry.NM
[all...]
H A Diso9660_rrip.h183 ISO_RRIP_NM NM; member in union:__anon691565390c0a
/src/sys/rump/
H A DMakefile.rump256 ${NM} -go $${renameobj} | ${TOOL_AWK} ' \
266 `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`
/src/sys/arch/amiga/stand/bootblock/boot/
H A DMakefile113 ${RELOC2BB} -d -S x.out $@ || (${NM} -u x.out && false)
119 ${NM} -u $@
/src/tools/gdb/
H A DMakefile54 NM=${NM:Q} OBJDUMP=${OBJDUMP:Q} \
/src/tools/gcc/
H A DMakefile96 AR=${HOST_AR:Q} RANLIB=${HOST_RANLIB:Q} NM=${HOST_NM:Q}
142 NM=${NM:Q} OBJDUMP=${OBJDUMP:Q} \
/src/distrib/common/
H A DMakefile.mdset45 # execute this after ${NM} / ${STRIP}.
49 # execute this after ${NM} / ${STRIP}.
55 # ${TOOL_MDSETIMAGE} ; ${NM} ; ${STRIP}:
152 ${NM} ${.TARGET}.tmp | LC_ALL=C sort | ${TOOL_GZIP_N} -9 > ${.TARGET}.symbols.gz
/src/common/dist/zlib/
H A Dconfigure66 NM=${NM-"${CROSS_PREFIX}nm"}
67 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
69 NM=${NM-"nm"}
/src/games/rogue/
H A Dmonster.c207 goto NM;
212 goto NM;
216 goto NM;
225 goto NM;
231 NM: test_mons = level_monsters.next_monster;
/src/lib/libpthread/
H A DMakefile306 ${LD} -r -o ${.TARGET}.o `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`
/src/share/mk/
H A Dbsd.lib.mk537 ${AR} ${_ARFL} ${.TARGET} $$(NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT})
555 @${LINK.c:S/-nostdinc//} -nostdlib ${LDFLAGS} -Wno-unused-command-line-argument -r -o ${.TARGET} $$(NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT})
563 @${LINK.c:S/-nostdinc//} -nostdlib ${LDFLAGS} -r -o ${.TARGET} $$(NM=${NM} ${LORDER} ${.ALLSRC:M*po} | ${TSORT})
745 ${NM} --dynamic --extern-only --defined-only --with-symbol-versions \

Completed in 15 milliseconds

12