MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / abort

Function abort

rEFIt_UEFI/Platform/Posix/abort.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5#if defined(CLOVER_BUILD) || !defined(_MSC_VER)
6void abort(void)
7{
8 printf("A fatal error happened. System halted\n");
9 while (1) { // tis will avoid warning : Function declared 'noreturn' should not return
10 CpuDeadLoop();
11 }
12}
13#endif
14
15bool stop_at_panic = true;

Callers 15

strlenFunction · 0.70
print_wchar_stringFunction · 0.50
print_wchar_stringFunction · 0.50
CRYPTO_destroy_dynlockidFunction · 0.50
OpenSSLDieFunction · 0.50
pop_infoFunction · 0.50
CRYPTO_push_info_Function · 0.50
print_leak_doall_argFunction · 0.50
CRYPTO_mem_leaksFunction · 0.50
DSO_freeFunction · 0.50

Calls 2

printfFunction · 0.85
CpuDeadLoopFunction · 0.50

Tested by 3

print_wchar_stringFunction · 0.40
print_wchar_stringFunction · 0.40
print_wchar_stringFunction · 0.40