Home
last modified time | relevance | path

Searched refs:NM (Results 1 – 25 of 258) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/binutils/
HDMakefile.in134 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 …]
HDMakefile.tpl137 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/
HDlorder.sh48 NM=${NM:-nm}
63 ${NM} ${NMFLAGS} -go $* | sed "
/freebsd-11-stable/contrib/libstdc++/scripts/
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/usr.sbin/makefs/cd9660/
HDiso9660_rrip.c679 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 …]
HDiso9660_rrip.h185 ISO_RRIP_NM NM; member
/freebsd-11-stable/contrib/gdb/
HDltconfig282 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
HDlibtool.m465 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/
HDMakefile7 NM?= nm macro
108 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T (read|putc)/ \
/freebsd-11-stable/contrib/ncurses/ncurses/
HDMakefile.in91 NM = @NM@
264 $(NM) -p $(LIBRARIES) >$@
/freebsd-11-stable/sys/kern/
HDgenassym.sh13 ${NM:='nm'} ${NMFLAGS} "$1" | ${AWK:='awk'} '
/freebsd-11-stable/share/mk/
HDbsd.lib.mk189 …${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/
HDHexagonCommonGEP.cpp125 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/
HDMakefile81 if ${NM} ${.ALLSRC} | grep ' U '; then \
/freebsd-11-stable/stand/efi/loader/
HDMakefile103 if ${NM} ${.ALLSRC} | grep ' U '; then \
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-spu.c439 #define REG_NAME(NO,NM) { NO, sizeof (NM) - 1, NM } argument
/freebsd-11-stable/stand/i386/boot2/
HDMakefile92 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T xread/ \
/freebsd-11-stable/gnu/lib/libgcc/
HDMakefile278 ( ${NM} -pg ${.PREFIX}.vo | \
326 ( ${NM} -pg ${SOBJS};echo %% ; \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFRegisters.cpp84 for (uint32_t M = 1, NM = RegMasks.size(); M <= NM; ++M) { in PhysicalRegisterInfo() local
/freebsd-11-stable/contrib/file/python/
HDMakefile.in171 NM = @NM@
/freebsd-11-stable/contrib/openpam/misc/
HDMakefile.in176 NM = @NM@
/freebsd-11-stable/contrib/gcclibs/libmudflap/
HDconfigure.ac193 AC_CHECK_TOOL(NM, nm)
210 version=`$NM conftest${ac_exeect} | grep 'pthread_create@@' | sed -e 's/^.*@@//'`
HDconfigure5241 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/
HDMakefile.in152 NM = @NM@
/freebsd-11-stable/contrib/openbsm/bsm/
HDMakefile.in149 NM = @NM@

1234567891011