Lines Matching defs:debug
50 #define debug(lvl, x...) do { if (lvl <= DEBUG_LEVEL) { printf(x); } } while (0)
149 debug(1, "%s: stack = %p, ecif = %p, bytes = %u\n", __FUNCTION__, stack,
180 debug(3, "Storing UINT32 %u in slot %u\n", *(UINT32 *)(*p_argv),
194 debug(3, "Storing UINT32(float) in slot %u\n", slot);
209 debug(3, "Storing UINT64(double) at slot %u\n", slot);
262 debug(5, "Stack setup:\n");
265 if ((n%4) == 0) { debug(5, "\n%08x: ", (unsigned int)(stack - n)); }
266 debug(5, "%08x ", *(stack - n));
268 debug(5, "\n");
313 debug(3, "Calculated stack size is %u bytes\n", cif->bytes);
401 debug(3, "Calling ffi_call_pa32: ecif=%p, bytes=%u, flags=%u, rvalue=%p, fn=%p\n", &ecif, cif->bytes, cif->flags, ecif.rvalue, (void *)fn);
525 debug(3, "after calling function, ret[0] = %08x, ret[1] = %08x\n", ret[0],
604 debug(0, "assert with cif->flags: %d\n",cif->flags);