Searched refs:Fatal (Results 1 – 12 of 12) sorted by relevance
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagCommonKinds.inc | 2 DIAG(err_cannot_open_output_file, DiagnosticEngine::Fatal, "cannot open output file `%0': %1", "can… 6 DIAG(err_unrecognized_input_file, DiagnosticEngine::Fatal, "cannot recognize the format of file `%0… 7 DIAG(err_cannot_find_namespec, DiagnosticEngine::Fatal, "cannot recognize namespec -l%0", "cannot r… 8 DIAG(err_cannot_identify_option, DiagnosticEngine::Fatal, "unknown command line argument `%0' at %1… 14 DIAG(err_cannot_read_symbol, DiagnosticEngine::Fatal, "can not read symbol[%0] in file %1", "can no… 15 DIAG(err_cannot_read_section, DiagnosticEngine::Fatal, "can not read section `%0'.", "can not read … 16 DIAG(err_cannot_read_target_section, DiagnosticEngine::Fatal, "can not read target-dependent sectio… 17 DIAG(err_cannot_read_relocated_section, DiagnosticEngine::Fatal, "can not read the section being re… 18 DIAG(err_unsupported_section, DiagnosticEngine::Fatal, "unsupported section `%0' (type %1)", "unsup… 30 DIAG(err_cannot_read_small_file, DiagnosticEngine::Fatal, "file %0 is too small to read.\n file si… [all …]
|
D | DiagRelocations.inc | 1 DIAG(reloc_factory_has_not_config, DiagnosticEngine::Fatal, "Please call mcld::Linker::config befor… 2 DIAG(unsupported_bitclass, DiagnosticEngine::Fatal, "Only supports 32 and 64 bits targets. (Target:… 3 DIAG(undefined_reference, DiagnosticEngine::Fatal, "undefined reference to `%0'", "In %1:%2, variab… 5 DIAG(base_relocation, DiagnosticEngine::Fatal, "relocation type `%0' is not supported for symbol `%… 6 DIAG(dynamic_relocation, DiagnosticEngine::Fatal, "unexpected relocation type `%0' in object file",… 8 DIAG(unknown_relocation, DiagnosticEngine::Fatal, "encounter unknown relocation type `%0' for symbo…
|
D | DiagGOTPLT.inc | 2 DIAG(fail_allocate_memory_got, DiagnosticEngine::Fatal, "fial to allocate memory for GOT", "fial to… 3 DIAG(fail_allocate_memory_plt, DiagnosticEngine::Fatal, "fial to allocate memory for PLT", "fial to…
|
D | DiagSymbolResolutions.inc | 2 DIAG(fatal_cannot_read_strtab, DiagnosticEngine::Fatal, "cannot read strtab for %2 in file `%0': %1… 8 DIAG(indirect_refer_to_inexist, DiagnosticEngine::Fatal, "indirect symbol %0 points to a undefined …
|
D | DiagReaders.inc | 4 DIAG(fatal_cannot_read_input, DiagnosticEngine::Fatal, "cannot read input input %0", "cannot read i…
|
D | DiagnosticEngine.h | 42 Fatal, enumerator
|
/frameworks/compile/mclinker/lib/LD/ |
D | TextDiagnosticPrinter.cpp | 57 case DiagnosticEngine::Fatal: { in handleDiagnostic() 121 case DiagnosticEngine::Fatal: { in handleDiagnostic()
|
D | DiagnosticInfos.cpp | 158 severity = DiagnosticEngine::Fatal; in process()
|
/frameworks/compile/slang/ |
D | slang_diagnostic_buffer.cpp | 67 case clang::DiagnosticsEngine::Fatal: { in HandleDiagnostic()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | MsgHandling.h | 51 return getDiagnosticEngine().report(pID, DiagnosticEngine::Fatal); in fatal()
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_reference.jd | 72 <td>Fatal error during the API action</td>
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-log.jd | 159 <li><code>F</code> — Fatal</li>
|