• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/

Lines Matching refs:nlist

3677 	# Discover the nlist of each of the dlfiles.
3678 nlist="$output_objdir/${my_outputname}.nm"
3680 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3715 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3722 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3727 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3728 eval '$MV "$nlist"T "$nlist"'
3734 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
3735 eval '$MV "$nlist"T "$nlist"'
3744 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
3755 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
3756 eval '$MV "$nlist"T "$nlist"'
3760 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
3792 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
3795 eval '$ECHO ": $name " >> "$nlist"'
3799 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3803 eval '$ECHO ": $name " >> "$nlist"'
3805 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3811 eval '$ECHO ": $name " >> "$nlist"'
3813 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3821 test -f "$nlist" || : > "$nlist"
3824 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3825 $MV "$nlist"T "$nlist"
3829 if $GREP -v "^: " < "$nlist" |
3835 uniq > "$nlist"S; then
3838 $GREP -v "^: " < "$nlist" > "$nlist"S
3841 if test -f "$nlist"S; then
3842 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
3863 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
3866 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
3920 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'