Lines Matching defs:elfedit_i18nhdl_t
278 * elfedit_i18nhdl_t, an opaque type guaranteed to be large enough
286 * all it has to do is cast the strings to elfedit_i18nhdl_t and
289 typedef uintptr_t elfedit_i18nhdl_t;
295 * elfedit_i18nhdl_t opaque type.
297 #define ELFEDIT_I18NHDL(_i18n_str_ref) ((elfedit_i18nhdl_t)_i18n_str_ref)
455 elfedit_i18nhdl_t oa_help; /* Help text for option */
518 elfedit_i18nhdl_t cmd_desc; /* Short desc. of cmd purpose */
519 elfedit_i18nhdl_t cmd_help; /* Help text for the command */
528 elfedit_i18nhdl_t cmd_desc;
529 elfedit_i18nhdl_t cmd_help;
562 * with the definition of elfedit_i18nhdl_t.
564 typedef const char *(* elfedit_mod_i18nhdl_to_str_func_t)(elfedit_i18nhdl_t);
569 elfedit_i18nhdl_t mod_desc; /* Short desc. of mod purpose */
578 elfedit_i18nhdl_t mod_desc;