Lines Matching refs:nlist
4679 nlist=$output_objdir/$my_outputname.nm
4681 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4718 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4725 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4802 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4808 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4816 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4824 test -f "$nlist" || : > "$nlist"
4827 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4828 $MV "$nlist"T "$nlist"
4832 if $GREP -v "^: " < "$nlist" |
4838 uniq > "$nlist"S; then
4841 $GREP -v "^: " < "$nlist" > "$nlist"S
4844 if test -f "$nlist"S; then
4866 if test -s "$nlist"I; then
4873 …$SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >>…
4883 if test -s "$nlist"I; then
4890 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
4893 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"