Home | History | Annotate | Download | only in cmockery_0_1_2

Lines Matching refs:dlsyms

4849       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" "\
4982 $echo >> "$output_objdir/$dlsyms" "\
4990 $echo >> "$output_objdir/$dlsyms" "\
4997 $echo >> "$output_objdir/$dlsyms" "\
5005 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms"
5007 $echo >> "$output_objdir/$dlsyms" "\
5044 $show "(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")"
5045 $run eval '(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
5048 $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
5049 $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"
5069 $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2
5094 if test -n "$dlsyms"; then