|
|
5#

楼主 |
发表于 2016-6-9 23:03:48
|
只看该作者
源码:
/ |) Y: K5 i+ E: C+ B6 ^1 b 1 #include<stdio.h>
2 y. B1 P+ i. t7 Y3 h 2 #include<math.h>2 j3 C2 v2 ?% \( ?: a0 N
3 int main(int argc,char* argv[])
7 x( W) F3 T0 M7 Z5 D 4 {+ v" \$ p x* F# G9 x) G
5 int a,b,c;0 [; w& R% S$ p0 y1 I) }& _$ u
6 c = a * b;
+ L4 f% H: A" _ 7 return 0;8 P* k8 v) Y3 }* t* s( ~3 f
8 }; W7 M/ p5 e+ Z+ W1 f
0 f7 S, e# |1 ^. T7 j, N下面是两个编译器 编译出来的差异 差异好像不是很大 arm汇编不是很熟悉 大家看看
$ f7 q0 E3 X& r M9 m* Dnone:( l: S. ]4 s. D7 G% M0 M
000082e0 <_init>:
: ~ ^+ D" C2 x& E 82e0: e92d4010 push {r4, lr}
$ s* U6 _2 X8 I4 @4 b' E 82e4: eb00001c bl 835c <call_gmon_start>
1 A0 b5 k% V2 c3 s: `( r: ^ 82e8: e8bd8010 pop {r4, pc}5 D; L/ _/ A, B3 g. Q2 T! @' P) m
arago:$ x0 p; Z' c% F f( o6 K
00008250 <_init>:. S6 k/ }+ [! h5 N# M
8250: e92d4008 push {r3, lr}6 B, B4 E+ @( b+ H& n9 O# ^; b
8254: eb00001d bl 82d0 <call_gmon_start>
* e) L, B3 s7 I4 e4 k! _5 _ 8258: e8bd8008 pop {r3, pc}
7 \0 b- a' |0 f
6 }9 T; A6 A* Q* Znone:
; ~# @5 }- f7 b% H000082ec <.plt>:" u3 e. A4 x" u8 V. n' d
82ec: e52de004 push {lr} ; (str lr, [sp, #-4]!)
2 V$ n3 j2 _: c( n$ E# O( X 82f0: e59fe004 ldr lr, [pc, #4] ; 82fc <_init+0x1c>* k! J3 @8 b( ?4 V: V
82f4: e08fe00e add lr, pc, lr8 B4 S. A% _5 z8 [! E! T& |8 X4 Y7 `
82f8: e5bef008 ldr pc, [lr, #8]!) }% ?. F& N$ F; C
82fc: 000082d4 .word 0x000082d4: ]0 k4 z( w; b
8300: e28fc600 add ip, pc, #0 ; 0x0! h Y4 {% E$ q! {: K3 R
8304: e28cca08 add ip, ip, #32768 ; 0x8000
9 Y5 t# p3 H6 b/ b7 `! `" ~# f8 [6 Z 8308: e5bcf2d4 ldr pc, [ip, #724]!
3 p+ w) Y% p+ S7 u 830c: e28fc600 add ip, pc, #0 ; 0x0
% G/ i/ y+ s( G2 r; C( v 8310: e28cca08 add ip, ip, #32768 ; 0x8000
& Y/ ]6 o# D' u; Y0 A 8314: e5bcf2cc ldr pc, [ip, #716]!, X U, N* P: S8 q7 b. r
8318: e28fc600 add ip, pc, #0 ; 0x0
2 b/ f5 k ?* S% m, P$ { 831c: e28cca08 add ip, ip, #32768 ; 0x80001 k3 S( ~6 w# L: l9 I! ]+ b0 a
8320: e5bcf2c4 ldr pc, [ip, #708]!6 _. M- l% X; D
arago:
6 b; l E! p' m$ l$ g8 D2 d0000825c <.plt>:
, g# P5 K! L+ i- w( t, b+ Y$ ] 825c: e52de004 push {lr} ; (str lr, [sp, #-4]!)
& v' d8 w9 c# O* D( C( J, S" b 8260: e59fe004 ldr lr, [pc, #4] ; 826c <_init+0x1c>+ h) }5 h9 L3 l# o
8264: e08fe00e add lr, pc, lr$ C! ?4 `5 w( Y& ~5 T- w# Y
8268: e5bef008 ldr pc, [lr, #8]!
7 q, \4 |) t8 b! x 826c: 0000827c .word 0x0000827c% ?- z# f* N# w' _; L* C
8270: e28fc600 add ip, pc, #0( `1 j; R5 v# R6 A0 }
8274: e28cca08 add ip, ip, #32768 ; 0x80008 T6 L6 B+ R, A4 v* H! q% c: c
8278: e5bcf27c ldr pc, [ip, #636]! ; 0x27c( h x/ P' k% \( q& |3 j3 t! b+ u
827c: e28fc600 add ip, pc, #0
! T8 A6 {& T. y( G# M V! I 8280: e28cca08 add ip, ip, #32768 ; 0x8000
x0 n# a3 E; C3 K" ? 8284: e5bcf274 ldr pc, [ip, #628]! ; 0x274
! [% T r2 ]- q+ q( t6 v H' ` 8288: e28fc600 add ip, pc, #0
5 ~' ~* A1 J# P/ N1 z6 o 828c: e28cca08 add ip, ip, #32768 ; 0x8000
" l' u- x( l" x' b 8290: e5bcf26c ldr pc, [ip, #620]! ; 0x26c
3 x2 m/ g, b: }9 K) v+ Fnone:4 X. p+ [ m: \$ i3 ~, _
00008324 <_start>: t( U# S% m8 t( z) {5 N5 T+ ?
8324: e59fc024 ldr ip, [pc, #36] ; 8350 <_start+0x2c>
% f. m/ P& ~( {' i$ f( t 8328: e3a0b000 mov fp, #0 ; 0x01 U( h/ Y6 s3 e4 T, q" h
832c: e49d1004 pop {r1} ; (ldr r1, [sp], #4)
1 o* t7 s3 h& g+ o; E 8330: e1a0200d mov r2, sp" Y8 ~# n6 j6 Q
8334: e52d2004 push {r2} ; (str r2, [sp, #-4]!)
& q0 |0 \ I2 U 8338: e52d0004 push {r0} ; (str r0, [sp, #-4]!): y0 d1 C! c; j0 V3 E& w3 y
833c: e59f0010 ldr r0, [pc, #16] ; 8354 <_start+0x30>
' O+ `% w. p+ y. g 8340: e59f3010 ldr r3, [pc, #16] ; 8358 <_start+0x34>7 u9 ?% L, y" {9 s! D
8344: e52dc004 push {ip} ; (str ip, [sp, #-4]!)
( p y+ b+ r5 x; i& u! w; A6 c$ k 8348: ebffffef bl 830c <_init+0x2c>) E# d4 `+ d6 \3 {
834c: ebffffeb bl 8300 <_init+0x20># F l }+ B! I ?8 B
8350: 00008404 .word 0x00008404$ J* P5 F6 ]' C4 w& t# k
8354: 000083cc .word 0x000083cc( Z/ p/ E9 B/ J) C
8358: 00008408 .word 0x00008408
) x9 |) q- w* y0 xarago: h: M7 i# N& n! P# B
00008294 <_start>:; B" Y% ]5 K, D! Q/ g1 F% _
8294: e3a0b000 mov fp, #0
# T- O& Y( V' R) I' U( d; C 8298: e3a0e000 mov lr, #0
7 O( C2 i1 `! B8 D7 n/ W) `4 b3 } 829c: e49d1004 pop {r1} ; (ldr r1, [sp], #4)
' d4 a! R' I3 H7 }4 W% r 82a0: e1a0200d mov r2, sp( F/ d& f: m' X% {5 L( C$ @. ]
82a4: e52d2004 push {r2} ; (str r2, [sp, #-4]!)$ @2 J0 `, P6 M: S, D5 ^4 s! |! k
82a8: e52d0004 push {r0} ; (str r0, [sp, #-4]!)0 S4 {, D! O+ q5 I! P0 a g
82ac: e59fc010 ldr ip, [pc, #16] ; 82c4 <_start+0x30>4 i$ k. \ v H" o% F! H1 ]
82b0: e52dc004 push {ip} ; (str ip, [sp, #-4]!)4 M1 {% U! f. W/ {
82b4: e59f000c ldr r0, [pc, #12] ; 82c8 <_start+0x34>
* [& S+ [% M+ f. {9 ?9 I9 O 82b8: e59f300c ldr r3, [pc, #12] ; 82cc <_start+0x38>( ~0 S9 @7 b! @
82bc: ebffffee bl 827c <_init+0x2c>8 ^' @' ~0 b) L( x
82c0: ebffffea bl 8270 <_init+0x20>
. R& p3 j7 {9 R) a; `/ W 82c4: 000083dc .word 0x000083dc
) n( `" p/ A! O$ r* l 82c8: 00008344 .word 0x00008344
$ b9 w: O) H& M# n, n0 e 82cc: 0000837c .word 0x0000837c ~! ]+ r( z3 _" B6 t8 Y/ ]. f3 C
none:/ \% q+ |" [$ L) X3 @; w
0000835c <call_gmon_start>:
/ k" z1 ?. q$ q2 q0 X 835c: e59f3014 ldr r3, [pc, #20] ; 8378 <call_gmon_start+0x1c>
& S8 w' K' k4 G+ i3 [- G; ~ 8360: e59f2014 ldr r2, [pc, #20] ; 837c <call_gmon_start+0x20>) X6 a# \4 ?! u s- D
8364: e08f3003 add r3, pc, r3
8 ?1 S$ v; d- R# ]/ d2 W 8368: e7931002 ldr r1, [r3, r2]/ s' O4 Z3 J% g
836c: e3510000 cmp r1, #0 ; 0x0& B, O5 x6 ^4 ~/ c2 m0 a* E
8370: 012fff1e bxeq lr& t' b" ^3 q% j9 k# h
8374: eaffffe7 b 8318 <_init+0x38>
0 W1 E8 G$ Z3 K+ Y& e6 { 8378: 00008264 .word 0x00008264
$ u) u1 }# S- p9 ~2 |5 e 837c: 00000018 .word 0x00000018
% N+ I; E' q+ d8 P4 j) Jarago:
1 @& m7 \7 \" b; B000082d0 <call_gmon_start>:0 x1 A7 S- U$ E+ J' @7 o# t
82d0: e59f3014 ldr r3, [pc, #20] ; 82ec <call_gmon_start+0x1c>6 o- A$ i# c4 m1 ?! E' }$ }, I2 x# ^" e
82d4: e59f0014 ldr r0, [pc, #20] ; 82f0 <call_gmon_start+0x20>
* \0 {+ ~( E: G' k 82d8: e08f3003 add r3, pc, r3/ u& ^2 q7 W1 l4 I! q
82dc: e7932000 ldr r2, [r3, r0]
7 A. P# W: v+ J) s# e; L 82e0: e3520000 cmp r2, #02 X& g/ ]$ U1 G; |5 M6 I
82e4: 012fff1e bxeq lr
5 E V- \: @8 J 82e8: eaffffe6 b 8288 <_init+0x38>
+ T2 K0 Q; W: D( g8 |, ~3 ^- M 82ec: 00008208 .word 0x00008208
4 I& a! H8 h' D" B; N) Q. i( c$ o0 e8 T 82f0: 00000018 .word 0x00000018
: _) W" W: j% u0 D7 y( lnone:
4 g9 h& F# @, ?) M9 o: P# E00008380 <__do_global_dtors_aux>:1 J# k7 q5 f1 Z6 P8 K/ a, R
8380: e59f2010 ldr r2, [pc, #16] ; 8398 <__do_global_dtors_aux+0x18>2 A+ c" H( C! F7 G% W
8384: e5d23000 ldrb r3, [r2]
" X3 Z$ q: K# b: F! F 8388: e3530000 cmp r3, #0 ; 0x0
: Z8 U1 z4 n5 D/ Q4 h% F4 d: D 838c: 03a03001 moveq r3, #1 ; 0x1
7 h1 O$ N0 G ?$ z1 e2 _ 8390: 05c23000 strbeq r3, [r2]7 V. C. L P* t+ p1 b& N
8394: e12fff1e bx lr
* @: O9 \5 A$ ~2 f 8398: 000105f4 .word 0x000105f4
' G1 A/ D" T$ ^- ~- Tarago:1 |6 v# V: e( T6 g
000082f4 <__do_global_dtors_aux>:1 R! r7 s& c2 u. ` b5 d
82f4: e59f3010 ldr r3, [pc, #16] ; 830c <__do_global_dtors_aux+0x18>' ~( W: M2 e* y0 R5 p& _" D6 F
82f8: e5d32000 ldrb r2, [r3], W- N9 T% h' ? {5 I7 x5 N
82fc: e3520000 cmp r2, #0: y0 I1 n; O1 t1 i8 f
8300: 02822001 addeq r2, r2, #1
0 P6 l6 T0 ^# U; |$ V 8304: 05c32000 strbeq r2, [r3]
! e) g* N/ F* _# b, v 8308: e12fff1e bx lr* w4 [' _" h w* e3 V; Z. O
830c: 0001050c .word 0x0001050c
8 Y0 I, r/ @' ~, B( W$ l/ F, ?none:" G2 L/ J3 \' I4 ~* K3 K: z3 C
0000839c <frame_dummy>:
1 F* M3 _" _, q' o H9 \& w, n 839c: e59f0020 ldr r0, [pc, #32] ; 83c4 <frame_dummy+0x28>
f6 ?! l( a) H3 N3 Y% g4 J! j 83a0: e92d4010 push {r4, lr}
1 c2 N: g' y4 t3 J' G# }! i: G 83a4: e5903000 ldr r3, [r0]
4 |' x0 f$ \, k9 G, n9 x 83a8: e3530000 cmp r3, #0 ; 0x0
9 E4 A1 j% D, n- _2 _8 ?+ A 83ac: 08bd8010 popeq {r4, pc}$ e9 }# `% T( J; X
83b0: e59f3010 ldr r3, [pc, #16] ; 83c8 <frame_dummy+0x2c>8 K% y& \- q0 q& C: M
83b4: e3530000 cmp r3, #0 ; 0x09 D! N" B! m) g; D( J5 `4 d' ]
83b8: 08bd8010 popeq {r4, pc}4 l/ b8 |: I5 R/ ~% ?2 p9 e4 j
83bc: e12fff33 blx r3* C* X" e; F; `+ ?! p5 Z- }
83c0: e8bd8010 pop {r4, pc}
" L. C* c9 {, a R" M 83c4: 000104dc .word 0x000104dc
8 K: i0 ^* ~4 I8 L; [ 83c8: 00000000 .word 0x00000000/ k, m6 \; s) n4 f2 P
arago:( s& s6 \; n0 O# I, `
00008310 <frame_dummy>:# c7 s8 Z7 k5 m: p! t
8310: e59f0024 ldr r0, [pc, #36] ; 833c <frame_dummy+0x2c>
$ q0 g! r. G& T! Q. c% M! E1 J 8314: e92d4008 push {r3, lr}
0 D- K$ l/ E! c 8318: e5903000 ldr r3, [r0]; J- ^: \" B0 G2 [8 v9 C3 ~
831c: e3530000 cmp r3, #09 J+ {* E6 l) m
8320: 0a000003 beq 8334 <frame_dummy+0x24>
& ^$ B5 j' }! q) A$ T% _& T6 } 8324: e59f3014 ldr r3, [pc, #20] ; 8340 <frame_dummy+0x30>0 U( O" c0 i3 f1 |
8328: e3530000 cmp r3, #0: g/ e. }. ?9 f( O' W- C
832c: 11a0e00f movne lr, pc
+ ^9 S8 x% d7 n4 _% i7 S# A 8330: 112fff13 bxne r3* Y6 K& M5 H# p' Z4 S
8334: e8bd4008 pop {r3, lr}5 O8 o: C4 R7 A
8338: e12fff1e bx lr0 O- D) L" _$ v% H
833c: 000103fc .word 0x000103fc
* t( I0 c* }6 Z- I 8340: 00000000 .word 0x00000000
4 n" l* [. F! j N% [0 {' I5 `- y: {none:
$ G" H0 d! A+ |" ?. C+ P000083cc <main>:9 d+ Y$ A4 X z" v! a9 A, r
83cc: e52db004 push {fp} ; (str fp, [sp, #-4]!)( m" D# N" u: |6 b x6 R j9 E. c4 k
83d0: e28db000 add fp, sp, #0 ; 0x0) L6 f0 {7 z% H' Y7 O/ I
83d4: e24dd01c sub sp, sp, #28 ; 0x1c2 B. S5 W. q, k- R/ n) e
83d8: e50b0018 str r0, [fp, #-24]
8 d; G6 I' c# J* T1 @3 x 83dc: e50b101c str r1, [fp, #-28]
H! d+ }& p- a; [ 83e0: e51b2010 ldr r2, [fp, #-16]
& J& H6 G7 w j4 ] 83e4: e51b300c ldr r3, [fp, #-12]3 G- F4 U+ j* k, K
83e8: e0030392 mul r3, r2, r3
4 ?" D! `' J8 O9 M6 |+ L ^" U 83ec: e50b3008 str r3, [fp, #-8]/ v# D2 h6 K. e3 \1 O m
83f0: e3a03000 mov r3, #0 ; 0x0
# [# d+ P8 v& _ 83f4: e1a00003 mov r0, r3
5 E/ y1 M. m3 k' V6 z. h! `5 g 83f8: e28bd000 add sp, fp, #0 ; 0x0
+ P2 s) y2 c! L& @1 h# d( Q 83fc: e8bd0800 pop {fp}& X, x# ?; D8 g5 W3 }& t
8400: e12fff1e bx lr
$ Z R: {. ~5 U9 d2 Y: S& m! Karago:
$ K1 M# ?/ i% n, z M00008344 <main>:9 h4 |0 f/ _5 J a
8344: e52db004 push {fp} ; (str fp, [sp, #-4]!)& J/ s0 m7 a" p7 y" S/ J9 ]. g
8348: e28db000 add fp, sp, #0
" d9 ~* w, {' z1 {6 U: g, ~3 { 834c: e24dd01c sub sp, sp, #28
) B$ r! m2 A2 a$ B0 X/ A7 o 8350: e50b0018 str r0, [fp, #-24]# B& W& P/ V' i/ H1 U: v7 `/ C* g
8354: e50b101c str r1, [fp, #-28]3 x+ F" ~2 n" i4 E- ~+ ]
8358: e51b3008 ldr r3, [fp, #-8]# M. e B5 x! [3 L
835c: e51b200c ldr r2, [fp, #-12]. q% i- j/ S4 U* T
8360: e0030392 mul r3, r2, r3; p% _: K9 J& A) w2 p% V
8364: e50b3010 str r3, [fp, #-16]
. ?" j/ }; C9 R) V2 H 8368: e3a03000 mov r3, #0
* A3 k, N- I1 g: q8 }0 i 836c: e1a00003 mov r0, r3; B! ^8 C6 @+ Z/ _; O, A8 ?
8370: e28bd000 add sp, fp, #0* S8 {/ X' R: x- R5 D& ]8 t
8374: e8bd0800 pop {fp}- G! F; b* ]% j/ h6 n% ~
8378: e12fff1e bx lr
, b; P: Z( g. s" l: Snone:0 X9 _$ r8 A& {& t
00008404 <__libc_csu_fini>:/ l8 f7 ~( a. b, a7 R
8404: e12fff1e bx lr
5 O3 M3 B; l+ j+ |8 Y; garago:
5 z, \, z, n/ c2 x, _5 W. \ c000083dc <__libc_csu_fini>:) r L- M, u5 H$ q
83dc: e12fff1e bx lr
3 [1 a$ ~$ ~) N1 Pnone:
2 J. B+ L$ l r( X) `* T/ @00008408 <__libc_csu_init>:2 {) v; k, g: y7 U5 Z F% b2 o
8408: e92d47f0 push {r4, r5, r6, r7, r8, r9, sl, lr}6 T, O2 ^8 b$ D# }; @1 i3 `
840c: e1a08001 mov r8, r1 C, K6 K. Z! }5 ]3 ]7 V* Z7 d
8410: e1a07002 mov r7, r2& u5 T* a" G" H. p' {4 G
8414: e1a0a000 mov sl, r0
1 z$ z8 s+ L: b) |8 p( I# K 8418: ebffffb0 bl 82e0 <_init>& P$ c" i4 a4 w( F' @& r3 [
841c: e59f1044 ldr r1, [pc, #68] ; 8468 <__libc_csu_init+0x60>- K* O* u2 W/ c
8420: e59f3044 ldr r3, [pc, #68] ; 846c <__libc_csu_init+0x64>
0 \9 P( W i% `7 x( m, V' a) e 8424: e59f2044 ldr r2, [pc, #68] ; 8470 <__libc_csu_init+0x68>
' w( l& g7 c Q; ~7 s 8428: e0613003 rsb r3, r1, r3
+ o& Y0 [% K; k3 ^ 842c: e08f2002 add r2, pc, r2; F3 y% n3 ^ K+ u1 T6 A& f
8430: e1b05143 asrs r5, r3, #2
, V& C$ e2 u) Q) a, R: e 8434: e0822001 add r2, r2, r1* u6 y6 n, E& b
8438: 08bd87f0 popeq {r4, r5, r6, r7, r8, r9, sl, pc}& E6 B- A1 q3 L: g
843c: e1a06002 mov r6, r2
P) ?) R; E3 m" m 8440: e3a04000 mov r4, #0 ; 0x0$ v7 X$ l% O8 L- ~
8444: e1a0000a mov r0, sl
/ _1 p5 |3 B* b+ C# x; O! y 8448: e1a01008 mov r1, r8
+ J* Q4 Y( w3 F. V 844c: e1a02007 mov r2, r7' e2 n4 i2 u {) v4 |0 A0 z3 Q
8450: e1a0e00f mov lr, pc
, e. N0 k, O' M: v7 o" _ 8454: e796f104 ldr pc, [r6, r4, lsl #2]' a# A* W3 H" m% r
8458: e2844001 add r4, r4, #1 ; 0x1% H4 B1 |: `# c% b4 S0 T
845c: e1540005 cmp r4, r5
. i) U4 {1 I7 K 8460: 3afffff7 bcc 8444 <__libc_csu_init+0x3c>1 J3 ~6 }' w0 F6 W
8464: e8bd87f0 pop {r4, r5, r6, r7, r8, r9, sl, pc}+ n. z) D3 \/ K/ B
8468: ffffff04 .word 0xffffff04
: k" n! q' Q; P 846c: ffffff08 .word 0xffffff08. A* Z7 l' c1 o/ n% B
8470: 0000819c .word 0x0000819c
; Z5 v) L; ?8 w" i4 a2 iarago:
; m% q9 X' K) n; S0000837c <__libc_csu_init>:" W2 _. u& K: I5 b7 F: U; J
837c: e92d45f8 push {r3, r4, r5, r6, r7, r8, sl, lr}
2 U* y( i5 ?% ?9 s, d- e 8380: e59fa04c ldr sl, [pc, #76] ; 83d4 <__libc_csu_init+0x58>& v7 `& Y% }3 u' M8 l: [4 ?* P
8384: e1a06000 mov r6, r0
/ o! o+ k" {3 `# D( v 8388: e1a07001 mov r7, r1# Q3 K5 K: [( [4 W5 s& T% \
838c: e1a08002 mov r8, r2
8 w1 m# z* K) L 8390: ebffffae bl 8250 <_init>8 D5 B2 [; h7 C2 K8 V, c+ E
8394: e59f103c ldr r1, [pc, #60] ; 83d8 <__libc_csu_init+0x5c>
/ j4 O8 Z: }& _* B F6 F 8398: e08fa00a add sl, pc, sl
4 m* E& j; v. q 839c: e08f0001 add r0, pc, r1
% d; j7 |- l8 q6 \: ]) D 83a0: e06a5000 rsb r5, sl, r0 e0 S5 R& _$ }# v- l$ o
83a4: e1b05145 asrs r5, r5, #2
' D1 `# W7 ?# Z 83a8: 08bd85f8 popeq {r3, r4, r5, r6, r7, r8, sl, pc}
* L- p- P5 O; K/ c 83ac: e3a04000 mov r4, #0% w* c# i0 z) h: \& ~( b
83b0: e79a3104 ldr r3, [sl, r4, lsl #2]
/ d6 h( V) j% _# p4 \! s$ q 83b4: e1a00006 mov r0, r6
6 E, }/ T5 F7 {) p 83b8: e1a01007 mov r1, r7' B! [. \. q- X, h; K; Z0 h
83bc: e1a02008 mov r2, r82 Y+ }% S; ?: v6 s) ~8 r$ a
83c0: e2844001 add r4, r4, #1 B7 t9 g2 P% |! W; B
83c4: e12fff33 blx r3
4 f* a! V8 Q; K5 l 83c8: e1540005 cmp r4, r5
% ] K2 u. g3 N5 }! c 83cc: 3afffff7 bcc 83b0 <__libc_csu_init+0x34>3 S8 X$ \6 \, k
83d0: e8bd85f8 pop {r3, r4, r5, r6, r7, r8, sl, pc}+ t& n4 ]3 o, _, D5 M+ g2 C: R
83d4: 00008054 .word 0x00008054
$ E; ~3 V6 o$ Y* d$ C. T 83d8: 00008054 .word 0x00008054! ?. U6 a( l- d
none:5 z; c, M" s. l3 X! o
Disassembly of section .fini: O7 ^# e. L3 Z4 C. R
% ^# L7 Y- y# l6 c3 ]- l" s9 @6 I8 e
00008474 <_fini>:
$ N! f! E5 ]+ T$ M. \) e: } 8474: e92d4010 push {r4, lr}
( W! s! U2 {0 s4 X 8478: e8bd8010 pop {r4, pc}1 D6 ]; t0 J% K" \0 W4 D, O
arago:; q- P; P5 Y2 o5 x1 W2 G& Z2 z
Disassembly of section .fini:
- z: a7 e% W+ U& ~
: D0 \. b5 M' V000083e0 <_fini>:3 k, _/ H4 |1 O% y4 y" j1 X8 O0 o6 O
83e0: e92d4008 push {r3, lr}
0 z& o' D+ [- ^) U( o3 M1 i 83e4: e8bd8008 pop {r3, pc}
2 j- m; }" Z6 O. a1 ]
) j( I' [, [% n& ]2 [* P* p0 F' H& y: e) w
2 T* @9 Z5 W; w |
|