elfedit_load_module
extern elfeditGC_module_t *elfedit_load_module(const char *name, int must_exist,
(void) elfedit_load_module(path, must_exist, 1);
mod = elfedit_load_module(mod_str, must_exist, 0);
elfedit_load_module(MSG_ORIG(MSG_MOD_SYS), 1, 0));
(void) elfedit_load_module(buf, 0, 0);
item[i].mod = elfedit_load_module(argv[i],
item[i].mod = elfedit_load_module(str, 1, 0);
(void) elfedit_load_module(*argv, 1, 1);