Searched refs:dlsyms (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh3631 dlsyms=
3634 dlsyms="${outputname}S.c"
3640 if test -n "$dlsyms"; then
3641 case $dlsyms in
3651 $show "creating $output_objdir/$dlsyms"
3653 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
3654 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
3725 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
3727 echo '/* NONE */' >> "$output_objdir/$dlsyms"
3730 $echo >> "$output_objdir/$dlsyms" "\
[all...]

Completed in 126 milliseconds