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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.c72 Word phndx; /* Index of PT_INTERP header */ member in struct:__anon1504
120 PHDR_OPT_F_PHNDX = 4, /* -phndx: Program header by index, */
214 * If the -phndx option is present, the first argument is
275 int phndx; /* Index of PT_INTERP program header */ local
286 for (phndx = 0; phndx < phnum; phndx++) {
287 if (phdr[phndx].p_type == PT_INTERP) {
288 interp->phndx = phndx;
[all...]

Completed in 235 milliseconds