Home | History | Annotate | Download | only in src

Lines Matching refs:nlist

2317 	# Discover the nlist of each of the dlfiles.
2318 nlist="$output_objdir/${my_outputname}.nm"
2320 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
2339 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
2345 $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'"
2350 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
2351 eval '$MV "$nlist"T "$nlist"'
2357 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
2358 eval '$MV "$nlist"T "$nlist"'
2367 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
2378 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
2379 eval '$MV "$nlist"T "$nlist"'
2383 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
2395 eval '$ECHO ": $name " >> "$nlist"'
2396 eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
2402 test -f "$nlist" || : > "$nlist"
2405 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
2406 $MV "$nlist"T "$nlist"
2410 if $GREP -v "^: " < "$nlist" |
2416 uniq > "$nlist"S; then
2419 $GREP -v "^: " < "$nlist" > "$nlist"S
2422 if test -f "$nlist"S; then
2423 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
2461 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
2464 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
2518 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'