Lines Matching refs:nlist
2310 nlist="$output_objdir/${my_outputname}.nm"
2312 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
2331 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
2337 $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'"
2388 eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
2394 test -f "$nlist" || : > "$nlist"
2397 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
2398 $MV "$nlist"T "$nlist"
2402 if $GREP -v "^: " < "$nlist" |
2408 uniq > "$nlist"S; then
2411 $GREP -v "^: " < "$nlist" > "$nlist"S
2414 if test -f "$nlist"S; then
2453 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
2456 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"