1 .*: Assembler messages: 2 .*:2: Warning: indirect jmp without `\*' 3 .*:7: Warning: indirect call without `\*' 4 GAS LISTING .* 5 6 7 [ ]*1[ ]+\.text 8 [ ]*2[ ]+0000 66FF2C25 data16 jmp foo 9 \*\*\*\* Warning: indirect jmp without `\*' 10 [ ]*2[ ]+00000000 11 [ ]*3[ ]+ 12 [ ]*4[ ]+bar: 13 [ ]*5[ ]+0008 89C3 mov %eax, %ebx 14 [ ]*6[ ]+ 15 [ ]*7[ ]+000a 66FF1C25 data16 call foo 16 \*\*\*\* Warning: indirect call without `\*' 17 [ ]*7[ ]+00000000 18