Searched refs:NM (Results 1 – 6 of 6) sorted by relevance
12 export NM=${NM-"pnacl-nm"}
13 ${NM:='nm'} ${NMFLAGS} "$1" | ${AWK:='awk'} '
43 ${NM:='nm'} ${NMFLAGS} "$1" | ${AWK:='awk'} '
7213 if test -n "$NM"; then7214 ac_cv_prog_NM="$NM" # Let the user override the test.7233 NM=$ac_cv_prog_NM7234 if test -n "$NM"; then7235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&57236 $as_echo "$NM" >&6; }7245 ac_ct_NM=$NM7283 NM=":"7291 NM=$ac_ct_NM7294 NM="$ac_cv_prog_NM"[all …]
532 AN_MAKEVAR([NM], [AC_PROG_NM])534 AC_DEFUN([AC_PROG_NM], [AC_CHECK_TOOL(NM, nm, :)])548 DUMP_SYMS="${NM} -a"
358 - Symbolize nm as $NM in configure [Weigelt]