Lines Matching refs:dlsyms
2479 dlsyms=
2482 dlsyms="${outputname}S.c"
2488 if test -n "$dlsyms"; then
2489 case "$dlsyms" in
2499 $show "creating $output_objdir/$dlsyms"
2501 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
2502 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
2573 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
2575 echo '/* NONE */' >> "$output_objdir/$dlsyms"
2578 $echo >> "$output_objdir/$dlsyms" "\
2600 < "$nlist" >> "$output_objdir/$dlsyms"
2602 $echo >> "$output_objdir/$dlsyms" "\
2639 $show "(cd $output_objdir && $CC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")"
2640 $run eval '(cd $output_objdir && $CC -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
2643 $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
2644 $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"
2651 $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2
2676 if test -n "$dlsyms"; then