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

Lines Matching refs:nlist

3693 	# Discover the nlist of each of the dlfiles.
3694 nlist="$output_objdir/${my_outputname}.nm"
3696 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3731 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3738 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3743 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3744 eval '$MV "$nlist"T "$nlist"'
3750 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
3751 eval '$MV "$nlist"T "$nlist"'
3760 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
3771 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
3772 eval '$MV "$nlist"T "$nlist"'
3776 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
3808 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
3811 eval '$ECHO ": $name " >> "$nlist"'
3815 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3819 eval '$ECHO ": $name " >> "$nlist"'
3821 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3827 eval '$ECHO ": $name " >> "$nlist"'
3829 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3837 test -f "$nlist" || : > "$nlist"
3840 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3841 $MV "$nlist"T "$nlist"
3845 if $GREP -v "^: " < "$nlist" |
3851 uniq > "$nlist"S; then
3854 $GREP -v "^: " < "$nlist" > "$nlist"S
3857 if test -f "$nlist"S; then
3858 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
3879 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
3882 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
3936 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'