Searched refs:Elf32_Phdr (Results 1 – 10 of 10) sorted by relevance
60 } Elf32_Phdr; typedef
680 if (programHeaderSize < sizeof(Elf32_Phdr) in _InitELFFile()691 Elf32_Phdr programHeader; in _InitELFFile()
34 #define Elf_Phdr Elf32_Phdr320 } Elf32_Phdr; typedef867 Elf32_Phdr::IsReadWrite() const in IsReadWrite()874 Elf32_Phdr::IsExecutable() const in IsExecutable()
176 Elf32_Phdr *p; in elf2aout32()192 p = (Elf32_Phdr *)((char *)e + phoff); in elf2aout32()
114 } Elf32_Phdr; typedef
309 } Elf32_Phdr; typedef854 Elf32_Phdr::IsReadWrite() const in IsReadWrite()861 Elf32_Phdr::IsExecutable() const in IsExecutable()
91 typedef Elf32_Phdr Phdr;
469 if (eheader->e_phentsize < sizeof(Elf32_Phdr)) in parse_elf32_header()
72 typedef Elf32_Phdr PhdrType;
492 _InitELFXFile<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(file, fileSize); in _InitELFFile()