Lines Matching refs:nlist
2812 nlist="$output_objdir/${my_outputname}.nm"
2814 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
2833 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
2839 $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'"
2890 eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
2896 test -f "$nlist" || : > "$nlist"
2899 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
2900 $MV "$nlist"T "$nlist"
2904 if $GREP -v "^: " < "$nlist" |
2910 uniq > "$nlist"S; then
2913 $GREP -v "^: " < "$nlist" > "$nlist"S
2916 if test -f "$nlist"S; then
2955 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
2958 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"