2010-03-03 15:27:30 +01:00
|
|
|
.text
|
2008-11-19 13:26:10 +01:00
|
|
|
.extern __mmap
|
2010-03-03 15:27:30 +01:00
|
|
|
.globl _mmap
|
2009-09-21 16:46:10 +02:00
|
|
|
.extern __munmap
|
2010-03-03 15:27:30 +01:00
|
|
|
.globl _munmap
|
2009-09-21 16:46:10 +02:00
|
|
|
.extern __munmap_text
|
2010-03-03 15:27:30 +01:00
|
|
|
.globl _munmap_text
|
|
|
|
.balign 2
|
2008-11-19 13:26:10 +01:00
|
|
|
|
|
|
|
_mmap:
|
|
|
|
jmp __mmap
|
2009-09-21 16:46:10 +02:00
|
|
|
|
|
|
|
_munmap:
|
|
|
|
jmp __munmap
|
|
|
|
|
|
|
|
_munmap_text:
|
|
|
|
jmp __munmap_text
|