ref: f96febf13f98bd4a810267cb6a6f0e26507f41ae
dir: /nm/nm.h/
struct symbol {
char *name;
int type;
unsigned long long off;
unsigned long size;
};
struct objfile {
int (*probe)(FILE *fp);
void (*nm)(char *fname, FILE *fp);
};
/* main.c */
extern void print(char *file, char *member, struct symbol *sym);