Searched defs:stkframe (Results 1 – 5 of 5) sorted by relevance
15 type stkframe struct { struct18 fn funcInfo44 pc uintptr54 continpc uintptr56 lr uintptr // program counter at caller aka link register57 sp uintptr // stack pointer at pc58 fp uintptr // stack pointer at caller aka frame pointer59 varp uintptr // top of local variables60 argp uintptr // pointer to function arguments72 func (frame *stkframe) argBytes() uintptr {[all …]
1003 func scanframeworker(frame *stkframe, state *stackScanState, gcw *gcWork) {
254 func dumpframe(s *stkframe, child *childInfo) {
660 func adjustframe(frame *stkframe, adjinfo *adjustinfo) {
1285 func tracebackHexdump(stk stack, frame *stkframe, bad uintptr) {