Home
last modified time | relevance | path

Searched defs:adjustinfo (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/runtime/
Dstack.go569 type adjustinfo struct { struct
570 old stack
571 delta uintptr // ptr distance from old to new stack (newbase - oldbase)
574 sghi uintptr
579 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 …]