Searched refs:elfedit_atoconst (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dlintsup.c73 (void) elfedit_atoconst(NULL, 0);
H A Dutil.c57 * There are also functions with names elfedit_atoconst. These are
295 elfedit_atoconst(const char *str, elfedit_const_t const_type) function
416 ndx = elfedit_atoconst(str, ELFEDIT_CONST_SHN);
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.c387 elfedit_atoconst(argstate.argv[0], ELFEDIT_CONST_SHT));
506 (Word) elfedit_atoconst(argstate.argv[i],
551 elfedit_atoconst(argstate.argv[1],
583 elfedit_atoconst(argstate.argv[1],
699 Word sh_type = elfedit_atoconst(argstate.argv[1],
H A Dphdr.c232 argstate->ndx = (Word) elfedit_atoconst(
693 Word p_type = elfedit_atoconst(argstate.argv[1],
832 (Word) elfedit_atoconst(argstate.argv[i],
H A Ddyn.c647 dt_value = (Word) elfedit_atoconst(arg, ELFEDIT_CONST_DT);
790 elfedit_atoconst(argstate->argv[0], ELFEDIT_CONST_DT);
1097 flags |= (Word) elfedit_atoconst(argstate->argv[i], const_type);
1283 Xword d_tag = (Xword) elfedit_atoconst(argstate.argv[1],
1538 ldmach = (Half) elfedit_atoconst(argstate.argv[0],
H A Dehdr.c768 Half type = (Half) elfedit_atoconst(argstate.argv[0],
793 Half mach = (Half) elfedit_atoconst(argstate.argv[0],
818 Word ver = (Word) elfedit_atoconst(argstate.argv[0],
912 elfedit_atoconst(argstate.argv[i],
1128 elfedit_atoconst(argstate.argv[0],
H A Dcap.c611 ca_value = (Word) elfedit_atoconst(arg, ELFEDIT_CONST_CA);
869 Word c_tag = (Word) elfedit_atoconst(argstate.argv[1],
H A Dsyminfo.c652 elfedit_atoconst(argstate.argv[i],
H A Dsym.c811 elfedit_atoconst(argstate->argv[1], ELFEDIT_CONST_SHT));
1090 elfedit_atoconst(getopt_ret->gor_value,
H A Dstr.c282 elfedit_atoconst(getopt_ret->gor_value,
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h689 * The elfedit_atoconst*() functions are built on top of the atoui routines.
760 extern elfedit_atoui_t elfedit_atoconst(const char *str,

Completed in 100 milliseconds