Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/dist-build/
H A Dnativeclient-pnacl.sh12 export NM=${NM-"pnacl-nm"}
/f-stack/freebsd/kern/
H A Dgenassym.sh13 ${NM:='nm'} ${NMFLAGS} "$1" | ${AWK:='awk'} '
H A Dgenoffset.sh43 ${NM:='nm'} ${NMFLAGS} "$1" | ${AWK:='awk'} '
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure7213 if test -n "$NM"; then
7214 ac_cv_prog_NM="$NM" # Let the user override the test.
7233 NM=$ac_cv_prog_NM
7234 if test -n "$NM"; then
7235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
7236 $as_echo "$NM" >&6; }
7245 ac_ct_NM=$NM
7283 NM=":"
7291 NM=$ac_ct_NM
7294 NM="$ac_cv_prog_NM"
[all …]
H A Dconfigure.ac532 AN_MAKEVAR([NM], [AC_PROG_NM])
534 AC_DEFUN([AC_PROG_NM], [AC_CHECK_TOOL(NM, nm, :)])
548 DUMP_SYMS="${NM} -a"
/f-stack/freebsd/contrib/zlib/
H A DChangeLog358 - Symbolize nm as $NM in configure [Weigelt]