Home
last modified time | relevance | path

Searched refs:elfedit_load_module (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h240 extern elfeditGC_module_t *elfedit_load_module(const char *name, int must_exist,
H A Dsys.c367 item[i].mod = elfedit_load_module(argv[i], in cmd_help()
384 item[i].mod = elfedit_load_module(str, 1, 0); in cmd_help()
521 (void) elfedit_load_module(*argv, 1, 1); in cmd_load()
H A Delfedit.c1727 elfedit_load_module(const char *name, int must_exist, int allow_abs) in elfedit_load_module() function
2003 (void) elfedit_load_module(path, must_exist, 1); in elfedit_load_moddir()
2106 mod = elfedit_load_module(mod_str, must_exist, 0); in elfedit_find_command()
3070 elfedit_load_module(MSG_ORIG(MSG_MOD_SYS), 1, 0)); in elfedit_cpl_command()
3092 (void) elfedit_load_module(buf, 0, 0); in elfedit_cpl_command()