This website requires JavaScript.
Explore
Help
Sign in
sanchayanmaity
/
minix
Watch
1
Star
0
Fork
You've already forked minix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
6c9aa8a9ca
minix
/
lib
/
libc
/
syscall
/
_pm_findproc.S
7 lines
98 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Macros for symbols used in both ASM and C -The macros take care of prepending the leading underscore when necessary.
2010-08-17 18:44:07 +02:00
#
include
<
m
a
c
h
i
n
e
/
a
s
m
.
h
>
IMPORT
(
_
_
p
m
_
f
i
n
d
p
r
o
c
)
ENTRY
(
_
p
m
_
f
i
n
d
p
r
o
c
)
jmp
_
C
_
L
A
B
E
L
(
_
_
p
m
_
f
i
n
d
p
r
o
c
)
Renamed findproc() to _pm_findproc() to reduce polluting of application namespace.
2006-03-25 05:49:04 +01:00
Reference in a new issue
Copy permalink