1 .hidden foo 2 .comm pad,0x80000000,8 3 .comm foo,8,8 4 .text 5 .globl bar 6 .type bar, @function 7bar: 8 movq foo@GOTPCREL(%rip), %rax 9