notaz.gp2x.de
/
picodrive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
platform ps2, handle audio similar to psp
[picodrive.git]
/
linux
/
host_dasm.h
1
void host_dasm(void *addr, int len);
2
void host_dasm_new_symbol_(void *addr, const char *name);
3
#define host_dasm_new_symbol(sym) \
4
host_dasm_new_symbol_(sym, #sym)