Lines Matching refs:LDPL_FATAL

113       if (level == LDPL_FATAL)
161 check (t <= 4, LDPL_FATAL, "invalid symbol kind found");
166 check (t <= 3, LDPL_FATAL, "invalid symbol visibility found");
237 check (syms, LDPL_FATAL, "could not allocate memory");
239 check (slots, LDPL_FATAL, "could not allocate memory");
314 check (f, LDPL_FATAL, "could not open file");
355 check (s[len - 1] == '\n', LDPL_FATAL, "file name too long");
382 check (arguments_file_name, LDPL_FATAL,
386 check (args, LDPL_FATAL, "could not open arguments file");
389 check (t == 0, LDPL_FATAL, "could not write arguments");
391 check (t == 0, LDPL_FATAL, "could not close arguments file");
394 check (at_args, LDPL_FATAL, "could not allocate");
421 check (pex != NULL, LDPL_FATAL, "could not pex_init lto-wrapper");
424 check (errmsg == NULL, LDPL_FATAL, "could not run lto-wrapper");
425 check (t == 0, LDPL_FATAL, "could not run lto-wrapper");
428 check (wrapper_output, LDPL_FATAL, "could not read lto-wrapper output");
433 check (t == 1, LDPL_FATAL, "could not get lto-wrapper exit status");
434 check (WIFEXITED (status) && WEXITSTATUS (status) == 0, LDPL_FATAL,
535 check (t == 0, LDPL_FATAL, "could not unlink arguments file");
541 check (t == 0, LDPL_FATAL, "could not unlink resolution file");
547 check (t == 0, LDPL_FATAL, "could not unlink output file");
573 check (t >= 0, LDPL_FATAL, "asprintf failed");
577 check (elf_kind (archive) == ELF_K_AR, LDPL_FATAL,
585 check (offset == elf_rand (archive, offset), LDPL_FATAL,
588 check (elf != NULL, LDPL_FATAL, "could not find archive member");
611 check (status == LDPS_OK, LDPL_FATAL, "could not add symbols");
668 check (version != EV_NONE, LDPL_FATAL, "invalid ELF version");
708 check (register_claim_file, LDPL_FATAL, "register_claim_file not found");
709 check (add_symbols, LDPL_FATAL, "add_symbols not found");
711 check (status == LDPS_OK, LDPL_FATAL,
717 check (status == LDPS_OK, LDPL_FATAL,
723 check (get_symbols, LDPL_FATAL, "get_symbols not found");
725 check (status == LDPS_OK, LDPL_FATAL,