Home | History | Annotate | Download | only in elf

Lines Matching refs:PT_PHDR

860       // The program headers must start with PT_PHDR which is used in
863 phdr.p_type = PT_PHDR;
927 // Set the size of the initial PT_PHDR.
928 CHECK_EQ(phdrs[0].p_type, (Elf_Word)PT_PHDR);