| /freebsd-9-stable/contrib/binutils/ |
| D | Makefile.in | 134 NM="$(NM_FOR_BUILD)"; export NM; \ 162 NM="$(NM)"; export NM; \ 215 NM="$(COMPILER_NM_FOR_TARGET)"; export NM; \ 293 NM = @NM@ 3150 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ 3176 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ 3202 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ 3228 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ 3254 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ 3281 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ [all …]
|
| D | Makefile.tpl | 137 NM="$(NM_FOR_BUILD)"; export NM; \ 165 NM="$(NM)"; export NM; \ 218 NM="$(COMPILER_NM_FOR_TARGET)"; export NM; \ 296 NM = @NM@ 1006 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ 1122 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
|
| /freebsd-9-stable/usr.bin/lorder/ |
| D | lorder.sh | 48 NM=${NM:-nm} 63 ${NM} -go $* | sed "
|
| /freebsd-9-stable/contrib/libstdc++/scripts/ |
| D | make_exports.pl | 93 open NM,$nm.' -P '.(join ' ',@ARGV).'|' or die $!; 96 NAME: while (<NM>) { 130 close NM or die "nm error";
|
| /freebsd-9-stable/usr.sbin/makefs/cd9660/ |
| D | iso9660_rrip.c | 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.flags[0] = (unsigned char) NM_PARENT; 765 r->attr.rr_entry.NM.h.version[0] = 1; in cd9660_rrip_add_NM() 766 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_NONE; in cd9660_rrip_add_NM() 771 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_CONTINUE; in cd9660_rrip_add_NM() 775 memcpy(r->attr.rr_entry.NM.altname, p, len); in cd9660_rrip_add_NM() [all …]
|
| D | iso9660_rrip.h | 183 ISO_RRIP_NM NM; member
|
| /freebsd-9-stable/contrib/gdb/ |
| D | ltconfig | 282 old_NM="$NM" 649 test -z "$NM" && NM=nm 1014 if $NM -V 2>&1 | egrep '(GNU)' > /dev/null; then 1017 …export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D")… 1444 if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then 1473 …if { echo "$progname:1435: eval \"$NM conftest.$objext | $global_symbol_pipe > $nlist\"" >&5; eval… 2308 NM=$NM
|
| D | libtool.m4 | 65 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" RANLIB="$RANLIB" STRIP="$STRIP" \
|
| /freebsd-9-stable/sys/boot/pc98/boot2/ |
| D | Makefile | 11 NM?= nm macro 108 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T (read|putc)/ \
|
| /freebsd-9-stable/sys/boot/i386/boot2/ |
| D | Makefile | 7 NM?= nm macro 100 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T xread/ \
|
| /freebsd-9-stable/sys/kern/ |
| D | genassym.sh | 13 ${NM:='nm'} "$1" | ${AWK:='awk'} '
|
| /freebsd-9-stable/sys/boot/i386/gptboot/ |
| D | Makefile | 8 NM?= nm macro
|
| /freebsd-9-stable/sys/boot/i386/gptzfsboot/ |
| D | Makefile | 10 NM?= nm macro
|
| /freebsd-9-stable/sys/boot/i386/zfsboot/ |
| D | Makefile | 8 NM?= nm macro
|
| /freebsd-9-stable/share/mk/ |
| D | bsd.lib.mk | 170 @${AR} cq ${.TARGET} `NM='${NM}' lorder ${OBJS} ${STATICOBJS} | tsort -q` ${ARADD} 183 @${AR} cq ${.TARGET} `NM='${NM}' lorder ${POBJS} | tsort -q` ${ARADD} 212 `NM='${NM}' lorder ${SOBJS} | tsort -q` ${LDADD}
|
| /freebsd-9-stable/sys/modules/acpi/acpi/ |
| D | Makefile | 112 NM?= nm macro 130 ${NM} -n --defined-only acpi_wakecode.o | \
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | COFFYAML.cpp | 242 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine); in mapping() local 246 IO.mapRequired("Machine", NM->Machine); in mapping()
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | tc-spu.c | 439 #define REG_NAME(NO,NM) { NO, sizeof (NM) - 1, NM } argument
|
| /freebsd-9-stable/contrib/file/python/ |
| D | Makefile.in | 170 NM = @NM@
|
| /freebsd-9-stable/contrib/gcclibs/libmudflap/ |
| D | configure.ac | 193 AC_CHECK_TOOL(NM, nm) 210 version=`$NM conftest${ac_exeect} | grep 'pthread_create@@' | sed -e 's/^.*@@//'`
|
| /freebsd-9-stable/contrib/openbsm/bsm/ |
| D | Makefile.in | 149 NM = @NM@
|
| /freebsd-9-stable/contrib/openbsm/man/ |
| D | Makefile.in | 148 NM = @NM@
|
| /freebsd-9-stable/contrib/openbsm/sys/bsm/ |
| D | Makefile.in | 152 NM = @NM@
|
| /freebsd-9-stable/contrib/openbsm/modules/ |
| D | Makefile.in | 156 NM = @NM@
|
| /freebsd-9-stable/contrib/openbsm/test/ |
| D | Makefile.in | 156 NM = @NM@
|