Searched refs:nph (Results 1 - 4 of 4) sorted by path

/freebsd-9.3-release/lib/libkvm/
H A Dkvm_powerpc.c157 int nph; local
160 nph = be16toh(vm->eh->e_phnum);
161 while (nph && (va < be32toh(ph->p_vaddr) ||
163 nph--;
166 if (nph == 0)
H A Dkvm_powerpc64.c157 int nph; local
160 nph = be16toh(vm->eh->e_phnum);
161 while (nph && (va < be64toh(ph->p_vaddr) ||
163 nph--;
166 if (nph == 0)
/freebsd-9.3-release/lib/libprocstat/
H A Dcore.c73 size_t nph; local
102 if (elf_getphnum(e, &nph) == 0) {
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c613 size_t i, nph, nsh; local
681 if (elf_getphnum(e, &nph) == 0) {

Completed in 313 milliseconds