ref: 8c0ec0a94d14b0bc6c38873286b58b6235bb9c16 dir: /lib9/getcallerpc-NetBSD-386.S/
#include <machine/asm.h> NENTRY(getcallerpc) movl 4(%esp), %eax movl -4(%eax), %eax ret END(getcallerpc)