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

/external/jpeg/
H A Dltmain.sh1207 dlsyms="${output}S.c"
1209 dlsyms=
1212 if test -n "$dlsyms"; then
1238 $show "creating $objdir/$dlsyms"
1254 case "$dlsyms" in
1257 $echo > "$objdir/$dlsyms" "\
1258 /* $dlsyms - symbol resolution table for \`$output' dlsym emulation. */
1273 sed -e 's/^.* \(.*\)$/extern char \1;/' < "$nlist" >> "$objdir/$dlsyms"
1275 echo '/* NONE */' >> "$objdir/$dlsyms"
1278 $echo >> "$objdir/$dlsyms" "\
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh1207 dlsyms="${output}S.c"
1209 dlsyms=
1212 if test -n "$dlsyms"; then
1238 $show "creating $objdir/$dlsyms"
1254 case "$dlsyms" in
1257 $echo > "$objdir/$dlsyms" "\
1258 /* $dlsyms - symbol resolution table for \`$output' dlsym emulation. */
1273 sed -e 's/^.* \(.*\)$/extern char \1;/' < "$nlist" >> "$objdir/$dlsyms"
1275 echo '/* NONE */' >> "$objdir/$dlsyms"
1278 $echo >> "$objdir/$dlsyms" "\
[all...]
/external/chromium/sdch/open-vcdiff/
H A Dltmain.sh4572 dlsyms=
4575 dlsyms="${outputname}S.c"
4581 if test -n "$dlsyms"; then
4582 case $dlsyms in
4592 $show "creating $output_objdir/$dlsyms"
4594 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
4595 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4684 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
4686 $echo '/* NONE */' >> "$output_objdir/$dlsyms"
4689 $echo >> "$output_objdir/$dlsyms" "\
[all...]
/external/chromium/third_party/libevent/
H A Dltmain.sh4564 dlsyms=
4567 dlsyms="${outputname}S.c"
4573 if test -n "$dlsyms"; then
4574 case $dlsyms in
4584 $show "creating $output_objdir/$dlsyms"
4586 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
4587 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4676 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
4678 $echo '/* NONE */' >> "$output_objdir/$dlsyms"
4681 $echo >> "$output_objdir/$dlsyms" "\
[all...]
/external/expat/conftools/
H A Dltmain.sh4489 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" "\
[all...]
/external/libffi/
H A Dltmain.sh4538 dlsyms=
4541 dlsyms="${outputname}S.c"
4547 if test -n "$dlsyms"; then
4548 case $dlsyms in
4558 $show "creating $output_objdir/$dlsyms"
4560 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
4561 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4650 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
4652 $echo '/* NONE */' >> "$output_objdir/$dlsyms"
4655 $echo >> "$output_objdir/$dlsyms" "\
[all...]
/external/llvm/autoconf/
H A Dltmain.sh4489 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" "\
[all...]
/external/llvm/projects/sample/autoconf/
H A Dltmain.sh4489 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" "\
[all...]

Completed in 75 milliseconds