Lines Matching defs:ph
3353 const ELFProgramHeader &ph) {
3354 DumpELFProgramHeader_p_type(s, ph.p_type);
3355 s->Printf(" %8.8" PRIx64 " %8.8" PRIx64 " %8.8" PRIx64, ph.p_offset,
3356 ph.p_vaddr, ph.p_paddr);
3357 s->Printf(" %8.8" PRIx64 " %8.8" PRIx64 " %8.8x (", ph.p_filesz, ph.p_memsz,
3358 ph.p_flags);
3360 DumpELFProgramHeader_p_flags(s, ph.p_flags);
3361 s->Printf(") %8.8" PRIx64, ph.p_align);