Home | History | Annotate | Download | only in JIT

Lines Matching full:jit_atexit

828 // jit_atexit - Used to intercept the "atexit" library call.
829 static int jit_atexit(void (*Fn)()) {
850 if (Name == "atexit") return (void*)(intptr_t)&jit_atexit;