Searched refs:mod_i18nhdl_to_str (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | sys.c | 68 mod_i18nhdl_to_str(elfedit_i18nhdl_t hdl) in mod_i18nhdl_to_str() function 147 (* mod->mod_i18nhdl_to_str)(cmd->cmd_desc)); in cmd_help_synopsis() 164 mod->mod_name, (* mod->mod_i18nhdl_to_str)(mod->mod_desc)); in cmd_help_showmod() 429 (* mod->mod_i18nhdl_to_str)(mod->mod_desc)); in cmd_help() 432 (* mod->mod_i18nhdl_to_str)(cmd->cmd_desc)); in cmd_help() 457 (* mod->mod_i18nhdl_to_str)(cmd->cmd_help), in cmd_help() 1031 cmds, mod_i18nhdl_to_str }; in elfedit_sys_init()
|
H A D | _elfedit.h | 103 elfedit_mod_i18nhdl_to_str_func_t mod_i18nhdl_to_str; member
|
H A D | elfedit.c | 795 return ((* mod->mod_i18nhdl_to_str)(item->oai_help)); in elfedit_optarg_helpstr()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | syminfo.c | 77 mod_i18nhdl_to_str(elfedit_i18nhdl_t hdl) in mod_i18nhdl_to_str() function 881 cmds, mod_i18nhdl_to_str }; in elfedit_init()
|
H A D | str.c | 83 mod_i18nhdl_to_str(elfedit_i18nhdl_t hdl) in mod_i18nhdl_to_str() function 1148 cmds, mod_i18nhdl_to_str }; in elfedit_init()
|
H A D | shdr.c | 88 mod_i18nhdl_to_str(elfedit_i18nhdl_t hdl) in mod_i18nhdl_to_str() function 1288 cmds, mod_i18nhdl_to_str }; in elfedit_init()
|
H A D | phdr.c | 104 mod_i18nhdl_to_str(elfedit_i18nhdl_t hdl) in mod_i18nhdl_to_str() function 1398 cmds, mod_i18nhdl_to_str }; in elfedit_init()
|
H A D | cap.c | 93 mod_i18nhdl_to_str(elfedit_i18nhdl_t hdl) in mod_i18nhdl_to_str() function 1543 cmds, mod_i18nhdl_to_str }; in elfedit_init()
|
H A D | dyn.c | 91 mod_i18nhdl_to_str(elfedit_i18nhdl_t hdl) in mod_i18nhdl_to_str() function 2174 ELFEDIT_I18NHDL(MSG_MOD_DESC), cmds, mod_i18nhdl_to_str }; in elfedit_init()
|
H A D | ehdr.c | 112 mod_i18nhdl_to_str(elfedit_i18nhdl_t hdl) in mod_i18nhdl_to_str() function 2257 cmds, mod_i18nhdl_to_str }; in elfedit_init()
|
H A D | sym.c | 101 mod_i18nhdl_to_str(elfedit_i18nhdl_t hdl) in mod_i18nhdl_to_str() function 2032 cmds, mod_i18nhdl_to_str }; in elfedit_init()
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 574 elfedit_mod_i18nhdl_to_str_func_t mod_i18nhdl_to_str; member 582 elfedit_mod_i18nhdl_to_str_func_t mod_i18nhdl_to_str; member
|