13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
* file.
*/
#include "config.h"
#include "platform.h"
.globl of_forward
.globl of_forward_stret
.section .text
of_forward:
save %sp, -96, %sp
#ifdef OF_PIC
sethi %hi(_GLOBAL_OFFSET_TABLE_ - 4), %l7
call add_pc
add %l7, %lo(_GLOBAL_OFFSET_TABLE_ + 4), %l7
#endif
|
|
|
|
|
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
* file.
*/
#include "config.h"
#include "platform.h"
.globl OFForward
.globl OFForward_stret
.section .text
OFForward:
save %sp, -96, %sp
#ifdef OF_PIC
sethi %hi(_GLOBAL_OFFSET_TABLE_ - 4), %l7
call add_pc
add %l7, %lo(_GLOBAL_OFFSET_TABLE_ + 4), %l7
#endif
|
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
jmpl %o0, %g0
restore
0:
call OFMethodNotFound
restore
.type of_forward, %function
.size of_forward, .-of_forward
of_forward_stret:
save %sp, -96, %sp
#ifdef OF_PIC
sethi %hi(_GLOBAL_OFFSET_TABLE_ - 4), %l7
call add_pc
add %l7, %lo(_GLOBAL_OFFSET_TABLE_ + 4), %l7
#endif
|
|
|
|
|
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
jmpl %o0, %g0
restore
0:
call OFMethodNotFound
restore
.type OFForward, %function
.size OFForward, .-OFForward
OFForward_stret:
save %sp, -96, %sp
#ifdef OF_PIC
sethi %hi(_GLOBAL_OFFSET_TABLE_ - 4), %l7
call add_pc
add %l7, %lo(_GLOBAL_OFFSET_TABLE_ + 4), %l7
#endif
|
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
jmpl %o0, %g0
restore
0:
call OFMethodNotFound_stret
restore
.type of_forward_stret, %function
.size of_forward_stret, .-of_forward_stret
init:
save %sp, -96, %sp
#ifdef OF_PIC
sethi %hi(_GLOBAL_OFFSET_TABLE_ - 4), %l7
call add_pc
|
|
|
|
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
jmpl %o0, %g0
restore
0:
call OFMethodNotFound_stret
restore
.type OFForward_stret, %function
.size OFForward_stret, .-OFForward_stret
init:
save %sp, -96, %sp
#ifdef OF_PIC
sethi %hi(_GLOBAL_OFFSET_TABLE_ - 4), %l7
call add_pc
|