|
|
5#

楼主 |
发表于 2016-6-9 23:03:48
|
只看该作者
源码:' J2 F5 p3 s" E) D$ }! N% e
1 #include<stdio.h>
, q- A, A3 e4 t 2 #include<math.h>0 N* F! N' C5 m1 V' z0 j
3 int main(int argc,char* argv[])) p9 F: Q; E% A3 E7 H
4 {
: B; i# g& O7 i% }3 n0 J 5 int a,b,c;( |6 d& s! X8 H A" }& H
6 c = a * b;" }4 b# w4 S% F. ? Z
7 return 0;4 U& C) S4 C8 ]9 K* z9 c
8 }
% Y5 a0 m; g( [( Y7 e9 G+ X6 A7 T# }. Y" O! m
下面是两个编译器 编译出来的差异 差异好像不是很大 arm汇编不是很熟悉 大家看看' q' ~8 Y+ q) n' b
none:
6 N' }+ q% h* A000082e0 <_init>:
, Y7 B$ K2 S; @" b `% S+ [9 s1 V& F) O 82e0: e92d4010 push {r4, lr}) N$ J5 w6 m+ X
82e4: eb00001c bl 835c <call_gmon_start>. F9 l4 W7 B/ f/ F4 k' K
82e8: e8bd8010 pop {r4, pc}
7 V# i7 x5 `7 @! T+ Garago:
! ]# r4 Y; M9 h00008250 <_init>:
3 q! M0 z1 f: a; V/ _ 8250: e92d4008 push {r3, lr}0 l2 _/ T1 i5 c* y1 w, N1 ~
8254: eb00001d bl 82d0 <call_gmon_start># V# O# X( F- n' r+ |5 z/ H
8258: e8bd8008 pop {r3, pc}) J% O, G W- ~2 H6 J2 c0 N3 I0 L! _
$ L2 R8 B3 X5 B! `' D; q2 c! N
none:
0 t$ @3 W: T$ s: Y% F000082ec <.plt>:
+ A- a* g, H4 [; n8 y8 J/ y 82ec: e52de004 push {lr} ; (str lr, [sp, #-4]!)$ T6 b) m' ?% f Y3 l. D2 U8 c
82f0: e59fe004 ldr lr, [pc, #4] ; 82fc <_init+0x1c>/ K, H7 ?- `7 s8 q; W0 M
82f4: e08fe00e add lr, pc, lr' A& `# B8 v9 y
82f8: e5bef008 ldr pc, [lr, #8]! M9 W* O( w. _3 |
82fc: 000082d4 .word 0x000082d4/ I7 M1 E' P* Z f5 z
8300: e28fc600 add ip, pc, #0 ; 0x02 J7 y& g& T, h' E
8304: e28cca08 add ip, ip, #32768 ; 0x8000
! w4 k' J$ ?- ?$ A" |+ S7 H6 Q 8308: e5bcf2d4 ldr pc, [ip, #724]!. s; o7 |; i+ v2 O; @1 Y+ g0 W. p
830c: e28fc600 add ip, pc, #0 ; 0x0
" ~9 _( F6 s8 y, N' n 8310: e28cca08 add ip, ip, #32768 ; 0x8000
7 T4 O* O3 j3 O! y- U0 _ 8314: e5bcf2cc ldr pc, [ip, #716]!6 {1 R4 P! C; f. `% F3 q8 U8 w
8318: e28fc600 add ip, pc, #0 ; 0x04 B' I# T; y7 Y+ a& }6 p
831c: e28cca08 add ip, ip, #32768 ; 0x80001 E3 V6 P, l: n3 }! k% U+ L' N- m1 Y
8320: e5bcf2c4 ldr pc, [ip, #708]!. M$ ^& z& O, P5 z
arago:% J! Z" g+ J+ M& L
0000825c <.plt>:9 Z. C7 B; R9 z" \- x9 X: u
825c: e52de004 push {lr} ; (str lr, [sp, #-4]!)
/ r. H2 f) J0 f" X8 E7 L 8260: e59fe004 ldr lr, [pc, #4] ; 826c <_init+0x1c>
x* {! [) C' x E' _) g& `) K& I5 P 8264: e08fe00e add lr, pc, lr. o4 G6 O8 Y1 O) v, w
8268: e5bef008 ldr pc, [lr, #8]!! O8 G( l5 c8 o' `2 s8 @" f
826c: 0000827c .word 0x0000827c: m: X0 T) w5 U0 o2 j3 i! M9 w
8270: e28fc600 add ip, pc, #0
7 w% B$ h' B5 {2 y( B 8274: e28cca08 add ip, ip, #32768 ; 0x8000
# ?$ Z& E7 o* ^$ a9 Y w' h 8278: e5bcf27c ldr pc, [ip, #636]! ; 0x27c1 V% G9 Z: n7 I8 w7 }
827c: e28fc600 add ip, pc, #0( t; ~. V$ K: ]6 b" F
8280: e28cca08 add ip, ip, #32768 ; 0x8000
" [ B6 l; T1 S& G0 d* Y e2 B 8284: e5bcf274 ldr pc, [ip, #628]! ; 0x2745 G4 h* Q3 j5 J8 _8 O
8288: e28fc600 add ip, pc, #0
# A6 ]5 |- s2 R0 y" l 828c: e28cca08 add ip, ip, #32768 ; 0x8000- t( a! p8 `( T. q+ U! T$ E, H
8290: e5bcf26c ldr pc, [ip, #620]! ; 0x26c- w+ E( w/ H3 b) g
none:7 B1 `( b+ C# q0 Q3 s# a2 a
00008324 <_start>:3 T/ K( l' [; J% q# Z5 \( O
8324: e59fc024 ldr ip, [pc, #36] ; 8350 <_start+0x2c>. z5 J; {; B# I' r$ L
8328: e3a0b000 mov fp, #0 ; 0x0
3 P. A% u C. y 832c: e49d1004 pop {r1} ; (ldr r1, [sp], #4)! O5 q: }$ h. E3 [& Q( b
8330: e1a0200d mov r2, sp. I' v$ E9 L P6 s
8334: e52d2004 push {r2} ; (str r2, [sp, #-4]!)
6 j& s6 i1 U5 F3 F9 B; [5 @ 8338: e52d0004 push {r0} ; (str r0, [sp, #-4]!)& h9 c7 I% {& q, s
833c: e59f0010 ldr r0, [pc, #16] ; 8354 <_start+0x30>
1 x2 k% Y9 g! `. S3 m# v 8340: e59f3010 ldr r3, [pc, #16] ; 8358 <_start+0x34>; ]7 P/ w' c2 @! I
8344: e52dc004 push {ip} ; (str ip, [sp, #-4]!)0 |( n9 o; k) k6 X6 A, ]
8348: ebffffef bl 830c <_init+0x2c>
+ d' Z- `; n; j9 X7 K( b4 |( J+ @: p 834c: ebffffeb bl 8300 <_init+0x20>
% e; j! c5 O; n G; x6 E 8350: 00008404 .word 0x00008404: S. B& z. J# A$ m
8354: 000083cc .word 0x000083cc, d5 U" a: D$ s8 Y9 I6 M
8358: 00008408 .word 0x00008408
6 H6 ], b( I1 r3 ?arago:
6 @& ?+ B2 a9 r2 l3 a; R% ~4 a00008294 <_start>:8 f0 o' w8 P7 }5 f$ A5 b
8294: e3a0b000 mov fp, #0
4 J; K1 [; ?, z: E# ? 8298: e3a0e000 mov lr, #0" |+ V7 B- R* Y& ?1 H: n; h
829c: e49d1004 pop {r1} ; (ldr r1, [sp], #4)- j% W/ Z& i, Y7 P6 c
82a0: e1a0200d mov r2, sp5 ]$ N0 h, o3 s/ ^0 ^/ @9 `
82a4: e52d2004 push {r2} ; (str r2, [sp, #-4]!): c1 U5 x/ d" Q" k- Y2 h
82a8: e52d0004 push {r0} ; (str r0, [sp, #-4]!)
/ ~) t: ^4 x# V, ~ 82ac: e59fc010 ldr ip, [pc, #16] ; 82c4 <_start+0x30>
( `/ W/ ^) u$ l4 }/ N$ h! ^ 82b0: e52dc004 push {ip} ; (str ip, [sp, #-4]!): M) z2 e$ s$ u. d; K+ L
82b4: e59f000c ldr r0, [pc, #12] ; 82c8 <_start+0x34>
# B6 U: k2 A! Q& M2 O; Y) | 82b8: e59f300c ldr r3, [pc, #12] ; 82cc <_start+0x38>' R! j) b/ N- I' |- T
82bc: ebffffee bl 827c <_init+0x2c>
2 ^) o: B4 `1 i% S6 a: @( T8 e% ?$ I 82c0: ebffffea bl 8270 <_init+0x20>* ^0 T5 x! ~* h. g) _, O* Z
82c4: 000083dc .word 0x000083dc+ s. @& B* h& Y! c
82c8: 00008344 .word 0x00008344
0 A% L0 `, ]( y0 } 82cc: 0000837c .word 0x0000837c
5 L) B! F+ `% y. o/ r; Rnone:
' I' v' ^4 l, I N0000835c <call_gmon_start>:
5 r+ }$ e' k5 ?$ ^, [( ^4 X+ M 835c: e59f3014 ldr r3, [pc, #20] ; 8378 <call_gmon_start+0x1c>7 j; C6 G6 g' b6 r1 m M+ y
8360: e59f2014 ldr r2, [pc, #20] ; 837c <call_gmon_start+0x20>
0 D% p& e% W) V 8364: e08f3003 add r3, pc, r39 R d- W# n+ x, p2 c: u
8368: e7931002 ldr r1, [r3, r2]# _2 t( e( q/ E9 P: v
836c: e3510000 cmp r1, #0 ; 0x0 Y4 O- X% C3 V, n2 }3 o
8370: 012fff1e bxeq lr
8 L2 n' G* ?4 F$ z" u 8374: eaffffe7 b 8318 <_init+0x38>
" `2 B! j6 b( Z, n3 U 8378: 00008264 .word 0x00008264
1 h: O' _. b7 }2 P 837c: 00000018 .word 0x00000018: c y F. b" f& P8 K
arago:
) A6 i' B, ^; v& `: P000082d0 <call_gmon_start>:
5 X; c7 X/ Z x# V: [% N( p1 s 82d0: e59f3014 ldr r3, [pc, #20] ; 82ec <call_gmon_start+0x1c>
* a5 _/ A: k# \8 |5 W# t 82d4: e59f0014 ldr r0, [pc, #20] ; 82f0 <call_gmon_start+0x20>1 |, m# P) S% h& Q5 L# {
82d8: e08f3003 add r3, pc, r3 p% A9 i) l* J! F2 ~
82dc: e7932000 ldr r2, [r3, r0], i4 l2 C; H/ }; Y) t. A$ T
82e0: e3520000 cmp r2, #0) A1 K I& W P5 n
82e4: 012fff1e bxeq lr
* b* Q. ^* c) h/ k1 `( f. u 82e8: eaffffe6 b 8288 <_init+0x38>. S) \0 I! D% z& n
82ec: 00008208 .word 0x00008208
# m! K3 ~% A' {% v3 s$ f1 u 82f0: 00000018 .word 0x00000018
i3 `8 [, K0 w& w/ u" }0 [none:
. l# h$ e- i$ ?5 m q/ M00008380 <__do_global_dtors_aux>:8 J* U- i' e8 M1 _6 z
8380: e59f2010 ldr r2, [pc, #16] ; 8398 <__do_global_dtors_aux+0x18>
# T4 b# V. Q& V. M2 a 8384: e5d23000 ldrb r3, [r2]
4 a3 R8 I5 ? m/ V! f% Q 8388: e3530000 cmp r3, #0 ; 0x0- I" y3 d4 E$ E W. Z* e
838c: 03a03001 moveq r3, #1 ; 0x1" V5 ~( w0 {/ q' ~2 ?0 R# h9 U, M
8390: 05c23000 strbeq r3, [r2]
; m/ u) P' I) F" }! E9 G 8394: e12fff1e bx lr6 l* O$ |" D$ v T
8398: 000105f4 .word 0x000105f4* P# U, Q0 Y2 K5 M o( N
arago:
1 u3 Z4 O, c+ w0 O( d4 d$ F000082f4 <__do_global_dtors_aux>:
+ d# H5 v+ U( g* E3 E0 } 82f4: e59f3010 ldr r3, [pc, #16] ; 830c <__do_global_dtors_aux+0x18>
5 y% r" {8 i i: e. w9 R! a2 P 82f8: e5d32000 ldrb r2, [r3]
. C& Q1 v% ?5 S% c$ l9 n$ W 82fc: e3520000 cmp r2, #06 x+ {) l# @8 p. j: g/ M& \ P8 K
8300: 02822001 addeq r2, r2, #1; c. C7 m; Q6 H$ s$ N) { c" b
8304: 05c32000 strbeq r2, [r3]3 x3 n6 {2 t; s) ?' A; W
8308: e12fff1e bx lr
1 `- |) R; N: v1 Q4 d1 G 830c: 0001050c .word 0x0001050c6 s/ r0 R2 X' U: u- ~
none:: G( M/ y+ N5 `/ K
0000839c <frame_dummy>:
2 h! ?( \/ N& w$ L; j M; w 839c: e59f0020 ldr r0, [pc, #32] ; 83c4 <frame_dummy+0x28>
, }; q) s% e" C! W* `; p+ Q8 e; i 83a0: e92d4010 push {r4, lr}4 ^! _8 Q+ z6 o
83a4: e5903000 ldr r3, [r0]
2 E" }8 t9 p' L# f: r4 o& e 83a8: e3530000 cmp r3, #0 ; 0x0& s) Z9 y9 x* ]
83ac: 08bd8010 popeq {r4, pc}
9 h1 _' d; u; E& n) H L% u- w7 x 83b0: e59f3010 ldr r3, [pc, #16] ; 83c8 <frame_dummy+0x2c>: h. r A9 }! d$ h. H3 O
83b4: e3530000 cmp r3, #0 ; 0x0
^( U1 e. B) E* V; R1 | 83b8: 08bd8010 popeq {r4, pc}
4 v, K* ~9 ~" l! }6 a( U% d( d 83bc: e12fff33 blx r36 L7 b7 r4 B- \# O; f8 }
83c0: e8bd8010 pop {r4, pc}
6 \% ^" e: ~0 o3 A5 b1 V& ^ 83c4: 000104dc .word 0x000104dc4 f5 Y2 R0 e& l8 D0 t/ F D
83c8: 00000000 .word 0x00000000
+ E" c9 O) s, j( q8 x' Harago:
9 v5 y) V+ M3 {' B00008310 <frame_dummy>:
9 y. d& ^+ [! I 8310: e59f0024 ldr r0, [pc, #36] ; 833c <frame_dummy+0x2c>
* j1 H- R4 K" c ?! F3 I4 e 8314: e92d4008 push {r3, lr}
5 S1 y# E+ D0 ~ 8318: e5903000 ldr r3, [r0]
" m j$ t+ h. U% P 831c: e3530000 cmp r3, #0
, I* U0 }8 \% e2 J# f 8320: 0a000003 beq 8334 <frame_dummy+0x24>
$ ~) S3 B* K9 t4 |4 S) ?' X# Q: b 8324: e59f3014 ldr r3, [pc, #20] ; 8340 <frame_dummy+0x30>' ~; `% j0 M$ j' ]+ x( V& J
8328: e3530000 cmp r3, #08 d I, U3 A' l( d* p4 m4 P
832c: 11a0e00f movne lr, pc
& c5 ]0 v9 k% k& \1 g 8330: 112fff13 bxne r3' i+ b+ [" E7 `' V
8334: e8bd4008 pop {r3, lr}
6 T* M# H7 w+ ^9 E) R f 8338: e12fff1e bx lr0 d. q7 b$ {# F* F
833c: 000103fc .word 0x000103fc
8 y9 x3 K# [ \0 N4 N/ v# m 8340: 00000000 .word 0x00000000
' p2 o. h& u2 V; Lnone:
. E8 H6 N0 \# h9 T7 }, H1 _000083cc <main>:( b& X3 x* p9 ~' V( u0 s7 L3 F+ B( G
83cc: e52db004 push {fp} ; (str fp, [sp, #-4]!)* Z8 k8 l5 X7 |+ d3 R1 ~
83d0: e28db000 add fp, sp, #0 ; 0x04 B; y4 `) w) d$ K
83d4: e24dd01c sub sp, sp, #28 ; 0x1c9 h$ o$ o7 c( e' \, b/ s9 u# M/ m
83d8: e50b0018 str r0, [fp, #-24]
3 H- K1 I) b+ R, S/ o1 M9 t" ~; z 83dc: e50b101c str r1, [fp, #-28]
% G ^8 t1 c. z- e* {, d; ? 83e0: e51b2010 ldr r2, [fp, #-16]
% ~# \; f. w9 J) d! r; s% N6 A/ Y 83e4: e51b300c ldr r3, [fp, #-12]
' I2 D! m) p# h4 c# |3 P2 O. g 83e8: e0030392 mul r3, r2, r39 z' e! d7 {: \9 R! q
83ec: e50b3008 str r3, [fp, #-8]0 g2 v8 r6 T2 ?' g1 o
83f0: e3a03000 mov r3, #0 ; 0x0
9 z B% h) k1 ]2 A 83f4: e1a00003 mov r0, r3( P. r6 ]% [% y6 l. e
83f8: e28bd000 add sp, fp, #0 ; 0x0
9 |8 G) Y5 C7 x7 k 83fc: e8bd0800 pop {fp}
: u2 [+ ~ J" ~1 ?) J 8400: e12fff1e bx lr
7 E7 J8 {8 f% [. G! N0 ^arago:. I( Z- f2 }# z) M0 Q& t7 \/ R
00008344 <main>:
9 c( M5 k) g" C 8344: e52db004 push {fp} ; (str fp, [sp, #-4]!)
5 ?8 U9 f' B) l3 W- t: L& q" C3 Y 8348: e28db000 add fp, sp, #0
" m+ M4 d6 c) h0 P# D3 ^ 834c: e24dd01c sub sp, sp, #282 n* q, X. c2 i$ m& z, O4 I
8350: e50b0018 str r0, [fp, #-24]
4 }7 R* x0 z( k. T1 e 8354: e50b101c str r1, [fp, #-28]) {: O2 `1 E2 z& C* S
8358: e51b3008 ldr r3, [fp, #-8]( Z4 e: N) R7 m2 y. x0 e: i h3 Z1 L
835c: e51b200c ldr r2, [fp, #-12]
4 {) g6 F5 }' [9 x* ] 8360: e0030392 mul r3, r2, r3
, _/ L+ E( z+ y% u; F& t* H 8364: e50b3010 str r3, [fp, #-16]
/ c7 {3 l' f: h 8368: e3a03000 mov r3, #0: r) r. N3 r. r! s" {5 a; g7 A2 T
836c: e1a00003 mov r0, r3
9 e% H+ T3 {6 [# y# M 8370: e28bd000 add sp, fp, #0
8 ^5 a/ d( }5 \& V: o 8374: e8bd0800 pop {fp}; n* B4 N, m( f5 m% t2 r+ R
8378: e12fff1e bx lr2 y! v, f+ J5 c. V4 R
none:) V4 y! R" ~$ z2 V
00008404 <__libc_csu_fini>:4 `8 U [& C/ v" |
8404: e12fff1e bx lr' m6 e; W! F# r6 A. b8 _) L# r
arago:
- X- I6 p* N; u( j" u000083dc <__libc_csu_fini>:
% t- @# U* G! E) q1 q- X! W 83dc: e12fff1e bx lr, l: A; M1 g/ d p
none:
- u& H/ W; a4 z$ |% I00008408 <__libc_csu_init>:* S8 C& u z; Q. }
8408: e92d47f0 push {r4, r5, r6, r7, r8, r9, sl, lr}5 G; W4 G% H$ B# U, U9 V
840c: e1a08001 mov r8, r1$ s9 Q2 Q9 j; ^
8410: e1a07002 mov r7, r2. g8 A _! O& y) N1 E* ~/ w
8414: e1a0a000 mov sl, r0; G/ e3 a& j/ o* Y" v1 C
8418: ebffffb0 bl 82e0 <_init>6 T: x0 k6 x d0 o. U, o+ J8 ]
841c: e59f1044 ldr r1, [pc, #68] ; 8468 <__libc_csu_init+0x60>
6 r4 v' E6 d, \1 q, R5 V f/ V 8420: e59f3044 ldr r3, [pc, #68] ; 846c <__libc_csu_init+0x64>3 X& o x( k# O( g s0 m5 q6 \
8424: e59f2044 ldr r2, [pc, #68] ; 8470 <__libc_csu_init+0x68>: f U8 Z+ K6 S d6 n3 {0 a
8428: e0613003 rsb r3, r1, r3
8 g6 x( S& g& x" v 842c: e08f2002 add r2, pc, r2/ o7 U2 p/ O$ q0 |4 k( U. r( ]) H
8430: e1b05143 asrs r5, r3, #2& D" ]. |- }0 X8 k. w m2 B
8434: e0822001 add r2, r2, r1$ B6 K3 b9 Q! @ f, x
8438: 08bd87f0 popeq {r4, r5, r6, r7, r8, r9, sl, pc}
2 w( v5 e2 E9 E2 I 843c: e1a06002 mov r6, r2
8 }" ?9 Y& X# Y1 G( [ 8440: e3a04000 mov r4, #0 ; 0x01 }. F0 X; H! B* a6 ^* u6 g3 ]8 p
8444: e1a0000a mov r0, sl Z# d/ g5 h5 U. ^/ P2 R
8448: e1a01008 mov r1, r80 X0 Q, h+ Q7 v7 T6 e. h' w
844c: e1a02007 mov r2, r79 f$ H% o5 j; K0 R+ Y. N0 f& j
8450: e1a0e00f mov lr, pc( h7 k% Z& ^1 v$ X
8454: e796f104 ldr pc, [r6, r4, lsl #2]. j" d9 C- G5 z) Z
8458: e2844001 add r4, r4, #1 ; 0x1+ W) {. h8 {: n2 z. p4 z
845c: e1540005 cmp r4, r58 x0 G/ P. w; [& D* c' Y
8460: 3afffff7 bcc 8444 <__libc_csu_init+0x3c>/ ~& |5 X; i. d: [( I9 h, j* A, W
8464: e8bd87f0 pop {r4, r5, r6, r7, r8, r9, sl, pc}4 _1 y/ W n. I% t
8468: ffffff04 .word 0xffffff04. \. o, X& I8 b' _5 t n
846c: ffffff08 .word 0xffffff081 V7 N; o( k* I
8470: 0000819c .word 0x0000819c' }8 P) m( b! Y+ c1 B! V. B1 @9 ?
arago:
8 k8 l+ X3 P1 @! q, t* ?0000837c <__libc_csu_init>:
`3 V0 N' b+ ~- F( Y- i/ {' X: ^+ z4 [ 837c: e92d45f8 push {r3, r4, r5, r6, r7, r8, sl, lr}& X( U' x$ e6 Y- ]4 p( i+ Y
8380: e59fa04c ldr sl, [pc, #76] ; 83d4 <__libc_csu_init+0x58>0 x$ ^ D8 ~4 {" P, O& a
8384: e1a06000 mov r6, r0
" U( `; F: W, X4 `8 a" J8 n 8388: e1a07001 mov r7, r1
{& H3 n1 L8 U1 y7 P: G 838c: e1a08002 mov r8, r27 H4 Z4 H5 h& O# g
8390: ebffffae bl 8250 <_init>: P% q# |+ {8 {$ W
8394: e59f103c ldr r1, [pc, #60] ; 83d8 <__libc_csu_init+0x5c>& B, u# ]# v, ?* s
8398: e08fa00a add sl, pc, sl
- t& @" F$ q5 G" G" H 839c: e08f0001 add r0, pc, r1
4 W# c" e! j- a 83a0: e06a5000 rsb r5, sl, r0
; M9 [& f& \" e! D* K 83a4: e1b05145 asrs r5, r5, #2) B G# C/ W# }* k3 Q& D% s
83a8: 08bd85f8 popeq {r3, r4, r5, r6, r7, r8, sl, pc}. z. I# r9 e7 e: x, N6 ]6 w% j
83ac: e3a04000 mov r4, #0
3 M9 [& i1 F; d3 Y 83b0: e79a3104 ldr r3, [sl, r4, lsl #2] a6 I; r; {3 l% f! C. W5 s
83b4: e1a00006 mov r0, r6
9 ?5 @2 B" L0 O& N0 m. L L 83b8: e1a01007 mov r1, r7
; R' `+ x% L. Y; Y9 k% b 83bc: e1a02008 mov r2, r8
" f1 Y- t: Z& r- i 83c0: e2844001 add r4, r4, #1
4 D+ X% B+ N: ^: u6 g+ V 83c4: e12fff33 blx r30 q- u; ~$ J2 Y4 o
83c8: e1540005 cmp r4, r5
* i( {0 w7 r4 \5 `& V% g& l- L% v 83cc: 3afffff7 bcc 83b0 <__libc_csu_init+0x34>6 A l" ]7 |/ `' G$ h7 B% W( t
83d0: e8bd85f8 pop {r3, r4, r5, r6, r7, r8, sl, pc} u3 C+ m, Y: j0 A3 h
83d4: 00008054 .word 0x00008054
3 d$ g/ z3 \$ S1 v 83d8: 00008054 .word 0x00008054
+ h: k4 s+ K0 g' V# |+ ~none:
1 O* Z1 |; c, N, }: d5 e5 e. a& [2 RDisassembly of section .fini:
. n- S$ }7 x6 \! }0 g- W; z6 q5 l$ o' \' ^; R- Y5 @5 C
00008474 <_fini>:3 H9 q9 u% | Z: L
8474: e92d4010 push {r4, lr}7 M$ |, `2 M1 S9 h3 M
8478: e8bd8010 pop {r4, pc}/ @2 A/ U8 e7 f% P
arago:; t/ m* B+ A- t4 i
Disassembly of section .fini:: y# c. J% l" k8 J
0 |, z" Q8 b8 [9 ^
000083e0 <_fini>:
) J" @' V' `& P+ I 83e0: e92d4008 push {r3, lr}
5 L0 K+ O0 i" [# A) [* a: F 83e4: e8bd8008 pop {r3, pc}
" Y* X8 b% z6 t" p& F: h9 P9 X
& K' C8 z7 n+ e5 V1 F
$ z* K! j/ [7 r! W% c3 ]: s+ c+ R a8 D2 \9 e
|
|