Home
last modified time | relevance | path

Searched refs:getMcontextEip (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Ddebug.c735 static void *getMcontextEip(ucontext_t *uc) { in getMcontextEip() function
1098 if (getMcontextEip(uc) != NULL) { in logStackTrace()
1102 trace[0] = getMcontextEip(uc); in logStackTrace()
1248 void *eip = getMcontextEip(uc); in sigsegvHandler()