• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/

Lines Matching refs:nlist

3679 	# Discover the nlist of each of the dlfiles.
3680 nlist="$output_objdir/${my_outputname}.nm"
3682 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3717 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3724 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3729 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3730 eval '$MV "$nlist"T "$nlist"'
3736 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
3737 eval '$MV "$nlist"T "$nlist"'
3746 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
3757 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
3758 eval '$MV "$nlist"T "$nlist"'
3762 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
3794 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
3797 eval '$ECHO ": $name " >> "$nlist"'
3801 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3805 eval '$ECHO ": $name " >> "$nlist"'
3807 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3813 eval '$ECHO ": $name " >> "$nlist"'
3815 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3823 test -f "$nlist" || : > "$nlist"
3826 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3827 $MV "$nlist"T "$nlist"
3831 if $GREP -v "^: " < "$nlist" |
3837 uniq > "$nlist"S; then
3840 $GREP -v "^: " < "$nlist" > "$nlist"S
3843 if test -f "$nlist"S; then
3844 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
3865 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
3868 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
3922 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'