|
|
5#

楼主 |
发表于 2016-6-9 23:03:48
|
只看该作者
源码:
4 s+ M i9 e/ t, F: O" j2 { 1 #include<stdio.h>
0 F8 G, D6 d" T0 c3 Q1 O; t 2 #include<math.h>0 c, w$ o0 C: ^ @' n
3 int main(int argc,char* argv[]); |. R1 X: k& Z; `# w+ h1 |
4 {
4 T, r, @$ l4 N1 r0 y 5 int a,b,c;
! }7 ~- u/ S) s7 z 6 c = a * b;
; S% `# s. `# B( h0 |8 k$ [ 7 return 0;7 N2 r+ b! ]6 F* |2 E% S O) a- f
8 }, v. o* P+ m R; x' W4 b. a r
$ o, o& E: U. y) V$ }
下面是两个编译器 编译出来的差异 差异好像不是很大 arm汇编不是很熟悉 大家看看
# U/ R9 u; I3 ?/ gnone:8 _: S2 e2 J+ A1 U& j1 U8 \, x
000082e0 <_init>:
) j5 Y5 D* B+ Y& [7 W- j+ l$ | 82e0: e92d4010 push {r4, lr}1 ^; e' R( D2 G0 d4 f
82e4: eb00001c bl 835c <call_gmon_start>
! C% O0 C s0 Y; @& k 82e8: e8bd8010 pop {r4, pc}
5 Z% [/ h# g( [arago:& j6 Y- }) P% L8 V# M! T* D
00008250 <_init>:0 o$ M3 N, T. y
8250: e92d4008 push {r3, lr}
( L# z% t7 g8 W! u9 N- } 8254: eb00001d bl 82d0 <call_gmon_start>" G6 j/ ^$ e( h' v; u% m2 X, g' R
8258: e8bd8008 pop {r3, pc}, G4 q8 Y* e0 S" }. R6 Z
) O* d( R5 E: W6 Y1 rnone:4 u+ h/ U6 m$ ^3 A) y* G( w* x/ ]
000082ec <.plt>:# D$ R/ l p- X4 P+ g+ b& Z L- f
82ec: e52de004 push {lr} ; (str lr, [sp, #-4]!)
7 n) Z; E0 U: y( Z- f 82f0: e59fe004 ldr lr, [pc, #4] ; 82fc <_init+0x1c>
$ W. d& w. X4 L7 o" |' Y0 ~& l) z 82f4: e08fe00e add lr, pc, lr: [% B7 L% k7 V; @2 p
82f8: e5bef008 ldr pc, [lr, #8]!3 U0 S0 e: m7 a' r2 f0 I7 p
82fc: 000082d4 .word 0x000082d43 T1 I* Q1 T4 y: C1 C
8300: e28fc600 add ip, pc, #0 ; 0x05 {0 \; D ]7 u- X- V1 Q+ T& e
8304: e28cca08 add ip, ip, #32768 ; 0x8000
) u; D4 r- g R- j& L" d" \7 K) A 8308: e5bcf2d4 ldr pc, [ip, #724]!
: P1 r7 F+ ?( B5 F) c) a: g 830c: e28fc600 add ip, pc, #0 ; 0x03 z$ K2 x' ?2 b* N) \ u# ~
8310: e28cca08 add ip, ip, #32768 ; 0x8000
* Y6 q5 D& N" a: S- [' p; m 8314: e5bcf2cc ldr pc, [ip, #716]!$ g% A2 ~/ M- x
8318: e28fc600 add ip, pc, #0 ; 0x05 U* w8 B. w1 N! i
831c: e28cca08 add ip, ip, #32768 ; 0x8000
2 U4 `" ?$ D3 ?+ v7 q* |+ Q 8320: e5bcf2c4 ldr pc, [ip, #708]!$ A1 @* L' N8 m
arago:( Z7 f5 B! F# m* q" A
0000825c <.plt>:7 p: I7 r$ B7 u" Z8 X2 W3 T8 a
825c: e52de004 push {lr} ; (str lr, [sp, #-4]!)% p1 l, V5 f( V$ W+ t9 l9 S
8260: e59fe004 ldr lr, [pc, #4] ; 826c <_init+0x1c>
& p; ]3 c( q; x 8264: e08fe00e add lr, pc, lr
5 M/ f- b2 `5 O- h8 ] 8268: e5bef008 ldr pc, [lr, #8]!$ A7 z: e5 ?- u9 y
826c: 0000827c .word 0x0000827c) \9 [/ I9 M! v( w7 G# q% `2 m
8270: e28fc600 add ip, pc, #08 I5 r& `) T! W9 u9 b0 Y1 B3 m1 J
8274: e28cca08 add ip, ip, #32768 ; 0x8000
; i; r9 y/ p( d5 B$ P 8278: e5bcf27c ldr pc, [ip, #636]! ; 0x27c
0 H& c! H5 i E5 A 827c: e28fc600 add ip, pc, #0+ Q# m! X' G% }4 ]1 f% Z
8280: e28cca08 add ip, ip, #32768 ; 0x8000 N; h* A9 `4 ~6 ~, b
8284: e5bcf274 ldr pc, [ip, #628]! ; 0x274
* r( y' b. F2 K$ ` 8288: e28fc600 add ip, pc, #0
: T. x3 _. p2 q4 @4 f 828c: e28cca08 add ip, ip, #32768 ; 0x8000
# i2 q' n5 I ^ 8290: e5bcf26c ldr pc, [ip, #620]! ; 0x26c5 z( Q' _: D# `7 L5 ^
none:% G2 A5 Q# v( m% A4 p# X! ~; t( N
00008324 <_start>:
4 A: [- @0 Q1 ~& s/ Z* J# ^; f. m 8324: e59fc024 ldr ip, [pc, #36] ; 8350 <_start+0x2c>4 D9 [8 }$ F: u0 _. u/ A# Z3 T# k. u
8328: e3a0b000 mov fp, #0 ; 0x08 ?4 y7 o5 D. N$ b J
832c: e49d1004 pop {r1} ; (ldr r1, [sp], #4)1 {( f! a5 s1 o! Z j, n
8330: e1a0200d mov r2, sp
1 L6 K: t m9 U, I4 I5 N- u& W. p 8334: e52d2004 push {r2} ; (str r2, [sp, #-4]!)
. V- N4 c/ ~5 `9 d* J 8338: e52d0004 push {r0} ; (str r0, [sp, #-4]!)
3 `0 F8 D# J+ X+ P1 g% L+ Z# @ 833c: e59f0010 ldr r0, [pc, #16] ; 8354 <_start+0x30>2 V' n( a; D+ v: X0 ?
8340: e59f3010 ldr r3, [pc, #16] ; 8358 <_start+0x34>
6 s9 Q8 l) P* c% z, t# p 8344: e52dc004 push {ip} ; (str ip, [sp, #-4]!)
* K5 G: k( f# G3 H+ D; y 8348: ebffffef bl 830c <_init+0x2c>
6 \4 w0 `% n) V$ x' l0 s1 g 834c: ebffffeb bl 8300 <_init+0x20>
: W* Y% d' V2 x0 ^3 s7 B 8350: 00008404 .word 0x00008404
" ~1 ^2 F( e1 z 8354: 000083cc .word 0x000083cc
9 @( g4 H7 [7 N( y, m 8358: 00008408 .word 0x00008408$ x% h; t/ m0 j
arago:
# c: A, K! ?- N. z- C& a00008294 <_start>:
: ]1 g0 y3 a+ E2 Y 8294: e3a0b000 mov fp, #0
# t; t: R' m3 V# b% p 8298: e3a0e000 mov lr, #0
) j. }) C! R3 q4 f 829c: e49d1004 pop {r1} ; (ldr r1, [sp], #4)
" K4 A& B6 c5 a j 82a0: e1a0200d mov r2, sp
6 i2 c, A, d" K8 i" e' c7 _ 82a4: e52d2004 push {r2} ; (str r2, [sp, #-4]!)& [1 z% G, o" P8 D3 V
82a8: e52d0004 push {r0} ; (str r0, [sp, #-4]!)# W9 i( U1 Q, l: b5 ?2 \- G
82ac: e59fc010 ldr ip, [pc, #16] ; 82c4 <_start+0x30>
+ C% l4 v0 X* j, C 82b0: e52dc004 push {ip} ; (str ip, [sp, #-4]!) g; x! _3 ^3 F
82b4: e59f000c ldr r0, [pc, #12] ; 82c8 <_start+0x34>' y7 |$ p. L! Y& d
82b8: e59f300c ldr r3, [pc, #12] ; 82cc <_start+0x38>9 j) y) F" s2 [
82bc: ebffffee bl 827c <_init+0x2c>. e) x& c9 o! f# e% J7 D" V
82c0: ebffffea bl 8270 <_init+0x20>
# A7 Z7 a% O! _3 a4 a% Y 82c4: 000083dc .word 0x000083dc
- x! P# b: d4 {: Q8 m ]! c9 u' K 82c8: 00008344 .word 0x000083446 k, }6 s W- k3 H
82cc: 0000837c .word 0x0000837c# y+ I* o" I& Y' o( \
none: M& l$ M. d' S; {6 {
0000835c <call_gmon_start>:& ]# W: K1 ?; n3 I* [* v, a
835c: e59f3014 ldr r3, [pc, #20] ; 8378 <call_gmon_start+0x1c>
& @% Z- F' W9 N9 V! c 8360: e59f2014 ldr r2, [pc, #20] ; 837c <call_gmon_start+0x20>+ h0 O9 d2 m8 N: q, E1 [
8364: e08f3003 add r3, pc, r37 Y8 |: B3 [ a* t
8368: e7931002 ldr r1, [r3, r2]
+ O4 A2 n. B0 t" G* p4 e 836c: e3510000 cmp r1, #0 ; 0x0
8 N, O0 T' y- [; ` 8370: 012fff1e bxeq lr& h. o) O% b4 N ]
8374: eaffffe7 b 8318 <_init+0x38># ^3 ^& n6 @, r; \; J( d) } Z1 Z
8378: 00008264 .word 0x00008264
" N/ V3 A w6 D" l 837c: 00000018 .word 0x00000018
# O J8 g1 b" b- A6 tarago:
3 ]6 C, t# m* a4 w$ ^000082d0 <call_gmon_start>:
( Q% g- v v: s+ u1 ^/ ^) |- z 82d0: e59f3014 ldr r3, [pc, #20] ; 82ec <call_gmon_start+0x1c>
# [# s- M& W2 ~* q; s 82d4: e59f0014 ldr r0, [pc, #20] ; 82f0 <call_gmon_start+0x20>$ |6 ^7 `; ?3 ]4 }
82d8: e08f3003 add r3, pc, r3: A% T$ |, z- Q1 W3 v# ]+ `
82dc: e7932000 ldr r2, [r3, r0]6 z4 A! D) a5 x0 M1 z2 F! A
82e0: e3520000 cmp r2, #0
7 ~/ f& G: @9 O! Q" e- e/ V, c5 _ 82e4: 012fff1e bxeq lr& M: A: h# X2 L/ U8 l0 k9 k
82e8: eaffffe6 b 8288 <_init+0x38>
7 `8 {- o! o7 l# k# V9 l. O* G 82ec: 00008208 .word 0x00008208
, D$ d* J5 X& V) j8 L 82f0: 00000018 .word 0x00000018+ C* _6 |* Z3 }9 P
none:6 U6 L ?- k9 p/ ]0 b2 @
00008380 <__do_global_dtors_aux>:3 {; c% E7 Y4 {# }
8380: e59f2010 ldr r2, [pc, #16] ; 8398 <__do_global_dtors_aux+0x18>
6 o$ f) p+ E# G, g 8384: e5d23000 ldrb r3, [r2]
$ V) E# I+ A! _/ U 8388: e3530000 cmp r3, #0 ; 0x0 ]" x/ b0 J) S1 M, s
838c: 03a03001 moveq r3, #1 ; 0x1* b( `1 c. ~* J+ M2 N2 E
8390: 05c23000 strbeq r3, [r2]
, H# [0 T2 |3 l 8394: e12fff1e bx lr% g# a# I! u6 ^
8398: 000105f4 .word 0x000105f4
. a7 P6 _$ ?) e( y4 g+ ~: ^arago:
' [8 v3 K6 E c; C) n2 C4 C L8 V$ S000082f4 <__do_global_dtors_aux>:% A! S5 [; Z; C1 T* r# N
82f4: e59f3010 ldr r3, [pc, #16] ; 830c <__do_global_dtors_aux+0x18>* G8 z3 X" m) F& C [
82f8: e5d32000 ldrb r2, [r3], P1 {2 m( K+ N$ d% U! m9 _
82fc: e3520000 cmp r2, #0
4 j) `) z- y" T8 x 8300: 02822001 addeq r2, r2, #1; d- R6 r, F* B- h
8304: 05c32000 strbeq r2, [r3]$ D9 T* t( L/ X! Q
8308: e12fff1e bx lr
4 q: B7 ` b* k6 y& m* Z, |4 } 830c: 0001050c .word 0x0001050c* \$ g4 J. M, S1 F; B9 m0 q% L
none:0 }* a& Y7 n1 }
0000839c <frame_dummy>:
. Q' N; o0 f) [8 h# }9 t& [$ T 839c: e59f0020 ldr r0, [pc, #32] ; 83c4 <frame_dummy+0x28>
) K- @4 F: s$ P4 [6 D5 Q; R 83a0: e92d4010 push {r4, lr}
. f% T' U, {* e 83a4: e5903000 ldr r3, [r0]
! t# S% ~+ y: r7 L: A& C 83a8: e3530000 cmp r3, #0 ; 0x04 ]- |8 W* ]6 c( r$ n. J( g# M
83ac: 08bd8010 popeq {r4, pc}
6 G/ g3 m# I ?& ]2 w, o, h 83b0: e59f3010 ldr r3, [pc, #16] ; 83c8 <frame_dummy+0x2c>
1 n; b6 W7 V- y$ ] 83b4: e3530000 cmp r3, #0 ; 0x0
% V& o, l! C( b5 [ 83b8: 08bd8010 popeq {r4, pc}& W) ~5 U3 b5 a2 E# s( G
83bc: e12fff33 blx r3# `# j+ N% y2 ~) E9 \2 [
83c0: e8bd8010 pop {r4, pc}
2 O0 V/ z2 c. d; D+ K 83c4: 000104dc .word 0x000104dc
: e0 A% M0 Y1 v1 l9 k5 }- Y! J% ]( B 83c8: 00000000 .word 0x000000003 ]2 x& D* R: G* I
arago:
! A U0 b5 v* U$ C9 m5 ]5 u00008310 <frame_dummy>:
Y/ C0 b1 G0 H( M' f1 @ 8310: e59f0024 ldr r0, [pc, #36] ; 833c <frame_dummy+0x2c>1 Y5 l4 S& D/ R8 w8 {$ I* @5 O( p" a9 e
8314: e92d4008 push {r3, lr}0 E, l3 g+ V* ]2 X# b# x
8318: e5903000 ldr r3, [r0]
, i* x% N3 o. K/ C) j0 N0 Y* u# u 831c: e3530000 cmp r3, #0" x2 i; X6 I. x6 b y5 ?
8320: 0a000003 beq 8334 <frame_dummy+0x24>3 u) ?5 c. R/ r- g
8324: e59f3014 ldr r3, [pc, #20] ; 8340 <frame_dummy+0x30>
0 Y" k4 G0 g! o6 C( v 8328: e3530000 cmp r3, #0
' n( m( ~/ l2 p/ t, ^; q 832c: 11a0e00f movne lr, pc
& Q6 S/ \+ }/ T 8330: 112fff13 bxne r3
- F' ~" g: Z2 Y- d" P, p( P+ ^ 8334: e8bd4008 pop {r3, lr}
4 u2 S) x2 x# L: e3 { 8338: e12fff1e bx lr6 A# I( c" J+ h7 V, p. l
833c: 000103fc .word 0x000103fc
7 K, ]6 i. L% ?: h+ H+ u8 k 8340: 00000000 .word 0x00000000
% `( A, a$ M6 }* u: x. _8 }none:
3 ^2 T, H1 A, B7 E$ d& h000083cc <main>:
* s2 E0 t$ d# [+ q+ _( }4 v 83cc: e52db004 push {fp} ; (str fp, [sp, #-4]!)
& |" x* {, A" `- \( Z b0 @1 n 83d0: e28db000 add fp, sp, #0 ; 0x0
$ n: p# O0 ~& } 83d4: e24dd01c sub sp, sp, #28 ; 0x1c6 c! T. I; x8 G; S+ `/ @1 \
83d8: e50b0018 str r0, [fp, #-24]
' k! w( F) ^3 T 83dc: e50b101c str r1, [fp, #-28]
7 Q3 \' B+ J Z9 o) s 83e0: e51b2010 ldr r2, [fp, #-16]$ M7 x, U" v! x D* j+ P% I* Y
83e4: e51b300c ldr r3, [fp, #-12]
9 K; J3 C. K7 t1 g) } 83e8: e0030392 mul r3, r2, r3
- A$ Y- `3 N0 ^: T/ f 83ec: e50b3008 str r3, [fp, #-8]: K/ V( T' \4 ~
83f0: e3a03000 mov r3, #0 ; 0x0
- u: R) @. T, G R5 U 83f4: e1a00003 mov r0, r3; a9 Z6 s5 @! F: _
83f8: e28bd000 add sp, fp, #0 ; 0x0
, p3 Q8 w' p/ D; }' c( I1 f 83fc: e8bd0800 pop {fp}
$ F+ j. E( N4 ~* Y6 z! q3 g0 ?" |6 M 8400: e12fff1e bx lr
$ I, n+ x8 v1 p% k- v8 m5 r$ V; L3 Harago:
# C |! E9 P* C! h* F' L00008344 <main>:
8 N6 o2 ? r0 a5 H1 j7 p 8344: e52db004 push {fp} ; (str fp, [sp, #-4]!)
! e! |, f$ ]' \% Y 8348: e28db000 add fp, sp, #0
: @" o+ M6 }) W, c9 H 834c: e24dd01c sub sp, sp, #285 a; }4 h( s' `& Q' r G9 e( h
8350: e50b0018 str r0, [fp, #-24]+ o: {1 a, t& ~/ G: u7 v* V
8354: e50b101c str r1, [fp, #-28]
8 k5 M6 Z' F: x 8358: e51b3008 ldr r3, [fp, #-8]
3 M ?4 |# e, j, o: [7 w# C7 x! U 835c: e51b200c ldr r2, [fp, #-12]
& ~: {- Y$ c5 T& x: l 8360: e0030392 mul r3, r2, r3% T Q$ W2 F! ~$ A' U; d
8364: e50b3010 str r3, [fp, #-16]+ y0 U1 _! L. U/ ^& S( U% y
8368: e3a03000 mov r3, #03 A/ T n/ c; _5 Z9 o0 D
836c: e1a00003 mov r0, r3
: L& R# V7 f) k( o 8370: e28bd000 add sp, fp, #0
7 [9 x) x+ y& ?8 ^ 8374: e8bd0800 pop {fp}
8 L/ c" }9 k N% f) H M" f) K 8378: e12fff1e bx lr
- f/ u0 F' c( h- x2 P" Q, Rnone:
l5 a+ {! o- a$ L4 V3 q% B00008404 <__libc_csu_fini>:
5 N1 Q. F- Z1 N. W% y 8404: e12fff1e bx lr5 Z' h( _6 W+ l( c! _
arago:1 O. _5 l- k a! T/ i" S
000083dc <__libc_csu_fini>:
% f" K1 s0 |* F, X% R; I 83dc: e12fff1e bx lr
E6 O9 p# ^" Y: r Onone:
3 c' A4 Z" s9 H* B00008408 <__libc_csu_init>:! g( \& P9 F8 w; M) u- O
8408: e92d47f0 push {r4, r5, r6, r7, r8, r9, sl, lr}
7 F* e. C6 d+ e# O% Q# f 840c: e1a08001 mov r8, r13 w& }1 Y& z! d y$ B9 I5 x
8410: e1a07002 mov r7, r2
9 j/ \$ ?/ D! X) a5 B" y 8414: e1a0a000 mov sl, r0( k6 ~0 Z: K' Y' ]+ e9 @* J" m
8418: ebffffb0 bl 82e0 <_init>
) i$ s1 r" _8 @( W; E# e3 ` 841c: e59f1044 ldr r1, [pc, #68] ; 8468 <__libc_csu_init+0x60>
0 c( R% Q3 ~- R6 u9 @8 o& ^ 8420: e59f3044 ldr r3, [pc, #68] ; 846c <__libc_csu_init+0x64>
0 Y* Z) K, C4 z! k3 H6 \& p 8424: e59f2044 ldr r2, [pc, #68] ; 8470 <__libc_csu_init+0x68>
# s# t" R4 n4 O8 |6 C3 y7 i: W2 ~ 8428: e0613003 rsb r3, r1, r3
& s) E Q8 B! ]$ ? 842c: e08f2002 add r2, pc, r2
' @3 x7 Q1 L. |3 H* }4 S 8430: e1b05143 asrs r5, r3, #2
/ Q/ |. D% p, `# b3 } 8434: e0822001 add r2, r2, r1
2 u8 a% F! F. G- L1 V 8438: 08bd87f0 popeq {r4, r5, r6, r7, r8, r9, sl, pc}. D7 i+ n5 Z8 t: l
843c: e1a06002 mov r6, r29 s. S4 L* n& q5 h: |
8440: e3a04000 mov r4, #0 ; 0x06 q2 K7 z* W9 v% f4 a# t" u
8444: e1a0000a mov r0, sl0 u# O3 u# H# j" W+ q1 p. |
8448: e1a01008 mov r1, r84 O2 R4 B; a2 G
844c: e1a02007 mov r2, r7
# ~4 f2 M" q+ H+ O8 z 8450: e1a0e00f mov lr, pc) O/ v- x: Z- s- c
8454: e796f104 ldr pc, [r6, r4, lsl #2]
. U7 {' ?7 L2 d' S+ Z6 Z, j 8458: e2844001 add r4, r4, #1 ; 0x1+ n; B/ Z V6 [+ |
845c: e1540005 cmp r4, r5
& c1 V( P: E+ g" }! v- a, B 8460: 3afffff7 bcc 8444 <__libc_csu_init+0x3c>
& H( o% D4 `' t/ s, R" e* Q3 E. p 8464: e8bd87f0 pop {r4, r5, r6, r7, r8, r9, sl, pc}
8 M- M: u( o+ U) C: x" V( H2 d 8468: ffffff04 .word 0xffffff04( K' \ @" @" C
846c: ffffff08 .word 0xffffff08
% u/ _' K! j% r% z8 A( F& ]7 r 8470: 0000819c .word 0x0000819c
" ?) {, B- ]6 m3 w/ Zarago:
' d' ~" H* s5 S0000837c <__libc_csu_init>:
( G+ N- Z) P4 ] 837c: e92d45f8 push {r3, r4, r5, r6, r7, r8, sl, lr}$ @! `" b- X8 _; n6 J" o
8380: e59fa04c ldr sl, [pc, #76] ; 83d4 <__libc_csu_init+0x58>+ K4 h$ d) W. z8 S B
8384: e1a06000 mov r6, r0
, l7 Q [1 p, ~, @) s. `/ o 8388: e1a07001 mov r7, r16 ~# B0 A& d3 K, ?
838c: e1a08002 mov r8, r28 O4 g, n7 ]& l) B" @
8390: ebffffae bl 8250 <_init>
Z& K/ K9 i" n& y V! V) h" c 8394: e59f103c ldr r1, [pc, #60] ; 83d8 <__libc_csu_init+0x5c>2 Z! c8 U0 l$ c. L( c# i& R
8398: e08fa00a add sl, pc, sl
# J: h5 ~/ U. k3 R3 r 839c: e08f0001 add r0, pc, r1
& r( }) q* r2 `- P; O% j0 h 83a0: e06a5000 rsb r5, sl, r0( T! @' D+ U; t' `/ U+ H
83a4: e1b05145 asrs r5, r5, #2( ]! P2 H$ T+ @. {( g6 t
83a8: 08bd85f8 popeq {r3, r4, r5, r6, r7, r8, sl, pc}
- k, z8 V% @; o( B/ D' ^8 G' d 83ac: e3a04000 mov r4, #0
+ p; ~' m( A8 N7 Y, u 83b0: e79a3104 ldr r3, [sl, r4, lsl #2]
6 y) E4 [) `0 t/ { 83b4: e1a00006 mov r0, r6
2 ?, O8 K5 R: [+ C( Z) K' S 83b8: e1a01007 mov r1, r7
; N$ @( ]8 n) X" B1 z5 P& w- D 83bc: e1a02008 mov r2, r8
& f+ w# M+ ^, n$ O% X( u1 A* @ 83c0: e2844001 add r4, r4, #1& O* `: D4 }( ]5 B
83c4: e12fff33 blx r3
( J9 P1 H. k% K 83c8: e1540005 cmp r4, r5& P/ I( l2 W2 Q8 Q4 g
83cc: 3afffff7 bcc 83b0 <__libc_csu_init+0x34>. B0 L1 F$ I0 O. S( l
83d0: e8bd85f8 pop {r3, r4, r5, r6, r7, r8, sl, pc}
% x) ^* q% f. k+ @+ |0 W 83d4: 00008054 .word 0x00008054
9 M% R2 P6 U" T% D 83d8: 00008054 .word 0x00008054
0 o! i7 s5 T9 Tnone:( R0 |. U" s$ Q2 T4 K
Disassembly of section .fini:
! K% H) u7 @8 k" @8 ?, J, T; `. j$ n, J3 f# `/ d2 D
00008474 <_fini>:* n* H& D5 P. J4 m% |1 O; }7 d* q l
8474: e92d4010 push {r4, lr}% W* C& N- G7 Q# z( H0 ~5 y
8478: e8bd8010 pop {r4, pc}
6 |2 r, m& h6 ~3 Z3 Jarago:
7 W# g6 M" q% p( a# h' }* ?Disassembly of section .fini:
" q! j$ e: p, S" n; Y5 e- @
9 t. p v( s: J000083e0 <_fini>:- T- ^5 N" P6 _0 e1 S$ U
83e0: e92d4008 push {r3, lr}
3 O1 V) T! V0 r 83e4: e8bd8008 pop {r3, pc}7 h+ W0 J6 }, k! _ M
+ _! c/ g G, l7 u9 m# W# n* n' c3 N. g
1 m! l q+ i) }" g
|
|