Lines Matching refs:nlist

4586 	# Discover the nlist of each of the dlfiles.
4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4638 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4639 eval '$MV "$nlist"T "$nlist"'
4645 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4646 eval '$MV "$nlist"T "$nlist"'
4655 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4666 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
4667 eval '$MV "$nlist"T "$nlist"'
4671 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
4703 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
4706 eval '$ECHO ": $name " >> "$nlist"'
4710 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4714 eval '$ECHO ": $name " >> "$nlist"'
4716 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4722 eval '$ECHO ": $name " >> "$nlist"'
4724 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4732 test -f "$nlist" || : > "$nlist"
4735 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4736 $MV "$nlist"T "$nlist"
4740 if $GREP -v "^: " < "$nlist" |
4746 uniq > "$nlist"S; then
4749 $GREP -v "^: " < "$nlist" > "$nlist"S
4752 if test -f "$nlist"S; then
4753 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
4758 func_show_eval '$RM "${nlist}I"'
4760 eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
4774 if test -s "$nlist"I; then
4781 $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
4791 if test -s "$nlist"I; then
4798 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
4801 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
4853 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'