Lines Matching refs:elfedit_atoui_t
678 typedef u_longlong_t elfedit_atoui_t; typedef
681 elfedit_atoui_t sym_value;
761 extern elfedit_atoui_t elfedit_atoui(const char *str,
763 extern elfedit_atoui_t elfedit_atoconst(const char *str,
769 elfedit_atoui_t *);
771 elfedit_atoui_t *);
776 extern elfedit_atoui_t elfedit_atoui_range(const char *str,
777 const char *item_name, elfedit_atoui_t min, elfedit_atoui_t max,
779 extern elfedit_atoui_t elfedit_atoconst_range(const char *str,
780 const char *item_name, elfedit_atoui_t min, elfedit_atoui_t max,
785 extern int elfedit_atoui_range2(const char *str, elfedit_atoui_t min,
786 elfedit_atoui_t max, const elfedit_atoui_sym_t *sym, elfedit_atoui_t *v);
787 extern int elfedit_atoconst_range2(const char *str, elfedit_atoui_t min,
788 elfedit_atoui_t max, elfedit_const_t const_type, elfedit_atoui_t *v);
793 elfedit_atoui_t value, int required);
795 elfedit_atoui_t value, int required);
806 extern elfedit_atoui_t elfedit_atoshndx(const char *str, size_t shnum);