Searched refs:nlist (Results 1 – 3 of 3) sorted by relevance
3258 nlist="$output_objdir/${my_outputname}.nm"3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"3401 test -f "$nlist" || : > "$nlist"3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T3405 $MV "$nlist"T "$nlist"3409 if $GREP -v "^: " < "$nlist" |3415 uniq > "$nlist"S; then3418 $GREP -v "^: " < "$nlist" > "$nlist"S[all …]
6046 nlist=conftest.nm6048 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&56051 test $ac_status = 0; } && test -s "$nlist"; then6053 if sort "$nlist" | uniq > "$nlist"T; then6054 mv -f "$nlist"T "$nlist"6056 rm -f "$nlist"T6060 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then6061 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then6094 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main …6126 echo "cannot find nm_test_func in $nlist" >&5[all …]
3766 nlist=conftest.nm3767 …EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then3769 if sort "$nlist" | uniq > "$nlist"T; then3770 mv -f "$nlist"T "$nlist"3772 rm -f "$nlist"T3776 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then3777 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then3797 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'3810 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main …3838 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD[all …]