runtime·deferproc 12 src/pkg/runtime/traceback_arm.c void runtime·deferproc(void); runtime·deferproc 249 src/pkg/runtime/traceback_arm.c wasnewproc = f->entry == (uintptr)runtime·newproc || f->entry == (uintptr)runtime·deferproc; runtime·deferproc 17 src/pkg/runtime/traceback_x86.c void runtime·deferproc(void); runtime·deferproc 290 src/pkg/runtime/traceback_x86.c wasnewproc = f->entry == (uintptr)runtime·newproc || f->entry == (uintptr)runtime·deferproc;