Lines Matching refs:nlist
2492 # Discover the nlist of each of the dlfiles.
2493 nlist="$output_objdir/${outputname}.nm"
2495 $show "$rm $nlist ${nlist}S ${nlist}T"
2496 $run $rm "$nlist" "${nlist}S" "${nlist}T"
2518 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
2524 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
2528 $run eval 'egrep -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
2529 $run eval '$mv "$nlist"T "$nlist"'
2533 $run eval 'egrep -e "$export_symbols_regex" "$nlist" > "$nlist"T'
2534 $run eval '$mv "$nlist"T "$nlist"'
2541 $run eval "sed -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
2544 $run eval 'grep -f "$output_objdir/$output.exp" < "$nlist" > "$nlist"T'
2545 $run eval 'mv "$nlist"T "$nlist"'
2552 $run eval 'echo ": $name " >> "$nlist"'
2553 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
2558 test -f "$nlist" || : > "$nlist"
2561 egrep -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
2562 $mv "$nlist"T "$nlist"
2566 if grep -v "^: " < "$nlist" | sort +2 | uniq > "$nlist"S; then
2569 grep -v "^: " < "$nlist" > "$nlist"S
2572 if test -f "$nlist"S; then
2573 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
2600 < "$nlist" >> "$output_objdir/$dlsyms"
2643 $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
2644 $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"