1 2 3 4 5 6 7 8 9 10
.text .global _start .weak foo .hidden foo .type _start, @function _start: pcrel $r1 = @pcrel(foo) ret ;;