summaryrefslogtreecommitdiffhomepage
path: root/stub.s
blob: 7c50c8eb354e870e77a8aa1988338aba8444567d (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
.text
.globl __psx_init
.globl ___psx_init
.globl _so_entry_point
.globl __so_entry_point

.def __psx_init;  .scl 2; .type 32; .endef
.def ___psx_init; .scl 2; .type 32; .endef

__psx_init:
___psx_init:
_so_entry_point:
__so_entry_point:
	mov $1, %eax
	ret

	.section .got$stub
	.global __imp___psx_init
	.global __imp____psx_init
__imp___psx_init:
	.quad	__psx_init
__imp____psx_init:
	.long	___psx_init