Home
last modified time | relevance | path

Searched refs:phndx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.c72 Word phndx; /* Index of PT_INTERP header */ member
275 int phndx; /* Index of PT_INTERP program header */ in locate_interp() local
286 for (phndx = 0; phndx < phnum; phndx++) { in locate_interp()
287 if (phdr[phndx].p_type == PT_INTERP) { in locate_interp()
288 interp->phndx = phndx; in locate_interp()
289 interp->phdr = phdr + phndx; in locate_interp()
294 if (phndx == phnum) in locate_interp()
643 EC_WORD(interp.phndx), EC_XWORD(interp.phdr->p_offset), in cmd_body_set_interp()
H A Dphdr.msg98 specified type will be used. If the -phndx option is used,\n\
344 @ MSG_STR_MINUS_PHNDX "-phndx"
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c509 size_t *phndx) in getphdr() argument
514 if (phndx != NULL) in getphdr()
515 *phndx = 0; in getphdr()
526 *phndx = cnt; in getphdr()
917 size_t phndx; in unwind() local
946 &phndx); in unwind()
1760 size_t phndx; in cap() local
1776 phndx = cnt; in cap()
1844 size_t phndx; in interp() local
1852 &phndx); in interp()
[all …]