1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
#as: --32 -mrelax-relocations=yes
#ld: -melf_i386 -z noseparate-code
#objdump: -dw --sym
.*: +file format .*
SYMBOL TABLE:
#...
0+8049164 l O .data 0+1 bar
#...
0+8049165 g O .data 0+1 foo
#...
Disassembly of section .text:
0+8048074 <_start>:
[ ]*[a-f0-9]+: c7 c0 64 91 04 08 mov \$0x8049164,%eax
[ ]*[a-f0-9]+: 81 d0 64 91 04 08 adc \$0x8049164,%eax
[ ]*[a-f0-9]+: 81 c3 64 91 04 08 add \$0x8049164,%ebx
[ ]*[a-f0-9]+: 81 e1 64 91 04 08 and \$0x8049164,%ecx
[ ]*[a-f0-9]+: 81 fa 64 91 04 08 cmp \$0x8049164,%edx
[ ]*[a-f0-9]+: 81 cf 64 91 04 08 or \$0x8049164,%edi
[ ]*[a-f0-9]+: 81 de 64 91 04 08 sbb \$0x8049164,%esi
[ ]*[a-f0-9]+: 81 ed 64 91 04 08 sub \$0x8049164,%ebp
[ ]*[a-f0-9]+: 81 f4 64 91 04 08 xor \$0x8049164,%esp
[ ]*[a-f0-9]+: f7 c1 64 91 04 08 test \$0x8049164,%ecx
[ ]*[a-f0-9]+: c7 c0 64 91 04 08 mov \$0x8049164,%eax
[ ]*[a-f0-9]+: 81 d0 64 91 04 08 adc \$0x8049164,%eax
[ ]*[a-f0-9]+: 81 c3 64 91 04 08 add \$0x8049164,%ebx
[ ]*[a-f0-9]+: 81 e1 64 91 04 08 and \$0x8049164,%ecx
[ ]*[a-f0-9]+: 81 fa 64 91 04 08 cmp \$0x8049164,%edx
[ ]*[a-f0-9]+: 81 cf 64 91 04 08 or \$0x8049164,%edi
[ ]*[a-f0-9]+: 81 de 64 91 04 08 sbb \$0x8049164,%esi
[ ]*[a-f0-9]+: 81 ed 64 91 04 08 sub \$0x8049164,%ebp
[ ]*[a-f0-9]+: 81 f4 64 91 04 08 xor \$0x8049164,%esp
[ ]*[a-f0-9]+: f7 c1 64 91 04 08 test \$0x8049164,%ecx
[ ]*[a-f0-9]+: c7 c0 65 91 04 08 mov \$0x8049165,%eax
[ ]*[a-f0-9]+: 81 d0 65 91 04 08 adc \$0x8049165,%eax
[ ]*[a-f0-9]+: 81 c3 65 91 04 08 add \$0x8049165,%ebx
[ ]*[a-f0-9]+: 81 e1 65 91 04 08 and \$0x8049165,%ecx
[ ]*[a-f0-9]+: 81 fa 65 91 04 08 cmp \$0x8049165,%edx
[ ]*[a-f0-9]+: 81 cf 65 91 04 08 or \$0x8049165,%edi
[ ]*[a-f0-9]+: 81 de 65 91 04 08 sbb \$0x8049165,%esi
[ ]*[a-f0-9]+: 81 ed 65 91 04 08 sub \$0x8049165,%ebp
[ ]*[a-f0-9]+: 81 f4 65 91 04 08 xor \$0x8049165,%esp
[ ]*[a-f0-9]+: f7 c1 65 91 04 08 test \$0x8049165,%ecx
[ ]*[a-f0-9]+: c7 c0 65 91 04 08 mov \$0x8049165,%eax
[ ]*[a-f0-9]+: 81 d0 65 91 04 08 adc \$0x8049165,%eax
[ ]*[a-f0-9]+: 81 c3 65 91 04 08 add \$0x8049165,%ebx
[ ]*[a-f0-9]+: 81 e1 65 91 04 08 and \$0x8049165,%ecx
[ ]*[a-f0-9]+: 81 fa 65 91 04 08 cmp \$0x8049165,%edx
[ ]*[a-f0-9]+: 81 cf 65 91 04 08 or \$0x8049165,%edi
[ ]*[a-f0-9]+: 81 de 65 91 04 08 sbb \$0x8049165,%esi
[ ]*[a-f0-9]+: 81 ed 65 91 04 08 sub \$0x8049165,%ebp
[ ]*[a-f0-9]+: 81 f4 65 91 04 08 xor \$0x8049165,%esp
[ ]*[a-f0-9]+: f7 c1 65 91 04 08 test \$0x8049165,%ecx
#pass
|