commit | 8b549a62142839c7e184939fe56850987dded578 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Fri Jan 07 20:45:11 2005 +0000 |
committer | rsc <devnull@localhost> | Fri Jan 07 20:45:11 2005 +0000 |
tree | a4a3b9c9b28593b366e099815e6c4cba4ac57c2d | |
parent | 1ab0f6f00bbbb313ddc79f3905546124363079d6 [diff] [blame] |
symopen
diff --git a/include/mach.h b/include/mach.h index 62fcf73..79d8ac0 100644 --- a/include/mach.h +++ b/include/mach.h
@@ -293,11 +293,12 @@ int crackelf(int fd, Fhdr *hdr); int crackmacho(int fd, Fhdr *hdr); -int syminit(Fhdr*); +int symopen(Fhdr*); int symdwarf(Fhdr*); int symelf(Fhdr*); int symstabs(Fhdr*); int symmacho(Fhdr*); +void symclose(Fhdr*); int mapfile(Fhdr *fp, ulong base, Map *map, Regs **regs); void unmapfile(Fhdr *fp, Map *map);