Home
last modified time | relevance | path

Searched refs:mod_cmds (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h102 elfeditGC_cmd_t *mod_cmds; member
H A Dsys.c165 for (cmd = mod->mod_cmds; cmd->cmd_func != NULL; cmd++) { in cmd_help_showmod()
166 if (cmd != mod->mod_cmds) in cmd_help_showmod()
H A Delfedit.c1834 for (cmd = mod->mod_cmds; cmd->cmd_func != NULL; cmd++) { in elfedit_load_module()
2033 for (cmd = mod->mod_cmds; cmd->cmd_func != NULL; cmd++) in find_cmd()
2994 for (cmd = mod->mod_cmds; cmd->cmd_func != NULL; cmd++) in match_module_cmds()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h572 elfedit32_cmd_t *mod_cmds; /* Array of command defs */ member
581 elfedit64_cmd_t *mod_cmds; member