/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | ELFObjectReader.cpp | 168 fatal(diag::err_cannot_read_section) << (*section)->name(); in readSections() 177 fatal(diag::err_cannot_read_section) << (*section)->name(); in readSections() 209 fatal(diag::err_cannot_read_section) << (*section)->name(); in readSections() 219 fatal(diag::err_cannot_read_section) << (*section)->name(); in readSections() 238 fatal(diag::err_cannot_read_section) << (*section)->name(); in readSections() 247 fatal(diag::err_cannot_read_target_section) << (*section)->name(); in readSections() 288 fatal(diag::fatal_cannot_read_strtab) << pInput.name() << pInput.path() in readSymbols()
|
H A D | RelocationFactory.cpp | 37 fatal(diag::reloc_factory_has_not_config); in produce() 63 fatal(diag::unsupported_bitclass) << m_pConfig->targets().triple().str() in produce()
|
H A D | StaticResolver.cpp | 73 fatal(diag::fail_sym_resolution) << __FILE__ << __LINE__ in resolve() 147 fatal(diag::indirect_refer_to_inexist) << pNew.name(); in resolve() 193 fatal(diag::indirect_refer_to_inexist) << old->name(); in resolve()
|
H A D | Relocator.cpp | 70 fatal(diag::undefined_reference) << reloc_sym << pInput.path() << sect_name in issueUndefRef() 95 fatal(diag::undefined_reference_text) << reloc_sym << pInput.path() in issueUndefRef()
|
/aosp12/art/sigchainlib/ |
H A D | sigchain.cc | 124 fatal("failed to dlopen %s: %s", libc_name, dlerror()); in lookup_libc_symbol() 133 fatal("Unable to find next %s in signal chain", name); in lookup_libc_symbol() 158 fatal("failed to create sigchain pthread key: %s", strerror(rc)); in GetHandlingSignalKey() 302 fatal("too many special signal handlers"); in AddSpecialHandler() 318 fatal("failed to find special handler to remove"); in RemoveSpecialHandler() 408 fatal("exiting due to SIG_DFL handler for signal %d, ucontext %p", signo, ucontext); in Handler() 549 fatal("Invalid signal %d", signal); in AddSpecialSignalHandlerFn() 561 fatal("Invalid signal %d", signal); in RemoveSpecialSignalHandlerFn() 571 fatal("Invalid signal %d", signal); in EnsureFrontOfChain()
|
H A D | log.h | 25 #define fatal async_safe_fatal macro 41 #define fatal(...) log(__VA_ARGS__); abort() macro
|
/aosp12/frameworks/compile/mclinker/lib/MC/ |
H A D | CommandAction.cpp | 70 fatal(diag::err_cannot_find_namespec) << namespec(); in activate() 100 fatal(diag::fatal_forbid_nest_group); in activate() 254 fatal(diag::err_cannot_find_scriptfile) << "linker script" in activate() 258 fatal(diag::err_cannot_find_scriptfile) << "version script" in activate() 262 fatal(diag::err_cannot_find_scriptfile) << "dynamic list" in activate()
|
/aosp12/build/make/tools/product_config/src/com/android/build/config/ |
H A D | ErrorReporter.java | 159 public void fatal(String message) { in fatal() method in ErrorReporter.Category 166 public void fatal(Position pos, String message) { in fatal() method in ErrorReporter.Category 242 private void add(Category category, boolean fatal, Position pos, String message) { in add() argument 257 if (fatal) { in add()
|
/aosp12/system/sepolicy/ |
H A D | mac_permissions.mk | 22 $(hide) $(M4) --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_KEYS) > $@ 63 $(hide) $(M4) --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_KEYS) > $@ 97 $(hide) $(M4) --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_KEYS) > $@ 131 $(hide) $(M4) --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_KEYS) > $@ 166 $(hide) $(M4) --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_KEYS) > $@
|
H A D | definitions.mk | 5 $(hide) $(M4) --fatal-warnings $(PRIVATE_ADDITIONAL_M4DEFS) \ 34 $(hide) $(M4) --fatal-warnings -s $(1) > $$@
|
/aosp12/frameworks/rs/tests/lldb/tests/harness/ |
H A D | test_base_remote.py | 103 log.fatal(err1.GetCString()) 129 log.fatal('Not trying again, maximum retries exceeded.') 141 log.fatal(err3.GetCString())
|
/aosp12/art/tools/jvmti-agents/jit-load/ |
H A D | README.md | 17 * Pass the '=fatal' option to the agent to cause it to abort if any classes are 20 …b64/libopenjdkjvmtid.so -agentpath:$ANDROID_HOST_OUT/lib64/libjitloadd.so=fatal -cp tmp/java/hello… 24 > `./test/run-test --host --with-agent libtitraced.so=fatal 001-HelloWorld`
|
H A D | jitload.cc | 64 bool fatal; member 82 (ops->fatal ? LOG_STREAM(FATAL) in ClassPrepareJit() 109 ops->fatal = (strcmp(options, "fatal") == 0); in SetupJvmti()
|
/aosp12/system/logging/logwrapper/ |
H A D | logwrapper.cpp | 27 void fatal(const char* msg) { in fatal() function 34 fatal("Usage: logwrapper [-a] [-d] [-k] BINARY [ARGS ...]\n" in usage()
|
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMPLT.cpp | 58 fatal(diag::fail_allocate_memory_plt); in create() 87 fatal(diag::fail_allocate_memory_plt); in applyPLT0() 121 fatal(diag::fail_allocate_memory_plt); in applyPLT1()
|
/aosp12/frameworks/compile/mclinker/lib/Target/X86/ |
H A D | X86PLT.cpp | 149 fatal(diag::fail_allocate_memory_plt); in applyPLT0() 192 fatal(diag::fail_allocate_memory_plt); in applyPLT1() 232 fatal(diag::fail_allocate_memory_plt); in applyPLT0() 279 fatal(diag::fail_allocate_memory_plt); in applyPLT1()
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | MsgHandling.h | 29 MsgHandler fatal(unsigned int pID); 45 inline mcld::MsgHandler mcld::fatal(unsigned int pID) { in fatal() function
|
/aosp12/system/core/debuggerd/handler/ |
H A D | debuggerd_handler.cpp | 124 static void __noreturn __printflike(1, 2) fatal(const char* fmt, ...) { in fatal() function 138 fatal("%s: %s", buf, strerror(err)); in fatal_errno() 288 fatal("intermediate process didn't exit cleanly in double fork (status = %d)", status); in create_vm_process() 290 fatal("second clone failed: %s", strerror(WEXITSTATUS(status))); in create_vm_process() 377 fatal("failed to write crash info, wrote %zd bytes, expected %zd", rc, expected); in debuggerd_dispatch_pseudothread()
|
/aosp12/packages/services/Car/cpp/computepipe/runner/engine/ |
H A D | DefaultEngine.h | 71 explicit ComponentError(std::string s, std::string m, std::string p, bool fatal = false) 72 : isFatal(fatal), source(s), message(m), currentPhase(p) { 223 void queueError(std::string source, std::string msg, bool fatal);
|
/aosp12/system/extras/latencytop/ |
H A D | latencytop.c | 47 int tid, int fatal); 231 int tid, int fatal) { in read_thread_stats() argument 241 if (fatal) { in read_thread_stats() 255 if (fatal) { in read_thread_stats()
|
/aosp12/frameworks/base/core/sysprop/ |
H A D | WatchdogProperties.sysprop | 18 # To escape the watchdog timeout loop, fatal reboot the system when 38 # The fatal counting can be disabled by setting property
|
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsPLT.cpp | 112 fatal(diag::fail_allocate_memory_plt); in applyAllPLT() 127 fatal(diag::fail_allocate_memory_plt); in applyAllPLT()
|
/aosp12/frameworks/compile/mclinker/lib/Fragment/ |
H A D | Relocation.cpp | 115 fatal(diag::unsupported_relocation) << type() in apply() 120 fatal(diag::unknown_relocation) << type() << symInfo()->name(); in apply()
|
/aosp12/build/soong/ui/logger/ |
H A D | logger.go | 201 fatal := false 205 fatal = true 215 } else if fatal {
|
/aosp12/system/core/libnetutils/ |
H A D | packet.c | 40 int fatal(const char*); 44 if (s < 0) return fatal("socket(PF_PACKET)"); in open_raw_socket() 56 return fatal("Cannot bind raw socket to interface"); in open_raw_socket()
|