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

/haiku-buildtools/libtool/libltdl/
H A Dltmain.sh4323 dlsyms=
4326 dlsyms="${outputname}S.c"
4332 if test -n "$dlsyms"; then
4333 case $dlsyms in
4343 $show "creating $output_objdir/$dlsyms"
4345 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
4346 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4423 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
4425 $echo '/* NONE */' >> "$output_objdir/$dlsyms"
4428 $echo >> "$output_objdir/$dlsyms" "\
[all...]
/haiku-buildtools/libtool/
H A Dltmain.sh4323 dlsyms=
4326 dlsyms="${outputname}S.c"
4332 if test -n "$dlsyms"; then
4333 case $dlsyms in
4343 $show "creating $output_objdir/$dlsyms"
4345 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
4346 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4423 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
4425 $echo '/* NONE */' >> "$output_objdir/$dlsyms"
4428 $echo >> "$output_objdir/$dlsyms" "\
[all...]
/haiku-buildtools/legacy/gcc/
H A Dltmain.sh2278 dlsyms=
2281 dlsyms="${outputname}S.c"
2287 if test -n "$dlsyms"; then
2288 case "$dlsyms" in
2307 $show "creating $objdir/$dlsyms"
2309 $echo > "$objdir/$dlsyms" "\
2310 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
2382 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
2384 echo '/* NONE */' >> "$output_objdir/$dlsyms"
2387 $echo >> "$output_objdir/$dlsyms" "\
[all...]
/haiku-buildtools/legacy/binutils/
H A Dltmain.sh3632 dlsyms=
3635 dlsyms="${outputname}S.c"
3641 if test -n "$dlsyms"; then
3642 case $dlsyms in
3652 $show "creating $output_objdir/$dlsyms"
3654 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
3655 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
3726 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
3728 echo '/* NONE */' >> "$output_objdir/$dlsyms"
3731 $echo >> "$output_objdir/$dlsyms" "\
[all...]

Completed in 64 milliseconds