Lines Matching refs:nlist

4633 	# Discover the nlist of each of the dlfiles.
4634 nlist=$output_objdir/$my_outputname.nm
4636 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4673 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4680 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4685 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4686 eval '$MV "$nlist"T "$nlist"'
4692 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4693 eval '$MV "$nlist"T "$nlist"'
4702 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4713 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
4714 eval '$MV "$nlist"T "$nlist"'
4718 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
4750 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
4753 eval '$ECHO ": $name " >> "$nlist"'
4757 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4761 eval '$ECHO ": $name " >> "$nlist"'
4763 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4769 eval '$ECHO ": $name " >> "$nlist"'
4771 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4779 test -f "$nlist" || : > "$nlist"
4782 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4783 $MV "$nlist"T "$nlist"
4787 if $GREP -v "^: " < "$nlist" |
4793 uniq > "$nlist"S; then
4796 $GREP -v "^: " < "$nlist" > "$nlist"S
4799 if test -f "$nlist"S; then
4800 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
4805 func_show_eval '$RM "${nlist}I"'
4807 eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
4821 if test -s "$nlist"I; then
4828 $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
4838 if test -s "$nlist"I; then
4845 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
4848 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
4900 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'