Searched refs:elfedit_atoui2 (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/sgs/elfedit/common/ |
H A D | util.c | 263 elfedit_atoui2(const char *str, const elfedit_atoui_sym_t *sym, in elfedit_atoui2() function 283 if (elfedit_atoui2(str, sym, &v) == 0) in elfedit_atoui() 292 return (elfedit_atoui2(str, elfedit_const_to_atoui(const_type), v)); in elfedit_atoconst2() 351 return ((elfedit_atoui2(str, sym, v) != 0) && in elfedit_atoui_range2()
|
H A D | lintsup.c | 76 (void) elfedit_atoui2(NULL, NULL, NULL); in foo()
|
H A D | mapfile-vers | 80 elfedit_atoui2;
|
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | mapfile-vers | 86 elfedit_atoui2 { FLAGS = PARENT };
|
H A D | str.c | 864 if (elfedit_atoui2(argv[ndx+1], NULL, in cpl_sec_str()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 765 extern int elfedit_atoui2(const char *str, const elfedit_atoui_sym_t *sym,
|