Lines Matching refs:nlist
4801 nlist=$output_objdir/$my_outputname.nm
4803 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4840 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4847 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4924 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4930 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4938 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4946 test -f "$nlist" || : > "$nlist"
4949 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4950 $MV "$nlist"T "$nlist"
4954 if $GREP -v "^: " < "$nlist" |
4960 uniq > "$nlist"S; then
4963 $GREP -v "^: " < "$nlist" > "$nlist"S
4966 if test -f "$nlist"S; then
4988 if test -s "$nlist"I; then
4995 …$SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >>…
5005 if test -s "$nlist"I; then
5012 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
5015 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"