|
|
5#

楼主 |
发表于 2016-6-9 23:03:48
|
只看该作者
源码:
, B! S( F( f1 \ V3 Z7 Z& S 1 #include<stdio.h>
6 w" F" T/ H! c9 K 2 #include<math.h>( V# ~, k- ^! \8 M
3 int main(int argc,char* argv[])
, s ?# U6 h, s8 r4 m ]5 D" d 4 {1 c: Z# A! R2 @8 H9 N! t. L
5 int a,b,c;1 ]7 K' {1 d9 B: r
6 c = a * b;
7 c* P, g1 c8 c: ~+ f 7 return 0;4 R, i$ [ g0 a
8 }( h* x0 b2 ~6 M: f* I
2 O3 b2 a9 o$ k; v1 d1 O
下面是两个编译器 编译出来的差异 差异好像不是很大 arm汇编不是很熟悉 大家看看1 s6 H7 F- p; b) L2 e; p" Q9 d
none:( o' \4 g0 U, j; H* J! e
000082e0 <_init>:+ D9 Z& j* N9 ^* K5 s+ I
82e0: e92d4010 push {r4, lr}
& s5 i4 p! L1 u3 c t; X 82e4: eb00001c bl 835c <call_gmon_start>
6 l6 U3 x- f* g# m! r 82e8: e8bd8010 pop {r4, pc}. r% a" v, R+ E6 D
arago:
/ Q4 b. ^; _0 ^& l00008250 <_init>:
5 E! o5 n T$ e. ` 8250: e92d4008 push {r3, lr}
( N8 V4 `$ Z5 k% d: e U, K 8254: eb00001d bl 82d0 <call_gmon_start>/ b# t0 Q3 O0 }7 z5 K
8258: e8bd8008 pop {r3, pc}: X B' _. ^7 L9 C6 `
. z6 w6 c# o; H( O* ^6 Y3 _none:% B- y/ X/ S k# [
000082ec <.plt>:1 F0 H, @ t& v0 g
82ec: e52de004 push {lr} ; (str lr, [sp, #-4]!)& _" O+ T* }8 p
82f0: e59fe004 ldr lr, [pc, #4] ; 82fc <_init+0x1c>
) b; k8 G; ^4 V) H- A8 G* V, J z' C8 H! G 82f4: e08fe00e add lr, pc, lr. G0 Z2 ^1 U" S2 ~
82f8: e5bef008 ldr pc, [lr, #8]!7 Y; o- _: `/ U
82fc: 000082d4 .word 0x000082d4
8 u# h5 G. F) C8 [2 i5 c. x 8300: e28fc600 add ip, pc, #0 ; 0x04 p# p/ v0 i1 @+ d
8304: e28cca08 add ip, ip, #32768 ; 0x8000
! |% e' [, u; p, K! V* \ 8308: e5bcf2d4 ldr pc, [ip, #724]!* s7 g U0 |- t, F8 d, S
830c: e28fc600 add ip, pc, #0 ; 0x07 i( \" K$ r! ?# p5 o" f9 X, ~
8310: e28cca08 add ip, ip, #32768 ; 0x8000
$ a5 U1 }0 u* o( H 8314: e5bcf2cc ldr pc, [ip, #716]!% ^0 s: y' W* x/ p
8318: e28fc600 add ip, pc, #0 ; 0x0! l: T1 p; [2 F. W
831c: e28cca08 add ip, ip, #32768 ; 0x8000. \! l# O! x+ R, V
8320: e5bcf2c4 ldr pc, [ip, #708]!, z# W9 M& w# K9 w4 H& D
arago: q( ?3 U5 D2 }: C- A* e7 i
0000825c <.plt>:1 b0 @0 X: ?3 L% O$ X) ~2 b
825c: e52de004 push {lr} ; (str lr, [sp, #-4]!)
8 S3 M6 y! k/ f o, T 8260: e59fe004 ldr lr, [pc, #4] ; 826c <_init+0x1c>
. R0 F' n$ L) }6 F: f8 J& H. R 8264: e08fe00e add lr, pc, lr$ s+ t1 W7 S( K3 d
8268: e5bef008 ldr pc, [lr, #8]!- n/ I: i) a0 ]) \1 j/ l* r1 G
826c: 0000827c .word 0x0000827c
- c( ]3 }' y6 e4 y9 w# y1 g# S 8270: e28fc600 add ip, pc, #0; K* ~7 P# b6 D6 C3 [; W |
8274: e28cca08 add ip, ip, #32768 ; 0x8000
( I: V# F0 Z/ F# l 8278: e5bcf27c ldr pc, [ip, #636]! ; 0x27c+ x W1 n+ T/ L: x& S
827c: e28fc600 add ip, pc, #0
- L; c3 t' k# u2 d2 S6 v2 P 8280: e28cca08 add ip, ip, #32768 ; 0x80000 [: M w/ c1 j$ a
8284: e5bcf274 ldr pc, [ip, #628]! ; 0x274
: x+ L! ?. ]! s6 W4 V# v) Q/ g 8288: e28fc600 add ip, pc, #0
, J4 Q" g: H8 N* G- o/ h7 O. \ 828c: e28cca08 add ip, ip, #32768 ; 0x8000
5 j; G2 i& @- W9 h8 `, Y& l& Z 8290: e5bcf26c ldr pc, [ip, #620]! ; 0x26c
, g1 J) L+ j/ [. Rnone:' a; K" N& D! @ i! I
00008324 <_start>:
7 |8 \1 t; V0 O- x" W 8324: e59fc024 ldr ip, [pc, #36] ; 8350 <_start+0x2c>
( `4 X* d+ p7 [$ q; I: a 8328: e3a0b000 mov fp, #0 ; 0x0; q- W8 L# B" Q1 J
832c: e49d1004 pop {r1} ; (ldr r1, [sp], #4)
. A+ B. C: V+ o% U; k# v 8330: e1a0200d mov r2, sp
9 J" B0 v# Y+ n; r G6 K 8334: e52d2004 push {r2} ; (str r2, [sp, #-4]!)6 f, {' o! ^7 q
8338: e52d0004 push {r0} ; (str r0, [sp, #-4]!)1 v. R7 I0 S" V+ d1 K) l" S
833c: e59f0010 ldr r0, [pc, #16] ; 8354 <_start+0x30>% }7 Y) n, w8 j+ D& r* ^
8340: e59f3010 ldr r3, [pc, #16] ; 8358 <_start+0x34>
/ W% R& x, [3 L 8344: e52dc004 push {ip} ; (str ip, [sp, #-4]!)
8 ~7 Q$ I. j Z2 ]8 R% u% X 8348: ebffffef bl 830c <_init+0x2c>
" H) d0 v, ]* M/ s8 N0 X 834c: ebffffeb bl 8300 <_init+0x20>; a8 K- l# V$ ~0 A
8350: 00008404 .word 0x00008404
( ^' T: m4 [3 V" s. b4 Z4 S# } 8354: 000083cc .word 0x000083cc- A5 C0 F7 N8 d# s
8358: 00008408 .word 0x00008408" `( G" \ P) z4 U% \
arago:
3 z- t: v4 I" a1 B" Z00008294 <_start>:
, J! _6 f. y1 i# p" i 8294: e3a0b000 mov fp, #0
4 P' J) |# E, \! x1 k 8298: e3a0e000 mov lr, #0! b( `. `3 Z* t' b
829c: e49d1004 pop {r1} ; (ldr r1, [sp], #4) R) Q" `1 N$ ]. r$ ]. V
82a0: e1a0200d mov r2, sp9 V0 A, d5 a# q3 r0 H8 G5 u: B* c
82a4: e52d2004 push {r2} ; (str r2, [sp, #-4]!)
4 ?6 R8 s( I; q 82a8: e52d0004 push {r0} ; (str r0, [sp, #-4]!)
- l" D* }: f2 v 82ac: e59fc010 ldr ip, [pc, #16] ; 82c4 <_start+0x30># E0 g. \0 t) w0 U# ~! X
82b0: e52dc004 push {ip} ; (str ip, [sp, #-4]!)
4 f# ^2 f) N @4 f9 r! p7 N 82b4: e59f000c ldr r0, [pc, #12] ; 82c8 <_start+0x34>7 P4 [9 z4 [# k1 S( s1 X0 e+ r
82b8: e59f300c ldr r3, [pc, #12] ; 82cc <_start+0x38>
4 N: ~0 B# j6 m! Y% u 82bc: ebffffee bl 827c <_init+0x2c>
% I+ e/ _, Y( b0 x 82c0: ebffffea bl 8270 <_init+0x20>( x4 y$ B3 l& N: W
82c4: 000083dc .word 0x000083dc |- ~. L/ f# {/ c* Q% C8 h
82c8: 00008344 .word 0x00008344- K3 j+ e" M; ~" e) }
82cc: 0000837c .word 0x0000837c& q% R8 j0 u8 K# {5 T: x5 g/ O
none:
# N3 z/ e% e N2 J( T' C/ W0000835c <call_gmon_start>:
; P- R [9 o& i" L3 s9 ? 835c: e59f3014 ldr r3, [pc, #20] ; 8378 <call_gmon_start+0x1c>
6 k8 e8 a+ L# \6 C9 t 8360: e59f2014 ldr r2, [pc, #20] ; 837c <call_gmon_start+0x20>
: B; s) v4 W$ M9 o! z 8364: e08f3003 add r3, pc, r3/ }4 d! s+ W- p$ t( E! }; N, ^
8368: e7931002 ldr r1, [r3, r2]
. D* f' i) x* O# ]: C 836c: e3510000 cmp r1, #0 ; 0x0# p7 M3 X$ L! l+ m
8370: 012fff1e bxeq lr0 B9 ^, ]! h4 B* ~2 A
8374: eaffffe7 b 8318 <_init+0x38>
1 s; d/ S$ E$ x% o! F7 ` 8378: 00008264 .word 0x00008264' g+ m" } }4 C, y( ~7 n* N: `& X
837c: 00000018 .word 0x00000018 U' z0 J. e7 e( l, Y2 }. ?/ w1 M
arago:, }# U3 s" }- x- K5 Z. _5 s
000082d0 <call_gmon_start>:
) ?1 C. ]- L8 D F" Z 82d0: e59f3014 ldr r3, [pc, #20] ; 82ec <call_gmon_start+0x1c>
" q) d) \, ~" J. v% f 82d4: e59f0014 ldr r0, [pc, #20] ; 82f0 <call_gmon_start+0x20>' V* [7 P1 H2 x$ M
82d8: e08f3003 add r3, pc, r3
& K! O n2 B2 I 82dc: e7932000 ldr r2, [r3, r0]
7 B& t( `3 H+ r/ ?- Q 82e0: e3520000 cmp r2, #0; k$ x5 |6 h; b- j% b9 `* X4 }, ~
82e4: 012fff1e bxeq lr
/ ]# ~: C0 x8 [) Y" P* Y. M& F# j 82e8: eaffffe6 b 8288 <_init+0x38>
; F; h4 p; \. y3 h$ u/ V 82ec: 00008208 .word 0x00008208$ I p% y: G2 G: _/ ]- |
82f0: 00000018 .word 0x00000018
2 A9 K2 U! M/ `) j- Q) Knone:
~* Y, u" n9 |; W- J3 ~00008380 <__do_global_dtors_aux>:
4 \, n/ E6 |7 K& K: n2 o" C 8380: e59f2010 ldr r2, [pc, #16] ; 8398 <__do_global_dtors_aux+0x18>
4 J5 P0 J2 {0 I g6 J# Z 8384: e5d23000 ldrb r3, [r2]
8 F0 l% I) }# u" y$ {7 ~ 8388: e3530000 cmp r3, #0 ; 0x0
" n5 d6 O K p; Z' {. m 838c: 03a03001 moveq r3, #1 ; 0x14 i3 @2 y- u" Z8 g
8390: 05c23000 strbeq r3, [r2]
; g1 D% X* E' B 8394: e12fff1e bx lr
5 L1 l, s/ U9 Q: ~, G0 d: } 8398: 000105f4 .word 0x000105f4
3 m- n0 C$ k8 h+ Y' l8 H jarago:6 r1 s: B n, s! b
000082f4 <__do_global_dtors_aux>:
/ n" j+ y+ c/ p5 x% M- r% B 82f4: e59f3010 ldr r3, [pc, #16] ; 830c <__do_global_dtors_aux+0x18>
& k4 X; x/ Q( e. [; H 82f8: e5d32000 ldrb r2, [r3] e1 S3 Y! \/ x5 c+ D( y' s
82fc: e3520000 cmp r2, #06 c7 R( p4 |. E
8300: 02822001 addeq r2, r2, #13 ?6 k% {; i4 u3 E) x; D$ |1 r q
8304: 05c32000 strbeq r2, [r3]) d0 Q0 |9 {' e5 d) ^- `
8308: e12fff1e bx lr
! z$ h) [( }6 Z8 Y 830c: 0001050c .word 0x0001050c
% }# m5 t1 S0 Lnone:" a6 d ^2 l( v7 V9 N7 v) v' P T* P
0000839c <frame_dummy>:+ p0 O" m9 P" U- x
839c: e59f0020 ldr r0, [pc, #32] ; 83c4 <frame_dummy+0x28>5 b; Q/ G, }2 _1 S0 `6 f8 p* G
83a0: e92d4010 push {r4, lr}
9 e4 v m% _! u) O0 ]/ B 83a4: e5903000 ldr r3, [r0]
% a. J7 I# r; e, F 83a8: e3530000 cmp r3, #0 ; 0x0
2 P: A# i+ P, O" l" M 83ac: 08bd8010 popeq {r4, pc}
6 O* K) j4 ^$ s$ s 83b0: e59f3010 ldr r3, [pc, #16] ; 83c8 <frame_dummy+0x2c>: t8 ]2 b U, ?
83b4: e3530000 cmp r3, #0 ; 0x0
( m, f8 S" O8 |) _# u 83b8: 08bd8010 popeq {r4, pc}
5 y2 H* x; I6 ?/ j& {% L 83bc: e12fff33 blx r3- T, E" c. T8 D5 q7 t; S6 n
83c0: e8bd8010 pop {r4, pc}* O$ C% a1 A/ a" g- x0 y
83c4: 000104dc .word 0x000104dc5 V' `7 N# U; z$ k6 a
83c8: 00000000 .word 0x00000000
) i( z4 T1 u9 x. b& V z% H' r" Harago:0 u0 T* m: ^2 v/ R+ A( ?
00008310 <frame_dummy>:
8 g4 c) K* \$ \1 _ 8310: e59f0024 ldr r0, [pc, #36] ; 833c <frame_dummy+0x2c>( y; K) D4 S \8 W/ o
8314: e92d4008 push {r3, lr}1 W4 b# R3 f) }" D: f( H
8318: e5903000 ldr r3, [r0]$ P! D% I# J4 c* f: H/ J% Z+ N$ r
831c: e3530000 cmp r3, #09 b- }7 ^0 a0 v+ |. L N$ y1 L" {
8320: 0a000003 beq 8334 <frame_dummy+0x24>, T7 T$ N: b- D8 q4 p* v$ F
8324: e59f3014 ldr r3, [pc, #20] ; 8340 <frame_dummy+0x30>
3 o& W$ J: X5 A9 U- i 8328: e3530000 cmp r3, #0: m6 ]0 u2 B; O! X6 B ]9 B
832c: 11a0e00f movne lr, pc" \' a- O3 ?0 p, R
8330: 112fff13 bxne r39 o8 \; h. H; f$ M- S- Y
8334: e8bd4008 pop {r3, lr}
$ \- v' S V/ U6 C 8338: e12fff1e bx lr
0 A9 o( ~# c/ F) F3 N( B3 J( c1 l p 833c: 000103fc .word 0x000103fc
$ p* e1 b- I7 `% ~ 8340: 00000000 .word 0x00000000
( V$ h9 p- ]; N% l& L m- t$ vnone:# u4 F ]. z# z5 K/ D& B% J
000083cc <main>:
3 [, W5 t6 v6 {' j) c; s& A 83cc: e52db004 push {fp} ; (str fp, [sp, #-4]!)4 r4 V! ]8 y: s" W2 O
83d0: e28db000 add fp, sp, #0 ; 0x04 m9 f- a& Q& I' n0 U
83d4: e24dd01c sub sp, sp, #28 ; 0x1c
1 G& c1 `8 T& {, S t 83d8: e50b0018 str r0, [fp, #-24]
2 ?0 z$ G# {4 E8 I4 l) K 83dc: e50b101c str r1, [fp, #-28]) z0 p. x& Y+ v+ j B2 u% |9 j
83e0: e51b2010 ldr r2, [fp, #-16]
& ~( n2 v2 x4 Z! P% J 83e4: e51b300c ldr r3, [fp, #-12]
# y6 s. N! y& J 83e8: e0030392 mul r3, r2, r3
8 Z9 i4 S/ d0 `$ G: B9 J& V4 x 83ec: e50b3008 str r3, [fp, #-8]2 x+ u8 G% R) J
83f0: e3a03000 mov r3, #0 ; 0x0
& F' {. w. K5 f 83f4: e1a00003 mov r0, r3. b+ v1 H# t% K' g" ^( e
83f8: e28bd000 add sp, fp, #0 ; 0x0
+ @ @# n- N S: S% n% q4 S; R 83fc: e8bd0800 pop {fp}
- G8 ^, W" G! z- d 8400: e12fff1e bx lr
8 r0 l) k! D+ G8 n* p) |arago:
1 z5 e' S" d1 C- g `3 M00008344 <main>:& s7 I3 Q! s: K! E2 K3 m3 `$ }; o
8344: e52db004 push {fp} ; (str fp, [sp, #-4]!). ~4 B/ |/ N4 [" B
8348: e28db000 add fp, sp, #0' B0 y& r4 ]4 K& i* w
834c: e24dd01c sub sp, sp, #28! b( \6 S+ J8 I* p! K
8350: e50b0018 str r0, [fp, #-24]
$ @8 z$ j& [" i2 U 8354: e50b101c str r1, [fp, #-28]
( D$ }5 \% E! @: p9 P 8358: e51b3008 ldr r3, [fp, #-8]! Q& _2 }; [/ Y# t; U1 T7 \
835c: e51b200c ldr r2, [fp, #-12]: n) Z. T5 J% q, t0 i
8360: e0030392 mul r3, r2, r3
# n1 i& [; {4 t3 n; M* a 8364: e50b3010 str r3, [fp, #-16]- M) n# D% u' J/ w [/ f2 s
8368: e3a03000 mov r3, #0
: @9 E! e8 `; o* k# r& c/ r- \9 a 836c: e1a00003 mov r0, r30 t/ q7 `, K1 [3 c7 T+ a* M+ P
8370: e28bd000 add sp, fp, #0: f+ J9 q& k) K9 w
8374: e8bd0800 pop {fp}
, w, X/ R) b- h3 { 8378: e12fff1e bx lr& ~5 K4 q! D, r
none:
/ U# i; u$ v2 C2 C: r00008404 <__libc_csu_fini>:# I& D/ O q7 H( E/ z' t1 |9 ]8 B
8404: e12fff1e bx lr# J( T- y& n, \! l1 c
arago:
: m6 e& J9 y3 ~5 {) E& {: a# F# n000083dc <__libc_csu_fini>:% S$ ^5 X9 Y" q8 Z. r
83dc: e12fff1e bx lr
5 Z* q! A8 l: s6 o: E Nnone:
0 l0 e' w( p- B* Y00008408 <__libc_csu_init>:
7 m1 K' Q* S; U 8408: e92d47f0 push {r4, r5, r6, r7, r8, r9, sl, lr}: T: u- `" x; N1 s
840c: e1a08001 mov r8, r1
9 \& `0 N' T! N( a( V: P: | 8410: e1a07002 mov r7, r2
' T+ c+ X: O7 U5 o 8414: e1a0a000 mov sl, r07 Y" ~# h8 A. M8 Z% ]) x
8418: ebffffb0 bl 82e0 <_init>
/ N$ C) n* O0 u8 d+ J% ?( f 841c: e59f1044 ldr r1, [pc, #68] ; 8468 <__libc_csu_init+0x60># R" ^) @7 |5 O/ H: v; ~! K
8420: e59f3044 ldr r3, [pc, #68] ; 846c <__libc_csu_init+0x64>2 g, ~1 `1 z5 ]2 D" k6 R
8424: e59f2044 ldr r2, [pc, #68] ; 8470 <__libc_csu_init+0x68>* Z: O/ F' [ b1 e' I' F. |! e
8428: e0613003 rsb r3, r1, r3+ v+ H W8 f1 u
842c: e08f2002 add r2, pc, r24 d2 i, u$ j* v; L3 F7 M
8430: e1b05143 asrs r5, r3, #2
+ V7 G/ ~' ]# X& f6 {" l( S 8434: e0822001 add r2, r2, r1! ]6 e1 \5 z0 B: r8 f
8438: 08bd87f0 popeq {r4, r5, r6, r7, r8, r9, sl, pc}+ h8 x$ l5 G- `, W
843c: e1a06002 mov r6, r2# B [5 n+ a: m( |% x. W7 B4 q$ I
8440: e3a04000 mov r4, #0 ; 0x01 ^) |1 r+ ?( } x: \6 g
8444: e1a0000a mov r0, sl0 b+ N8 \& R" E: `7 O3 i
8448: e1a01008 mov r1, r86 F7 a# y) i" ~: _: L, I- d
844c: e1a02007 mov r2, r78 {1 \" N) o. G7 t
8450: e1a0e00f mov lr, pc
5 S# q3 |/ H& B1 J 8454: e796f104 ldr pc, [r6, r4, lsl #2]
3 r G0 l/ \' s+ i) m8 Z 8458: e2844001 add r4, r4, #1 ; 0x1
/ x2 ]# Z6 c/ S* { 845c: e1540005 cmp r4, r5
- a( K X9 e T9 N 8460: 3afffff7 bcc 8444 <__libc_csu_init+0x3c>
1 h4 F& m5 ?0 `, a3 q, I 8464: e8bd87f0 pop {r4, r5, r6, r7, r8, r9, sl, pc}
( M% L d3 _6 c- B5 g5 _+ D 8468: ffffff04 .word 0xffffff04
! X$ ~+ \' z+ C 846c: ffffff08 .word 0xffffff082 A- `) k* F) M0 u: \' X5 D
8470: 0000819c .word 0x0000819c' x6 X& B F \. _: m
arago:* {0 ~4 S$ `! V2 Q V3 {
0000837c <__libc_csu_init>:
0 O" B4 b, F3 h$ \+ R/ U 837c: e92d45f8 push {r3, r4, r5, r6, r7, r8, sl, lr}
' g" q, E" V+ o1 o 8380: e59fa04c ldr sl, [pc, #76] ; 83d4 <__libc_csu_init+0x58>% X* [: F) O) Z! p) l
8384: e1a06000 mov r6, r0
+ W( Y" F4 A0 H" _! K) T' D 8388: e1a07001 mov r7, r1
0 K# z& t C1 k/ x/ j/ J 838c: e1a08002 mov r8, r2* w2 N* p0 {: g+ c/ f" c& L* k
8390: ebffffae bl 8250 <_init>
2 n. l ]4 {, D- c1 [9 r5 X" e e 8394: e59f103c ldr r1, [pc, #60] ; 83d8 <__libc_csu_init+0x5c>
2 x( D/ ]* ^- i7 b6 d 8398: e08fa00a add sl, pc, sl
# A) q% h! |" f( Z* u" i9 b, y. g 839c: e08f0001 add r0, pc, r1. n, R8 ^: Q+ G5 C( I9 [2 D$ X; V
83a0: e06a5000 rsb r5, sl, r0) M) Y4 n8 T1 r4 {$ ]
83a4: e1b05145 asrs r5, r5, #2* p; _4 c0 g9 j8 V5 B2 ]
83a8: 08bd85f8 popeq {r3, r4, r5, r6, r7, r8, sl, pc}5 `4 @! ^, U7 S) p/ d' G' |
83ac: e3a04000 mov r4, #0: l: X6 d9 c% [+ p) {
83b0: e79a3104 ldr r3, [sl, r4, lsl #2]* X; q% H+ V' J W' }4 S
83b4: e1a00006 mov r0, r6
; |6 u5 J' f% ] 83b8: e1a01007 mov r1, r7
- J; d# r& X' s" a 83bc: e1a02008 mov r2, r87 y! B- I3 l q+ m
83c0: e2844001 add r4, r4, #1* g) y& Q6 ]2 s- u1 D. _
83c4: e12fff33 blx r3
+ ~( J) O$ m7 U0 z1 N8 q' S 83c8: e1540005 cmp r4, r58 |" N' V" q, |7 n
83cc: 3afffff7 bcc 83b0 <__libc_csu_init+0x34>
. U; A2 a( i. u2 ?/ X. Z 83d0: e8bd85f8 pop {r3, r4, r5, r6, r7, r8, sl, pc}9 V6 p1 z2 ^7 i, L
83d4: 00008054 .word 0x00008054
0 W0 ~* v5 R$ U; |0 t M: B3 E 83d8: 00008054 .word 0x000080540 \& Z2 K8 n* c
none:
9 ], [* u1 F9 G* BDisassembly of section .fini:) Z- j$ n. z6 v
& u ?% p) w- k8 H00008474 <_fini>:" E8 H2 v' {3 K- ]/ A8 p
8474: e92d4010 push {r4, lr}1 G8 N( U" g( t$ k0 N0 b# _$ F
8478: e8bd8010 pop {r4, pc}
7 b1 _% r$ \9 m) d0 \. Y7 f! tarago:- N0 B |0 g: [ w3 [
Disassembly of section .fini:
7 J7 ~. O! D, D9 ^6 H8 ?" G' L
. @) x+ m' A6 `/ _% j) ]9 L3 z6 j000083e0 <_fini>:
F# |1 {4 z- l* B Y 83e0: e92d4008 push {r3, lr}
; l$ t$ k' c( j 83e4: e8bd8008 pop {r3, pc}+ ^1 n! y% p2 G) ]9 {7 Z
5 ^& A# E. h5 ?5 J) k
, m. d! {! u6 t5 ^
- O% ?. z% H3 C3 s
|
|