Searched refs:elfedit_atoui (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dlintsup.c72 (void) elfedit_atoui(NULL, NULL);
H A Dutil.c52 * elfedit_atoi, and elfedit_atoui, that are otherwise identical.
58 * convenience wrappers that use the corresponding elfedit_atoui()
232 * elfedit_atoi() and elfedit_atoui():
280 elfedit_atoui(const char *str, const elfedit_atoui_sym_t *sym) function
297 return (elfedit_atoui(str, elfedit_const_to_atoui(const_type)));
358 elfedit_atoui_t v = elfedit_atoui(str, sym);
397 * Convenience wrapper on elfedit_atoui() to read a section index
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.c424 Addr sh_addr = elfedit_atoui(argstate.argv[1], NULL);
448 sh_addralign = elfedit_atoui(argstate.argv[1], NULL);
477 sh_entsize = elfedit_atoui(argstate.argv[1], NULL);
554 sh_info = elfedit_atoui(argstate.argv[1], NULL);
586 sh_link = elfedit_atoui(argstate.argv[1], NULL);
618 elfedit_atoui(argstate.argv[1], NULL) :
653 sh_offset = elfedit_atoui(argstate.argv[1], NULL);
677 sh_size = elfedit_atoui(argstate.argv[1], NULL);
H A Dphdr.c721 p_offset = elfedit_atoui(argstate.argv[1], NULL);
741 Addr p_vaddr = elfedit_atoui(argstate.argv[1], NULL);
761 Addr p_paddr = elfedit_atoui(argstate.argv[1], NULL);
781 Xword p_filesz = elfedit_atoui(argstate.argv[1], NULL);
802 Xword p_memsz = elfedit_atoui(argstate.argv[1], NULL);
867 Xword p_align = elfedit_atoui(argstate.argv[1], NULL);
H A Dehdr.c843 elfedit_atoui(argstate.argv[0], NULL);
863 Off off = (Off) elfedit_atoui(argstate.argv[0],
884 Off off = (Off) elfedit_atoui(argstate.argv[0],
947 Half ehsize = (Half) elfedit_atoui(argstate.argv[0],
971 Half phentsize = (Half) elfedit_atoui(argstate.argv[0],
993 Word phnum = (Word) elfedit_atoui(argstate.argv[0],
1043 Half shentsize = (Half) elfedit_atoui(argstate.argv[0],
1065 Word shnum = (Word) elfedit_atoui(argstate.argv[0],
H A Dsym.c753 str_offset = elfedit_atoui(argstate->argv[1], NULL);
1254 elfedit_atoui(argstate->argv[1], NULL);
1286 elfedit_atoui(argstate->argv[1], NULL);
1316 Xword st_size = elfedit_atoui(argstate->argv[1], NULL);
1346 Addr st_value = elfedit_atoui(argstate->argv[1], NULL);
H A Dcap.c697 flags |= (Word) elfedit_atoui(argstate->argv[i], const_sym);
899 elfedit_atoui(argstate.argv[1], NULL);
H A Dstr.c277 ndx = elfedit_atoui(getopt_ret->gor_value, NULL);
H A Ddyn.c838 arg2 = elfedit_atoui(argstate->argv[1], NULL);
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h667 * The elfedit_atoi() and elfedit_atoui() functions can optionally
758 extern elfedit_atoui_t elfedit_atoui(const char *str,

Completed in 109 milliseconds