blob: ddc55c350d5987086d8bd0cfc4f07e768efb9384 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
.*
Disassembly of section \.text:
00040400 <__start>:
.* jalx 40410 <__call>
.* nop
.* jalx 40420 <__call_fp>
.* nop
#...
00040410 <__call>:
.*0004 lui t9,.*
.*0460 addiu t9,t9,.*
.* jr t9
.* nop
00040420 <__call_fp>:
.*0004 lui t9,.*
.*0470 addiu t9,t9,.*
.* jr t9
.* nop
Disassembly of section \.plt:
00040440 <_PROCEDURE_LINKAGE_TABLE_>:
#...
00040460 <f2@plt>:
#...
00040470 <f3@plt>:
#...
|