notaz.gp2x.de
/
picodrive.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
initial android build support
[picodrive.git]
/
platform
/
linux
/
host_dasm.h
Commit
Line
Data
679af8a3
1
void host_dasm(void *addr, int len);
efd100fc
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)