Home | History | Annotate | Download | only in gcc

Lines Matching refs:gcc_cv_nm

735 gcc_cv_nm
23416 if ${gcc_cv_nm+:} false; then :
23423 gcc_cv_nm=../binutils/nm-new$build_exeext
23425 gcc_cv_nm=./nm$build_exeext
23427 gcc_cv_nm="$NM_FOR_TARGET"
23436 case $gcc_cv_nm in
23438 ac_cv_path_gcc_cv_nm="$gcc_cv_nm" # Let the user override the test with a path.
23459 gcc_cv_nm=$ac_cv_path_gcc_cv_nm
23460 if test -n "$gcc_cv_nm"; then
23461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_nm" >&5
23462 $as_echo "$gcc_cv_nm" >&6; }
23474 if test "$gcc_cv_nm" = ../binutils/nm-new$build_exeext; then
23480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_nm" >&5
23481 $as_echo "$gcc_cv_nm" >&6; }
23485 ORIGINAL_NM_FOR_TARGET=$gcc_cv_nm
23908 if test x$gcc_cv_nm != x; then
23909 $gcc_cv_nm conftest.o | grep conftest_label1 > conftest.nm1
23910 $gcc_cv_nm conftest.o | grep conftest_label2 | sed -e 's/label2/label1/' > conftest.nm2
26558 { ac_try='$gcc_cv_nm conftest.elf > conftest.nm'
31352 if test x$gcc_cv_as != x -a x$gcc_cv_ld != x -a x$gcc_cv_nm != x; then
31365 gcc_cv_ld_toc_align=`$gcc_cv_nm conftest | ${AWK} '/\.TOC\./ { match ($0, "0[[:xdigit:]]*", a); print strtonum ("0x" substr(a[0], length(a[0])-3)) }'`
32329 export_sym_check="$gcc_cv_nm -g"