Lines Matching defs:ph
105 Elf_Phdr *ph = _ph;
110 for (i = 0; i < _eh.e_phnum; i++, ph++) {
111 if (ph->p_type == PT_LOAD) {
112 size_t filesz = ph->p_filesz;
119 if (filesz < ph->p_memsz)
152 Elf_Phdr *ph;
158 for (i = 0, ph = _ph; i < _eh.e_phnum; i++, ph++) {
159 if (ph->p_type == PT_LOAD) {
160 size_t filesz = ph->p_filesz;
161 size_t memsz = ph->p_memsz;
162 kv = ph->p_paddr;
163 off_t fileofs = ph->p_offset;