1.text 2.globl foo 3.type foo,@function 4foo: 5nop 6 7.globl bar 8.type bar,@function 9bar: 10nop 11 12.globl do 13.type do,@function 14do: 15callq foo@PLT 16callq bar@PLT 17