Lines Matching refs:stderr
57 fprintf(stderr, "as far as cpp2uno_call\n"); in cpp2uno_call()
114 fprintf(stderr, "arg %d of %d\n", nPos, nParams); in cpp2uno_call()
120 fprintf(stderr, "simple type is %d\n", pParamTypeDescr->eTypeClass); in cpp2uno_call()
215 fprintf(stderr, "complex, nregs is %d\n", nregs); in cpp2uno_call()
261 fprintf(stderr, "end of params\n"); in cpp2uno_call()
347 fprintf(stderr, "nVTableOffset, nFunctionIndex are %x %x\n", nVtableOffset, nFunctionIndex); in cpp_mediate()
353 fprintf( stderr, "= cpp_mediate () =\nGPR's (%d): ", 6 ); in cpp_mediate()
355 fprintf( stderr, "0x%lx, ", gpreg[i] ); in cpp_mediate()
356 fprintf( stderr, "\n"); in cpp_mediate()
357 fprintf( stderr, "\nFPR's (%d): ", 6 ); in cpp_mediate()
359 fprintf( stderr, "0x%lx (%f), ", fpreg[i], fpreg[i] ); in cpp_mediate()
360 fprintf( stderr, "\n"); in cpp_mediate()
523 fprintf(stderr, "before mediate with %lx\n",nOffsetAndIndex); in cpp_vtable_call()
524 …fprintf(stderr, "non-doubles are %x %x %x %x %x %x\n", gpreg[0], gpreg[1], gpreg[2], gpreg[3], gpr… in cpp_vtable_call()
525 …fprintf(stderr, "doubles are %f %f %f %f %f %f\n", fpreg[0], fpreg[1], fpreg[2], fpreg[3], fpreg[4… in cpp_vtable_call()
531 fprintf(stderr, "after mediate ret is %lx %ld\n", nRegReturn[0], nRegReturn[0]); in cpp_vtable_call()
624 fprintf(stderr, "in addLocalFunctions functionOffset is %x\n",functionOffset); in addLocalFunctions()
625 fprintf(stderr, "in addLocalFunctions vtableOffset is %x\n",vtableOffset); in addLocalFunctions()