Home
last modified time | relevance | path

Searched refs:sym_value (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c90 if (value == sym->sym_value) in elfedit_atoi_value_to_str()
103 if (value == sym->sym_value) in elfedit_atoui_value_to_str()
151 *value = sym->sym_value; in atoi_sym_process()
178 *value = sym->sym_value; in atoui_sym_process()
H A Delfconst.c258 sym->sym_value = value; in libconv_fill_cb()
341 fill_state.desc[fill_state.cur].sym_value = 0; in libconv_fill()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h681 elfedit_atoui_t sym_value; member
686 elfedit_atoi_t sym_value; member
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c771 if (shtype_to_strtab(atoui_sym->sym_value, 0) != in cpl_sh_opt()