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

Function exit

Library/OpensslLib/SysCall/CrtWrapper.c:364–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362
363
364void exit (int e)
365{
366 NoReturnFuncPtr NoReturnFunc;
367
368 NoReturnFunc = (NoReturnFuncPtr) NopFunction;
369
370 NoReturnFunc ();
371}
372
373#else
374

Callers 15

usageFunction · 0.85
errorFunction · 0.85
assertionFunction · 0.85
toBSDNameFunction · 0.85
usageFunction · 0.85
mainFunction · 0.85
GenFds.pyFile · 0.85
TestTemplateFunction · 0.85
GetShdrByIndexFunction · 0.85
WriteSections64Function · 0.85
GetShdrByIndexFunction · 0.85

Calls

no outgoing calls

Tested by 6

TestTemplateFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
do_threadsFunction · 0.68
test_vectorFunction · 0.68
test_nistvectorFunction · 0.68