Lines Matching refs:nlist
4593 # Discover the nlist of each of the dlfiles.
4594 nlist="$output_objdir/${outputname}.nm"
4596 $show "$rm $nlist ${nlist}S ${nlist}T"
4597 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4619 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4625 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4629 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4630 $run eval '$mv "$nlist"T "$nlist"'
4634 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4635 $run eval '$mv "$nlist"T "$nlist"'
4642 $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4651 $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
4652 $run eval 'mv "$nlist"T "$nlist"'
4656 $run eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
4665 $run eval '$echo ": $name " >> "$nlist"'
4666 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4671 test -f "$nlist" || : > "$nlist"
4674 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4675 $mv "$nlist"T "$nlist"
4679 if grep -v "^: " < "$nlist" |
4685 uniq > "$nlist"S; then
4688 grep -v "^: " < "$nlist" > "$nlist"S
4691 if test -f "$nlist"S; then
4692 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
4736 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms"
4779 $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
4780 $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"