diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-22 17:07:39 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-22 17:07:39 +0000 |
| commit | 37da2899f40661e3e9631e497da8dc59b971cbd0 (patch) | |
| tree | cbc6d4680e347d906f5fa7fca73214418741df72 /libinterp/loadermod.h | |
| parent | 54bc8ff236ac10b3eaa928fd6bcfc0cdb2ba46ae (diff) | |
20060303a
Diffstat (limited to 'libinterp/loadermod.h')
| -rw-r--r-- | libinterp/loadermod.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libinterp/loadermod.h b/libinterp/loadermod.h new file mode 100644 index 00000000..f8391e1a --- /dev/null +++ b/libinterp/loadermod.h @@ -0,0 +1,13 @@ +typedef struct{char *name; long sig; void (*fn)(void*); int size; int np; uchar map[16];} Runtab; +Runtab Loadermodtab[]={ + "compile",0x9af56bb1,Loader_compile,40,2,{0x0,0x80,}, + "dnew",0x62a7cf80,Loader_dnew,40,2,{0x0,0x40,}, + "ext",0xcd936c80,Loader_ext,48,2,{0x0,0x80,}, + "ifetch",0xfb64be19,Loader_ifetch,40,2,{0x0,0x80,}, + "link",0xe2473595,Loader_link,40,2,{0x0,0x80,}, + "newmod",0x6de26f71,Loader_newmod,56,2,{0x0,0x98,}, + "tdesc",0xb933ef75,Loader_tdesc,40,2,{0x0,0x80,}, + "tnew",0xc1d58785,Loader_tnew,48,2,{0x0,0xa0,}, + 0 +}; +#define Loadermodlen 8 |
