Searched defs:e_ident_ndx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c230 * e_ident_ndx - Ignored unless cmd is EHDR_CMD_T_E_IDENT. In IDENT
238 print_ehdr(EHDR_CMD_T cmd, int e_ident_ndx, int autoprint, argument
271 ((cmd != EHDR_CMD_T_E_IDENT) || (e_ident_ndx != -1)))
370 if (e_ident_ndx == -1) {
374 i = e_ident_ndx;
674 int e_ident_ndx = -1; local
697 e_ident_ndx = (int)
712 cmd = e_ident_revector[e_ident_ndx];
727 print_ehdr(cmd, e_ident_ndx, 0, &argstate);
744 * e_ident[e_ident_ndx]
[all...]

Completed in 79 milliseconds