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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c1189 int ei_ndx = (cmd - EHDR_CMD_T_EI_MAG0) + EI_MAG0; local
1195 if (ehdr->e_ident[ei_ndx] == mag) {
1199 ELFEDIT_CONST_EI, ei_ndx, 1),
1200 conv_magic_value(ehdr->e_ident[ei_ndx]));
1205 ELFEDIT_CONST_EI, ei_ndx, 1),
1206 conv_magic_value(ehdr->e_ident[ei_ndx]),
1209 ehdr->e_ident[ei_ndx] = mag;

Completed in 46 milliseconds