|
5#

楼主 |
发表于 2016-6-9 23:03:48
|
只看该作者
源码:
a" ^- w% g3 l- ^( ] 1 #include<stdio.h> * y7 D: t% w: A
2 #include<math.h>% ?0 ~+ \; C! R: y; f4 p- [
3 int main(int argc,char* argv[]), [- c$ H1 U$ f4 @( E
4 {1 e" G5 I: {+ m4 f
5 int a,b,c;
; L, ~- y3 p# E3 | 6 c = a * b;1 m3 [& N- M! V6 ^
7 return 0;
1 d9 Q* q2 d" O7 ~- x5 f5 q 8 }3 w% d! U- f0 c' q: ]" D0 z
1 T" S% U- i( n0 h1 }7 X下面是两个编译器 编译出来的差异 差异好像不是很大 arm汇编不是很熟悉 大家看看
: `0 ?& d, i; B0 P! y. a1 znone:8 `" k: G/ v2 z+ Y: I
000082e0 <_init>:
; O) E# }0 [0 k0 G 82e0: e92d4010 push {r4, lr}! i. S8 l! Z& i! K2 g+ }3 {
82e4: eb00001c bl 835c <call_gmon_start>
3 E! ?: ]& k, t( W7 M! D: u# N4 A3 I 82e8: e8bd8010 pop {r4, pc}2 \0 P- G: a( `; ]# z' C: A
arago:
# b) A( i1 ^2 n00008250 <_init>:
" H4 t: r$ m- z" m m 8250: e92d4008 push {r3, lr}6 o8 d: ~* W! X4 I ~6 }/ ~7 V
8254: eb00001d bl 82d0 <call_gmon_start> C9 t) d# k* a& j
8258: e8bd8008 pop {r3, pc}1 E* E3 j; Y8 D% F& i( c' v
) X: p: U2 c5 o7 D" ^; |3 [) H3 W) W
none:1 X! R. [# Z* p" D; X
000082ec <.plt>:! @3 ^. B1 a' P" K9 A. [
82ec: e52de004 push {lr} ; (str lr, [sp, #-4]!)
" }: g2 j, p/ W/ f& R# W% {! F 82f0: e59fe004 ldr lr, [pc, #4] ; 82fc <_init+0x1c>7 n7 w8 @: J3 v+ a, [2 ]
82f4: e08fe00e add lr, pc, lr! h' }7 K7 c/ t6 { H: K8 a$ @( V
82f8: e5bef008 ldr pc, [lr, #8]!* w/ o8 ]- y0 E" @6 x
82fc: 000082d4 .word 0x000082d4% G# ]( d1 N3 l
8300: e28fc600 add ip, pc, #0 ; 0x0+ r7 i0 B; S$ l9 [4 F" B# o W
8304: e28cca08 add ip, ip, #32768 ; 0x8000/ J3 K: H& ]) ~) o
8308: e5bcf2d4 ldr pc, [ip, #724]!
, L) t8 a ?$ A% w/ f# S 830c: e28fc600 add ip, pc, #0 ; 0x0% p- O2 n5 h4 f5 k* J3 g* }
8310: e28cca08 add ip, ip, #32768 ; 0x80006 C/ u% w4 t& U- w* D
8314: e5bcf2cc ldr pc, [ip, #716]!
, N5 e; q/ u9 D9 @5 `! y 8318: e28fc600 add ip, pc, #0 ; 0x04 t9 s/ t- {* R5 T
831c: e28cca08 add ip, ip, #32768 ; 0x8000* E0 q6 ]2 d$ M: h
8320: e5bcf2c4 ldr pc, [ip, #708]!% r4 `& J# b: x) G; e) a; ~) [
arago:
8 \" Y! N" K# w. Q. h0000825c <.plt>:# m& Q3 P5 t) m! @7 Y. w# f
825c: e52de004 push {lr} ; (str lr, [sp, #-4]!)
3 t; s" |$ g* r* p# @ 8260: e59fe004 ldr lr, [pc, #4] ; 826c <_init+0x1c>9 c( S9 a/ z4 y5 X5 b
8264: e08fe00e add lr, pc, lr
6 @+ z, V, a: e: x* S# ] 8268: e5bef008 ldr pc, [lr, #8]!
9 R) {; p! i, O# n. X 826c: 0000827c .word 0x0000827c
2 _ g: S2 R5 Z6 B+ D/ b0 B 8270: e28fc600 add ip, pc, #0) }0 z0 O0 E$ |; U( u4 Z
8274: e28cca08 add ip, ip, #32768 ; 0x8000+ x! V! N0 s- u$ x' ?9 `6 Y+ m6 b
8278: e5bcf27c ldr pc, [ip, #636]! ; 0x27c, i' S& L# g6 g" T* d( h
827c: e28fc600 add ip, pc, #0
, [' p. O( m4 a0 s( @9 ]" I& F 8280: e28cca08 add ip, ip, #32768 ; 0x8000
: N# p/ U3 m" p0 r 8284: e5bcf274 ldr pc, [ip, #628]! ; 0x274! n, W, W0 z& z
8288: e28fc600 add ip, pc, #06 \& ?9 _% B* Q
828c: e28cca08 add ip, ip, #32768 ; 0x80006 P- E: l+ X! `( `3 `" p
8290: e5bcf26c ldr pc, [ip, #620]! ; 0x26c
4 K% O/ C1 { ^$ M znone:- ^$ k4 C/ X0 k! I( E) m, e) C
00008324 <_start>:" V5 d& z( r2 B8 v& Z4 v
8324: e59fc024 ldr ip, [pc, #36] ; 8350 <_start+0x2c>
' d* h1 l1 i+ p4 Y3 G 8328: e3a0b000 mov fp, #0 ; 0x05 d: h! \3 i! b: G
832c: e49d1004 pop {r1} ; (ldr r1, [sp], #4)" S# W. \$ {: [0 w1 U9 ~, {
8330: e1a0200d mov r2, sp, r0 [5 \( t* ^) v7 O
8334: e52d2004 push {r2} ; (str r2, [sp, #-4]!) q& E' b8 Y9 U; F! Q5 v; n Z
8338: e52d0004 push {r0} ; (str r0, [sp, #-4]!)
7 K! g& A" e1 t+ t2 F3 V; \9 ]3 J; e 833c: e59f0010 ldr r0, [pc, #16] ; 8354 <_start+0x30>! H9 }; S. n4 s
8340: e59f3010 ldr r3, [pc, #16] ; 8358 <_start+0x34>
: ]* }5 L9 J% `. V% o% P9 D 8344: e52dc004 push {ip} ; (str ip, [sp, #-4]!)+ Y, w6 u h2 e( Z
8348: ebffffef bl 830c <_init+0x2c>
1 y9 i& c' I% k0 R5 |9 x6 o2 { 834c: ebffffeb bl 8300 <_init+0x20>
9 k, x* f" N) ~0 r8 y7 v6 h& E 8350: 00008404 .word 0x00008404
5 ^9 h d2 b$ H: {) I$ Q 8354: 000083cc .word 0x000083cc/ |0 }5 j8 \" l$ \: M {) h
8358: 00008408 .word 0x00008408 b6 M) t; t# r4 c! G, q
arago:
, Z8 P2 A/ A0 V00008294 <_start>:" N- c H/ f( L
8294: e3a0b000 mov fp, #0
; s& d, t2 O7 L) f 8298: e3a0e000 mov lr, #0
! I: i' B8 H1 ]% X4 Q# q% | 829c: e49d1004 pop {r1} ; (ldr r1, [sp], #4)
7 e5 l5 n$ x0 G5 l0 m 82a0: e1a0200d mov r2, sp
9 f! ^3 B5 J* Z- X 82a4: e52d2004 push {r2} ; (str r2, [sp, #-4]!)( S, F$ ?2 v' V
82a8: e52d0004 push {r0} ; (str r0, [sp, #-4]!)
9 C! _1 X( c" V/ T k7 ? 82ac: e59fc010 ldr ip, [pc, #16] ; 82c4 <_start+0x30>
% N2 d3 ]7 I- ~( E 82b0: e52dc004 push {ip} ; (str ip, [sp, #-4]!)5 K# o$ j8 O" b7 y% N% D
82b4: e59f000c ldr r0, [pc, #12] ; 82c8 <_start+0x34>
' [; P- _; Z2 S) u! } 82b8: e59f300c ldr r3, [pc, #12] ; 82cc <_start+0x38>" f9 @4 N( D; t- h A0 E. F* D% o9 {
82bc: ebffffee bl 827c <_init+0x2c>
( M' J9 `, H! d$ u( m- e 82c0: ebffffea bl 8270 <_init+0x20>
7 N4 c* v! Z. n. Q- P+ E; ^1 |! z 82c4: 000083dc .word 0x000083dc
2 V+ x5 Q' {2 c 82c8: 00008344 .word 0x00008344
4 I2 j+ `2 P3 B: \( h 82cc: 0000837c .word 0x0000837c
' S2 ]2 e a5 O) }' y! i+ Fnone:& B2 E" H7 F# \! S% F
0000835c <call_gmon_start>:
0 S0 X W+ s" k6 S 835c: e59f3014 ldr r3, [pc, #20] ; 8378 <call_gmon_start+0x1c> x% q$ D8 H" e9 l6 \/ q
8360: e59f2014 ldr r2, [pc, #20] ; 837c <call_gmon_start+0x20>7 t; v. M' |7 w# X }
8364: e08f3003 add r3, pc, r38 A8 ]2 ]9 s0 i! c+ h" b& ^
8368: e7931002 ldr r1, [r3, r2]
! M A# Z& o Y( E2 p* l 836c: e3510000 cmp r1, #0 ; 0x0
6 o4 Q5 Q8 i- z+ v8 N/ i, K$ M; H 8370: 012fff1e bxeq lr% H0 S2 o/ F/ [& ]$ h! V
8374: eaffffe7 b 8318 <_init+0x38>, j9 d" J: d# L8 t3 j$ w' q
8378: 00008264 .word 0x00008264
: y8 S+ f* O, p6 e& D; h& p& `1 @ 837c: 00000018 .word 0x00000018
5 [* P0 o/ I' ]6 U6 r! Qarago:
3 J! S! g. C" m2 g5 `/ k9 x1 t000082d0 <call_gmon_start>:0 w- M; q5 @3 V- d( q/ O6 P
82d0: e59f3014 ldr r3, [pc, #20] ; 82ec <call_gmon_start+0x1c>
5 X \# K- ?7 G4 m# | 82d4: e59f0014 ldr r0, [pc, #20] ; 82f0 <call_gmon_start+0x20>
" x4 d! m5 p5 n5 `3 H6 Y% n( X' i1 ] 82d8: e08f3003 add r3, pc, r32 a- |3 z7 l. w3 n& X
82dc: e7932000 ldr r2, [r3, r0]1 g, y) S3 x6 D; j: X2 Z$ \' a
82e0: e3520000 cmp r2, #02 o6 D3 W* s# h% J8 P- S+ v
82e4: 012fff1e bxeq lr: b- g( W }/ }
82e8: eaffffe6 b 8288 <_init+0x38>
5 A, n( C& i6 P( U) o: l1 T' j Z 82ec: 00008208 .word 0x000082080 g6 c# p* J9 r/ @! @2 e, _4 I
82f0: 00000018 .word 0x000000188 r6 E4 a! D# K' ~ l9 ~3 N3 z% H# [
none:
: v) }! t9 N& I# n9 _1 T00008380 <__do_global_dtors_aux>:# G/ v8 z: A4 }( U# ]8 a
8380: e59f2010 ldr r2, [pc, #16] ; 8398 <__do_global_dtors_aux+0x18>
+ b: V1 T+ A. q9 U: v 8384: e5d23000 ldrb r3, [r2]! y& g& ?, a% G+ v3 T
8388: e3530000 cmp r3, #0 ; 0x0
; j3 z: `) l9 D8 q( y9 { 838c: 03a03001 moveq r3, #1 ; 0x1
b0 I" y* V8 q6 Y! |* h 8390: 05c23000 strbeq r3, [r2]1 e" \2 f* e6 l6 @0 ]- c7 ^
8394: e12fff1e bx lr
, q8 f/ o' O2 a& c" i R 8398: 000105f4 .word 0x000105f4
; ~- `) Y3 X7 a2 |% iarago:6 ^& r& H8 L t6 D6 O
000082f4 <__do_global_dtors_aux>:
: O; g& }5 l% e5 H5 i. I$ L 82f4: e59f3010 ldr r3, [pc, #16] ; 830c <__do_global_dtors_aux+0x18>; ?% ]5 t1 D% K; ]3 i
82f8: e5d32000 ldrb r2, [r3]
; O4 L" a* H, Q, r' e 82fc: e3520000 cmp r2, #0
2 T! k6 t) r( \# L/ A 8300: 02822001 addeq r2, r2, #1 D8 a. G+ g! R5 |( S; U
8304: 05c32000 strbeq r2, [r3]
& a5 v8 L% M3 f" w+ `; Z 8308: e12fff1e bx lr
+ L) j8 i- T3 E2 N 830c: 0001050c .word 0x0001050c5 I7 G* }7 b5 w+ e Q1 G+ L
none: T8 u" M! y$ ^/ \5 F& ?
0000839c <frame_dummy>:
0 S% e. ~7 K! P7 h- G 839c: e59f0020 ldr r0, [pc, #32] ; 83c4 <frame_dummy+0x28>3 U: Z& W$ g- g
83a0: e92d4010 push {r4, lr}) {/ y4 S& r8 `" U9 R
83a4: e5903000 ldr r3, [r0]
. W) P$ \2 z4 K 83a8: e3530000 cmp r3, #0 ; 0x0+ U# e( g8 V n: M: u9 ]0 Y6 L( L
83ac: 08bd8010 popeq {r4, pc}
: H* P7 Q' ^$ S0 }; L 83b0: e59f3010 ldr r3, [pc, #16] ; 83c8 <frame_dummy+0x2c>+ T) _4 K' I2 l! P$ y8 s
83b4: e3530000 cmp r3, #0 ; 0x0
. R7 i% U1 J# n 83b8: 08bd8010 popeq {r4, pc}# ?+ |: M6 U3 w4 @/ C/ P7 M' T
83bc: e12fff33 blx r3
5 V- [1 p+ n9 h& T( {8 N 83c0: e8bd8010 pop {r4, pc}
0 q3 V, z& M9 \ 83c4: 000104dc .word 0x000104dc' ^3 Q0 ]- n% n: ?' L0 ?. r$ U
83c8: 00000000 .word 0x00000000
1 N, \# F5 l( W* ?( P5 uarago:
# p N. h6 k9 k; f3 V4 e00008310 <frame_dummy>:
% C! T: m3 E$ A 8310: e59f0024 ldr r0, [pc, #36] ; 833c <frame_dummy+0x2c>' z' g0 N) ]& k9 ?2 U/ X. Y
8314: e92d4008 push {r3, lr}: J; L" X" }/ F7 Y) P
8318: e5903000 ldr r3, [r0]. Z4 Q3 |! T( x4 k9 ?
831c: e3530000 cmp r3, #0
( f4 S' A- ]7 z: ~. l7 ? 8320: 0a000003 beq 8334 <frame_dummy+0x24>) e, a4 R6 ^5 J3 h+ s3 P3 o
8324: e59f3014 ldr r3, [pc, #20] ; 8340 <frame_dummy+0x30>2 K3 v3 N; A B6 g: T& T% L" p
8328: e3530000 cmp r3, #0
/ u0 _( t# |. K, r& ~ 832c: 11a0e00f movne lr, pc
/ i/ o! J9 h$ |! D& v' E0 D+ I2 M 8330: 112fff13 bxne r3- `; \& A6 K7 @
8334: e8bd4008 pop {r3, lr}, o }; ?7 T3 W) u- N! l4 ]
8338: e12fff1e bx lr% J! S. x( B8 L S- ~: P
833c: 000103fc .word 0x000103fc7 | u0 C1 j* s% u Q( r1 O4 a
8340: 00000000 .word 0x00000000
4 B1 d# W6 o6 _5 k/ ]$ f& jnone:
4 J: ]) G5 z' @5 [7 Y) {000083cc <main>:; A% V G2 }8 a5 k
83cc: e52db004 push {fp} ; (str fp, [sp, #-4]!)
2 I2 q5 t) k3 n) K& J( g 83d0: e28db000 add fp, sp, #0 ; 0x0
* P1 c9 R( R4 Q! L7 Y( ^ 83d4: e24dd01c sub sp, sp, #28 ; 0x1c# n5 Q% H. p" M9 |; G
83d8: e50b0018 str r0, [fp, #-24]
4 N4 P X- j+ ^* _ 83dc: e50b101c str r1, [fp, #-28]
4 y0 w2 U. K- Y 83e0: e51b2010 ldr r2, [fp, #-16]
' M) H' B1 g* S) v 83e4: e51b300c ldr r3, [fp, #-12]
P0 _: y5 H% d$ Z! i. X 83e8: e0030392 mul r3, r2, r3% @8 Q. {4 V2 i' B3 A) V
83ec: e50b3008 str r3, [fp, #-8]
! H* p& R7 c5 G+ \ 83f0: e3a03000 mov r3, #0 ; 0x0
# Z: s; V/ |* l+ B# A7 _ 83f4: e1a00003 mov r0, r32 a& D& U6 Q$ D o
83f8: e28bd000 add sp, fp, #0 ; 0x0
0 p7 l9 \2 h9 {4 a) u2 f3 ] 83fc: e8bd0800 pop {fp}3 i6 w4 ^# r4 c0 {8 r8 ~0 {
8400: e12fff1e bx lr/ B$ p1 w7 k1 p2 e* Z: w
arago:
5 R' P9 t. t% X' y1 y9 X9 F& b- y00008344 <main>:
8 u# v6 A# Y) c: O 8344: e52db004 push {fp} ; (str fp, [sp, #-4]!)
^/ r0 x; F/ a; i* v" K J 8348: e28db000 add fp, sp, #0
u" B) I9 J; L. R# P0 Q 834c: e24dd01c sub sp, sp, #28
7 C. @! z* p" F; f- Z) L 8350: e50b0018 str r0, [fp, #-24]
! Z4 O6 |" S6 f3 a9 b3 F 8354: e50b101c str r1, [fp, #-28]1 p) Z; e- ?- r* f, i& {% [- I- _
8358: e51b3008 ldr r3, [fp, #-8]. s1 ^ W, g g0 }- \0 H7 W
835c: e51b200c ldr r2, [fp, #-12]
2 k' [5 n0 x7 J3 t: w 8360: e0030392 mul r3, r2, r3& x; k2 G3 Q! K! z
8364: e50b3010 str r3, [fp, #-16]* t# n8 Q3 X3 u h- y
8368: e3a03000 mov r3, #0( R6 [' A. l- z- j
836c: e1a00003 mov r0, r3
+ Z7 R2 w1 q9 g3 G/ ]8 p 8370: e28bd000 add sp, fp, #08 h! Z% ~7 c2 E o; f2 {
8374: e8bd0800 pop {fp}9 b% ~6 {+ d2 C6 X% w& S+ E
8378: e12fff1e bx lr6 P3 R/ A/ X8 _' h2 I9 O% T
none:0 ^, e; |0 ` D! ^5 O1 _
00008404 <__libc_csu_fini>:" p! H8 q3 q; e/ P
8404: e12fff1e bx lr' ~2 Z- t: r% Z+ S0 d% P
arago:
4 t' X4 x1 W) `) i; g/ p000083dc <__libc_csu_fini>:( Q, U8 N' @* C& N) y+ {& r
83dc: e12fff1e bx lr
4 W( q+ g b9 `8 E& @; {none:( k6 [. k& t- A5 S4 A2 z
00008408 <__libc_csu_init>:# m) X+ ^- c) p- K% Y/ B/ E
8408: e92d47f0 push {r4, r5, r6, r7, r8, r9, sl, lr}
! c0 Z: T+ E. P6 K* L5 c7 P' l. y. C 840c: e1a08001 mov r8, r1
. j1 [7 C5 `: H! r# X$ Q 8410: e1a07002 mov r7, r2
}4 ?; Y$ a0 y4 O6 J 8414: e1a0a000 mov sl, r0) m2 r8 \6 _5 L! C% a
8418: ebffffb0 bl 82e0 <_init>
* a5 j" s, Z2 L) j 841c: e59f1044 ldr r1, [pc, #68] ; 8468 <__libc_csu_init+0x60>
( Z U7 T4 ^# Y2 f) R 8420: e59f3044 ldr r3, [pc, #68] ; 846c <__libc_csu_init+0x64>+ y# l1 z7 Q+ ]4 s- M0 C: z( f9 ?5 \
8424: e59f2044 ldr r2, [pc, #68] ; 8470 <__libc_csu_init+0x68>
# w0 B# C- @* m 8428: e0613003 rsb r3, r1, r3
9 }# M! L2 W2 ~2 t4 E J o5 H+ n 842c: e08f2002 add r2, pc, r2: D" A: p; Z* q( {: Z
8430: e1b05143 asrs r5, r3, #25 ~2 A& h- ]- ?" B; x
8434: e0822001 add r2, r2, r1
0 `( q0 j+ Z3 `% v& B# r" B3 O 8438: 08bd87f0 popeq {r4, r5, r6, r7, r8, r9, sl, pc}& o+ y- M. U" j' o* v
843c: e1a06002 mov r6, r2& U$ |$ C9 @* ]
8440: e3a04000 mov r4, #0 ; 0x0
, R0 Y8 x1 h7 b e$ R$ q 8444: e1a0000a mov r0, sl
8 y' V0 ]* ^9 ?4 U2 V: Y 8448: e1a01008 mov r1, r8
( L. G% [& B) y, {5 a 844c: e1a02007 mov r2, r7
! M# ]' E" E/ [8 v4 o( S+ S 8450: e1a0e00f mov lr, pc
( D$ T0 E% N+ G$ G 8454: e796f104 ldr pc, [r6, r4, lsl #2]" O* X0 t" G' D6 u8 n. X# O; D) ~
8458: e2844001 add r4, r4, #1 ; 0x18 X1 t6 g) i6 g
845c: e1540005 cmp r4, r56 C! w k, J0 r% N9 y
8460: 3afffff7 bcc 8444 <__libc_csu_init+0x3c>) v$ l$ @2 `5 x6 x5 G
8464: e8bd87f0 pop {r4, r5, r6, r7, r8, r9, sl, pc}9 [+ {4 A$ t! i1 s
8468: ffffff04 .word 0xffffff04
) I, } n1 Z& E7 x" N/ o 846c: ffffff08 .word 0xffffff08
?/ y" o$ ]+ c( l1 }3 x 8470: 0000819c .word 0x0000819c
& j. c, q3 W9 Xarago:
$ D2 G4 B1 }& O/ g" `+ {, {0000837c <__libc_csu_init>:1 w" D8 v1 j0 p, t# h
837c: e92d45f8 push {r3, r4, r5, r6, r7, r8, sl, lr}
8 z, m1 _6 X6 r' t* [ 8380: e59fa04c ldr sl, [pc, #76] ; 83d4 <__libc_csu_init+0x58>
6 Q1 ^' g1 o5 @& C+ ]+ b7 f 8384: e1a06000 mov r6, r06 i9 f+ t& e" j2 T1 Y
8388: e1a07001 mov r7, r1
1 O6 T V6 [+ m2 q! V 838c: e1a08002 mov r8, r2
3 q( ]7 _( p$ t9 K: [ 8390: ebffffae bl 8250 <_init>. O, ~. V% \3 X) Z8 H! D
8394: e59f103c ldr r1, [pc, #60] ; 83d8 <__libc_csu_init+0x5c>
) n) r8 o" w: } v! \3 ~$ n 8398: e08fa00a add sl, pc, sl
7 }/ F# W. ~$ g 839c: e08f0001 add r0, pc, r1
; r, K% Q9 @" {1 U 83a0: e06a5000 rsb r5, sl, r0
T3 e, O% i4 c. G+ \" K4 K n 83a4: e1b05145 asrs r5, r5, #2+ B0 M% t- E4 h8 L, C+ N* ]
83a8: 08bd85f8 popeq {r3, r4, r5, r6, r7, r8, sl, pc}
6 D6 e5 a9 C6 h% W 83ac: e3a04000 mov r4, #0
, \7 ~+ k- E( }; U 83b0: e79a3104 ldr r3, [sl, r4, lsl #2]
5 a+ G; C8 {4 R 83b4: e1a00006 mov r0, r6( S5 Q; A( ]" x+ B
83b8: e1a01007 mov r1, r7
* ]3 ]0 ^2 T- d+ I) B, r2 F 83bc: e1a02008 mov r2, r8
! }/ N5 _" y: k% V2 ]4 A5 d: h7 A* X 83c0: e2844001 add r4, r4, #1
0 Y* d( C: n' |8 Z- \8 I 83c4: e12fff33 blx r3* {' K* c5 ^" b' U- f: W- @
83c8: e1540005 cmp r4, r5( p3 L) |# A% Y
83cc: 3afffff7 bcc 83b0 <__libc_csu_init+0x34>: H( l; o9 J+ a: \9 k
83d0: e8bd85f8 pop {r3, r4, r5, r6, r7, r8, sl, pc}
! Z+ m5 c) C8 w( x: i 83d4: 00008054 .word 0x00008054
% ?* ^- C1 i* h6 D& y: }. z6 x 83d8: 00008054 .word 0x00008054
- c$ m5 T, A5 B9 ~none:
" `) L3 `* I7 aDisassembly of section .fini:1 \. u; x- e6 ?; D5 \# Z) B3 H4 v- X
, {. Y, T$ Q2 ~4 q/ j2 X6 K+ `
00008474 <_fini>:, i$ q- y1 V9 w/ m
8474: e92d4010 push {r4, lr}
. F7 v! H( M' c1 b( Y+ c+ ]' f 8478: e8bd8010 pop {r4, pc}/ [0 b0 Q- K7 _: U
arago:$ h+ ]; J1 [: P8 s5 |
Disassembly of section .fini:
7 e3 C% B- D$ O7 r# D7 o. _+ i
7 G& P2 i9 x1 M( b4 ~/ ~" g000083e0 <_fini>:' [$ p. k1 g6 Q% U! G8 L
83e0: e92d4008 push {r3, lr}
8 q% o; ]* x* l$ Z 83e4: e8bd8008 pop {r3, pc}
/ l! B8 T @, P! ]$ m( P7 p. ?
, j5 g$ ]! @4 A' ~% R6 ]: S) C8 t8 V4 C0 S
7 c3 H C4 E5 U6 e$ b# R
|
|