MCPcopy Create free account
hub / github.com/F-Stack/f-stack / stack_save

Function stack_save

freebsd/mips/mips/stack_machdep.c:175–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void
176stack_save(struct stack *st)
177{
178 uintptr_t pc, sp;
179
180 pc = (uintptr_t)&&here;
181 sp = (uintptr_t)__builtin_frame_address(0);
182here:
183 stack_capture(st, curthread, pc, sp);
184}

Callers

nothing calls this directly

Calls 1

stack_captureFunction · 0.70

Tested by

no test coverage detected