HomeSort by: relevance | last modified time | path
    Searched refs:NM (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/sys/external/isc/libsodium/dist/dist-build/
nativeclient-pnacl.sh 12 export NM=${NM-"pnacl-nm"}
Makefile.in 204 NM = @NM@
  /src/usr.bin/lorder/
lorder.sh 38 # 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/playstation2/conf/
build.playstation2.sh 16 NM=${root}/bin/${target}-nm; export NM
  /src/sys/arch/hppa/spmath/
Makefile.inc 23 NM=${NM:q} LORDER=${LORDER:q} \
  /src/tools/lorder/
Makefile 23 -e "s,{NM:=.*},{NM:="${NM:Q}"}," \
  /src/sys/lib/libgnuefi/
Makefile.inc 45 AR=${AR:q} NM=${NM:q} \
  /src/sys/lib/libz/
Makefile.inc 41 AR=${AR:q} NM=${NM:q} \
  /src/sys/lib/libsa/
Makefile.inc 45 AR=${AR:q} NM=${NM:q} \
  /src/sys/lib/libkern/
Makefile.inc 52 AR=${AR:q} NM=${NM:q} \
  /src/sys/arch/amiga/stand/bootblock/bootxx_ffs/
Makefile 102 ${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/cdboot/
Makefile 50 @ set -- $$( ${NM} -t d ${PROG}.tmp | grep '\<free_space\>' \
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.c 663 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
745 * name with 251 characters would require two nm records.
751 SUSP_ENTRY_RRIP_NM, "NM", SUSP_LOC_ENTRY);
752 r->attr.rr_entry.NM.h.version[0] = 1
    [all...]
iso9660_rrip.h 183 ISO_RRIP_NM NM;
  /src/sys/arch/amiga/stand/bootblock/boot/
Makefile 113 ${RELOC2BB} -d -S x.out $@ || (${NM} -u x.out && false)
119 ${NM} -u $@
  /src/tools/gdb/
Makefile 54 NM=${NM:Q} OBJDUMP=${OBJDUMP:Q} \
  /src/tools/gcc/
Makefile 96 AR=${HOST_AR:Q} RANLIB=${HOST_RANLIB:Q} NM=${HOST_NM:Q}
142 NM=${NM:Q} OBJDUMP=${OBJDUMP:Q} \
  /src/common/dist/zlib/
configure 65 if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then
66 NM=${NM-"${CROSS_PREFIX}nm"}
67 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
69 NM=${NM-"nm"}
  /src/games/rogue/
monster.c 207 goto NM;
212 goto NM;
216 goto NM;
225 goto NM;
231 NM: test_mons = level_monsters.next_monster;
  /src/lib/libpthread/
Makefile 306 ${LD} -r -o ${.TARGET}.o `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`
  /src/share/mk/
bsd.lib.mk 537 ${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 \
sys.mk 113 NM?= nm
  /src/sys/external/isc/libsodium/dist/contrib/
Makefile.in 204 NM = @NM@
  /src/sys/external/isc/libsodium/dist/msvc-scripts/
Makefile.in 204 NM = @NM@
  /src/sys/external/isc/libsodium/dist/builds/
Makefile.in 204 NM = @NM@

Completed in 111 milliseconds

1 2