| /freebsd-11-stable/contrib/binutils/ |
| HD | 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 …]
|
| HD | 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-11-stable/usr.bin/lorder/ |
| HD | lorder.sh | 48 NM=${NM:-nm} 63 ${NM} ${NMFLAGS} -go $* | sed "
|
| /freebsd-11-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-11-stable/usr.sbin/makefs/cd9660/ |
| HD | iso9660_rrip.c | 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.flags[0] = (unsigned char) NM_PARENT; 768 r->attr.rr_entry.NM.h.version[0] = 1; in cd9660_rrip_add_NM() 769 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_NONE; in cd9660_rrip_add_NM() 774 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_CONTINUE; in cd9660_rrip_add_NM() 778 memcpy(r->attr.rr_entry.NM.altname, p, len); in cd9660_rrip_add_NM() [all …]
|
| HD | iso9660_rrip.h | 185 ISO_RRIP_NM NM; member
|
| /freebsd-11-stable/contrib/gdb/ |
| HD | 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
|
| HD | 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-11-stable/stand/pc98/boot2/ |
| HD | Makefile | 7 NM?= nm macro 108 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T (read|putc)/ \
|
| /freebsd-11-stable/contrib/ncurses/ncurses/ |
| HD | Makefile.in | 91 NM = @NM@ 264 $(NM) -p $(LIBRARIES) >$@
|
| /freebsd-11-stable/sys/kern/ |
| HD | genassym.sh | 13 ${NM:='nm'} ${NMFLAGS} "$1" | ${AWK:='awk'} '
|
| /freebsd-11-stable/share/mk/ |
| HD | bsd.lib.mk | 189 …${AR} ${ARFLAGS} ${.TARGET} `NM='${NM}' NMFLAGS='${NMFLAGS}' lorder ${OBJS} ${STATICOBJS} | tsort … 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/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonCommonGEP.cpp | 125 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM); 345 ValueToNodeMap &NM) { in processGepInst() argument 350 ValueToNodeMap::iterator F = NM.find(PtrOp); in processGepInst() 351 if (F == NM.end()) { in processGepInst() 407 NM.insert(std::make_pair(GepI, PN)); in processGepInst() 418 ValueToNodeMap NM; in collect() local 426 processGepInst(GepI, NM); in collect()
|
| /freebsd-11-stable/stand/efi/boot1/ |
| HD | Makefile | 81 if ${NM} ${.ALLSRC} | grep ' U '; then \
|
| /freebsd-11-stable/stand/efi/loader/ |
| HD | Makefile | 103 if ${NM} ${.ALLSRC} | grep ' U '; then \
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-spu.c | 439 #define REG_NAME(NO,NM) { NO, sizeof (NM) - 1, NM } argument
|
| /freebsd-11-stable/stand/i386/boot2/ |
| HD | Makefile | 92 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T xread/ \
|
| /freebsd-11-stable/gnu/lib/libgcc/ |
| HD | Makefile | 278 ( ${NM} -pg ${.PREFIX}.vo | \ 326 ( ${NM} -pg ${SOBJS};echo %% ; \
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | RDFRegisters.cpp | 84 for (uint32_t M = 1, NM = RegMasks.size(); M <= NM; ++M) { in PhysicalRegisterInfo() local
|
| /freebsd-11-stable/contrib/file/python/ |
| HD | Makefile.in | 171 NM = @NM@
|
| /freebsd-11-stable/contrib/openpam/misc/ |
| HD | Makefile.in | 176 NM = @NM@
|
| /freebsd-11-stable/contrib/gcclibs/libmudflap/ |
| HD | configure.ac | 193 AC_CHECK_TOOL(NM, nm) 210 version=`$NM conftest${ac_exeect} | grep 'pthread_create@@' | sed -e 's/^.*@@//'`
|
| HD | configure | 5241 if test -n "$NM"; then 5243 lt_cv_path_NM="$NM" 5271 NM="$lt_cv_path_NM" 5272 echo "$as_me:$LINENO: result: $NM" >&5 5273 echo "${ECHO_T}$NM" >&6 6094 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \ 6761 if test -n "$NM"; then 6762 ac_cv_prog_NM="$NM" # Let the user override the test. 6780 NM=$ac_cv_prog_NM 6781 if test -n "$NM"; then [all …]
|
| /freebsd-11-stable/contrib/openbsm/sys/bsm/ |
| HD | Makefile.in | 152 NM = @NM@
|
| /freebsd-11-stable/contrib/openbsm/bsm/ |
| HD | Makefile.in | 149 NM = @NM@
|