1 #include "textflag.h" 2 3 DATA pointer(SB)/8, $target(SB) 4 GLOBL pointer(SB),RODATA,$8 5 6 TEXT jump(SB),NOSPLIT,$8 7 CALL *pointer(SB) 8 RET 9