Home | History | Annotate | Download | only in autoconf

Lines Matching refs:dlsyms

4489       dlsyms=
4492 dlsyms="${outputname}S.c"
4498 if test -n "$dlsyms"; then
4499 case $dlsyms in
4509 $show "creating $output_objdir/$dlsyms"
4511 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
4512 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4601 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
4603 $echo '/* NONE */' >> "$output_objdir/$dlsyms"
4606 $echo >> "$output_objdir/$dlsyms" "\
4622 $echo >> "$output_objdir/$dlsyms" "\
4630 $echo >> "$output_objdir/$dlsyms" "\
4637 $echo >> "$output_objdir/$dlsyms" "\
4645 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms"
4647 $echo >> "$output_objdir/$dlsyms" "\
4684 $show "(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")"
4685 $run eval '(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
4688 $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
4689 $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"
4709 $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2
4734 if test -n "$dlsyms"; then