dllist
GetMopFileInfo(struct dllist *dl)
GetElfFileInfo(struct dllist *dl)
GetAOutFileInfo(struct dllist *dl)
GetFileInfo(struct dllist *dl)
mopFileRead(struct dllist *dlslot, u_char *buf)
ssize_t mopFileRead(struct dllist *, u_char *);
int GetMopFileInfo(struct dllist *);
int GetElfFileInfo(struct dllist *);
int GetAOutFileInfo(struct dllist *);
int GetFileInfo(struct dllist *);
struct dllist dl;
struct dllist dl;
mopStartLoad(const u_char *dst, const u_char *src, struct dllist *dl_rpr,
struct dllist *dle;
for (i = 0, dle = dllist; i < MAXDL; i++, dle++) {
for (i = 0, dle = dllist; i < MAXDL; i++, dle++) {
dllist[slot] = *dl_rpr;
dle = &dllist[slot];
struct dllist *dle;
for (i = 0, dle = dllist; i < MAXDL; i++, dle++) {
dle = &dllist[slot];
dle->loadaddr = dllist[slot].nloadaddr;
struct dllist dl, *dl_rpr;
struct dllist dllist[MAXDL]; /* dump/load list */
void mopProcessInfo(const u_char *, int *, u_short, struct dllist *, int);
struct dllist dl,*dl_rpr;
void mopStartLoad(const u_char *, const u_char *, struct dllist *, int);
mopProcessInfo(const u_char *pkt, int *idx, u_short moplen, struct dllist *dl_rpr,