2015-09-02 22:30:32 +00:00
|
|
|
#ld: -m elf_i386
|
|
|
|
#as: --32
|
|
|
|
#objdump: -dw
|
|
|
|
#target: x86_64-*-* i?86-*-*
|
|
|
|
|
|
|
|
.*: +file format .*
|
|
|
|
|
2015-09-03 11:03:13 +00:00
|
|
|
#...
|
2015-09-02 22:30:32 +00:00
|
|
|
0+8048090 <__start>:
|
2015-09-03 11:03:13 +00:00
|
|
|
[ ]*[a-f0-9]+: ff 93 0c 00 00 00 call \*0xc\(%ebx\)
|
|
|
|
[ ]*[a-f0-9]+: ff a3 0c 00 00 00 jmp \*0xc\(%ebx\)
|
|
|
|
[ ]*[a-f0-9]+: 03 83 0c 00 00 00 add 0xc\(%ebx\),%eax
|
2015-09-02 22:30:32 +00:00
|
|
|
[ ]*[a-f0-9]+: 8b 83 0c 00 00 00 mov 0xc\(%ebx\),%eax
|
2015-09-03 11:03:13 +00:00
|
|
|
[ ]*[a-f0-9]+: 85 83 0c 00 00 00 test %eax,0xc\(%ebx\)
|
2016-02-26 17:38:08 +00:00
|
|
|
[ ]*[a-f0-9]+: c7 c0 b5 80 04 08 mov \$0x80480b5,%eax
|
|
|
|
|
|
|
|
0+80480b4 <foo>:
|
|
|
|
[ ]*[a-f0-9]+: c3 ret
|
|
|
|
|
|
|
|
0+80480b5 <bar>:
|
|
|
|
[ ]*[a-f0-9]+: c3 ret
|
2015-09-02 22:30:32 +00:00
|
|
|
#pass
|