Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:p32

205     Elf32_Phdr p32[phnum];
241 if (phdrs.p32[i].p_type == PT_LOAD)
242 handle_segment (phdrs.p32[i].p_vaddr, phdrs.p32[i].p_offset,
243 phdrs.p32[i].p_filesz, phdrs.p32[i].p_align);
298 if (phdrs.p32[i].p_type == PT_LOAD)
299 if (handle_segment (phdrs.p32[i].p_vaddr, phdrs.p32[i].p_offset,
300 phdrs.p32[i].p_filesz, phdrs.p32[i].p_align))
325 if (phdrs.p32[i].p_type == PT_LOAD)