Searched refs:LDPL_FATAL (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/lto-plugin/
H A Dlto-plugin.c113 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, "coul
434 check (WIFEXITED (status) && WEXITSTATUS (status) == 0, LDPL_FATAL, local
577 check (elf_kind (archive) == ELF_K_AR, LDPL_FATAL, local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dplugin-api.h248 LDPL_FATAL enumerator in enum:ld_plugin_level
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dplugin-api.h242 LDPL_FATAL enumerator in enum:ld_plugin_level
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dplugin-api.h252 LDPL_FATAL enumerator in enum:ld_plugin_level
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dtestplug.c484 TV_MESSAGE (LDPL_FATAL, "No register_claim_file hook");
494 TV_MESSAGE (LDPL_FATAL, "No register_all_symbols_read hook");
504 TV_MESSAGE (LDPL_FATAL, "No register_cleanup hook");
H A Dplugin.c616 case LDPL_FATAL:
620 char *newfmt = ACONCAT ((level == LDPL_FATAL ? "%P%F: " : "%P%X: ",
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dplugin_test.c455 (*message)(LDPL_FATAL, "%s: filename too long", filename);
465 (*message)(LDPL_FATAL, "%s: filename has unknown suffix",
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dplugin.cc1309 case LDPL_FATAL:

Completed in 198 milliseconds