Lines Matching defs:elfedit_atoui_t
676 typedef u_longlong_t elfedit_atoui_t;
679 elfedit_atoui_t sym_value;
758 extern elfedit_atoui_t elfedit_atoui(const char *str,
760 extern elfedit_atoui_t elfedit_atoconst(const char *str,
766 elfedit_atoui_t *);
768 elfedit_atoui_t *);
773 extern elfedit_atoui_t elfedit_atoui_range(const char *str,
774 const char *item_name, elfedit_atoui_t min, elfedit_atoui_t max,
776 extern elfedit_atoui_t elfedit_atoconst_range(const char *str,
777 const char *item_name, elfedit_atoui_t min, elfedit_atoui_t max,
782 extern int elfedit_atoui_range2(const char *str, elfedit_atoui_t min,
783 elfedit_atoui_t max, const elfedit_atoui_sym_t *sym, elfedit_atoui_t *v);
784 extern int elfedit_atoconst_range2(const char *str, elfedit_atoui_t min,
785 elfedit_atoui_t max, elfedit_const_t const_type, elfedit_atoui_t *v);
790 elfedit_atoui_t value, int required);
792 elfedit_atoui_t value, int required);
803 extern elfedit_atoui_t elfedit_atoshndx(const char *str, size_t shnum);