Searched defs:adjustinfo (Results 1 – 1 of 1) sorted by relevance
569 type adjustinfo struct { struct570 old stack571 delta uintptr // ptr distance from old to new stack (newbase - oldbase)574 sghi uintptr579 func adjustpointer(adjinfo *adjustinfo, vpp unsafe.Pointer) {611 func adjustpointers(scanp unsafe.Pointer, bv *bitvector, adjinfo *adjustinfo, f funcInfo) {660 func adjustframe(frame *stkframe, adjinfo *adjustinfo) {745 func adjustctxt(gp *g, adjinfo *adjustinfo) {771 func adjustdefers(gp *g, adjinfo *adjustinfo) {783 func adjustpanics(gp *g, adjinfo *adjustinfo) {[all …]