blob: 29fe03229ce04c168d466773c4fcc036ac1c2adb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.text
.global ___syscall
.def ___syscall; .scl 2; .type 32; .endef
___syscall:
jmp ___syscall_disp
.section .got$___syscall
.global __imp____syscall
__imp____syscall:
.long ___syscall
.linkonce discard
|