Home
last modified time | relevance | path

Searched refs:iphnum (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/elftoolchain/elfcopy/
H A Dsegments.c473 size_t iphnum, i; in setup_phdr() local
475 if (elf_getphnum(ecp->ein, &iphnum) == 0) in setup_phdr()
479 ecp->ophnum = ecp->iphnum = iphnum; in setup_phdr()
480 if (iphnum == 0) in setup_phdr()
489 for (i = 0; i < iphnum; i++) { in setup_phdr()
569 if (i >= ecp->iphnum) in copy_phdr()
H A Delfcopy.h191 int iphnum; /* num. of input object phdr entries */ member