PRINTF            188 mtcp/restore_libc.c       PRINTF("WARNING: Couldn't find offsets of tid/pid in thread_area.\n"
PRINTF            197 mtcp/restore_libc.c       PRINTF("WARNING: tid_offset (%d) different from expected.\n"
PRINTF            205 mtcp/restore_libc.c       PRINTF("WARNING: tid_offset is not divisible by sizeof(int).\n"
PRINTF            295 mtcp/restore_libc.c     PRINTF("Error getting GDT TLS entry: %d\n", errno);
PRINTF            344 mtcp/restore_libc.c     PRINTF("Error: This should be argv[argc] == NULL and it's not. NO &argv[argc]");
PRINTF            350 mtcp/restore_libc.c     PRINTF("Error: candidate argv[argc-1] failed consistency check");
PRINTF            355 mtcp/restore_libc.c       PRINTF("Error: candidate argv[i] failed consistency check");
PRINTF            450 mtcp/restore_libc.c     PRINTF("ERROR: getpid(%d), tls pid(%d), and tls tid(%d) must all match\n",
PRINTF            492 mtcp/restore_libc.c     PRINTF("Error saving GDT TLS entry: %d\n", errno);
PRINTF            527 mtcp/restore_libc.c     PRINTF("Error restoring GDT TLS entry: %d\n", errno);
PRINTF             61 mtcp/restore_libc.h # define DPRINTF PRINTF
PRINTF             69 mtcp/restore_libc.h       PRINTF("Assertion failed: %s\n", #condition); \
PRINTF             76 mtcp/restore_libc.h     PRINTF("NOT_REACHED Assertion failed.\n"); \