Searched defs:moddef_t (Results 1 – 1 of 1) sorted by relevance
133 typedef struct moddef_t { struct134 struct moddef_t *ml_next; /* Used for list of open mods */ argument135 elfeditGC_module_t *ml_mod; /* The module definition */136 void *ml_dl_hdl; /* dlopen() handle for lib */137 const char *ml_path; /* Path used to open lib */