Searched refs:pLR (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/hardware/arch/armv7m/common/ |
A D | panic_c.c | 53 void panicGetCtx(void *context, char **pPC, char **pLR, int **pSP) in panicGetCtx() argument 59 *pLR = (char *)arm_context->LR; in panicGetCtx()
|
/AliOS-Things-master/hardware/arch/armv8m/common/ |
A D | panic_c.c | 53 void panicGetCtx(void *context, char **pPC, char **pLR, int **pSP) in panicGetCtx() argument 59 *pLR = (char *)arm_context->LR; in panicGetCtx()
|
/AliOS-Things-master/hardware/arch/riscv/src/rv64fd_32gpr/ |
A D | panic_c.c | 71 void panicGetCtx(void *context, char **pPC, char **pLR, int **pSP) in panicGetCtx() argument 77 *pLR = (char *)rv64_context->LR; in panicGetCtx()
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_panic.c | 56 extern void panicGetCtx(void *context, char **pPC, char **pLR, int **pSP);
|
Completed in 6 milliseconds