Lines Matching refs:nlist

4835 	# Discover the nlist of each of the dlfiles.
4836 nlist=$output_objdir/$my_outputname.nm
4838 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4875 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4882 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4887 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4888 eval '$MV "$nlist"T "$nlist"'
4894 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4895 eval '$MV "$nlist"T "$nlist"'
4904 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4915 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
4916 eval '$MV "$nlist"T "$nlist"'
4920 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
4952 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
4955 eval '$ECHO ": $name " >> "$nlist"'
4959 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4963 eval '$ECHO ": $name " >> "$nlist"'
4965 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4971 eval '$ECHO ": $name " >> "$nlist"'
4973 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4981 test -f "$nlist" || : > "$nlist"
4984 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4985 $MV "$nlist"T "$nlist"
4989 if $GREP -v "^: " < "$nlist" |
4995 uniq > "$nlist"S; then
4998 $GREP -v "^: " < "$nlist" > "$nlist"S
5001 if test -f "$nlist"S; then
5002 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
5007 func_show_eval '$RM "${nlist}I"'
5009 eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
5023 if test -s "$nlist"I; then
5030 $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
5040 if test -s "$nlist"I; then
5047 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
5050 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
5102 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'