Home | History | Annotate | Download | only in ELF

Lines Matching refs:p_type

1620     DumpELFProgramHeader_p_type(s, ph.p_type);
1631 // Dump an token value for the ELF program header member p_type which
1635 ObjectFileELF::DumpELFProgramHeader_p_type(Stream *s, elf_word p_type)
1638 switch (p_type)
1650 s->Printf("0x%8.8x%*s", p_type, kStrWidth - 10, "");
1682 s->PutCString("IDX p_type p_offset p_vaddr p_paddr "