Searched refs:dlsyms (Results 1 - 7 of 7) 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_org/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/chromium_org/third_party/yasm/source/patched-yasm/config/
H A Dltmain.sh4542 dlsyms=
4545 dlsyms="${outputname}S.c"
4551 if test -n "$dlsyms"; then
4552 case $dlsyms in
4562 $show "creating $output_objdir/$dlsyms"
4564 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
4565 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4654 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
4656 $echo '/* NONE */' >> "$output_objdir/$dlsyms"
4659 $echo >> "$output_objdir/$dlsyms" "\
[all...]
/external/cmockery/cmockery_0_1_2/
H A Dlibtool4849 dlsyms=
4852 dlsyms="${outputname}S.c"
4858 if test -n "$dlsyms"; then
4859 case $dlsyms in
4869 $show "creating $output_objdir/$dlsyms"
4871 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
4872 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4961 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
4963 $echo '/* NONE */' >> "$output_objdir/$dlsyms"
4966 $echo >> "$output_objdir/$dlsyms" "\
[all...]
H A Dltmain.sh4497 dlsyms=
4500 dlsyms="${outputname}S.c"
4506 if test -n "$dlsyms"; then
4507 case $dlsyms in
4517 $show "creating $output_objdir/$dlsyms"
4519 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
4520 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4609 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
4611 $echo '/* NONE */' >> "$output_objdir/$dlsyms"
4614 $echo >> "$output_objdir/$dlsyms" "\
[all...]
/external/libunwind/aux/
H A Dltmain.sh3313 dlsyms=
3316 dlsyms="${outputname}S.c"
3322 if test -n "$dlsyms"; then
3323 case $dlsyms in
3333 $show "creating $output_objdir/$dlsyms"
3335 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
3336 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
3413 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
3415 echo '/* NONE */' >> "$output_objdir/$dlsyms"
3418 $echo >> "$output_objdir/$dlsyms" "\
[all...]

Completed in 350 milliseconds