Elf32_Phdr
Elf32_Phdr::IsReadWrite() const
Elf32_Phdr::IsExecutable() const
#define Elf_Phdr Elf32_Phdr
Elf32_Phdr::IsReadWrite() const
Elf32_Phdr::IsExecutable() const
typedef Elf32_Phdr Phdr;
_InitELFXFile<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(file, fileSize);
typedef Elf32_Phdr PhdrType;
if (eheader->e_phentsize < sizeof(Elf32_Phdr))
Elf32_Phdr *p;
p = (Elf32_Phdr *)((char *)e + phoff);
if (programHeaderSize < sizeof(Elf32_Phdr)
Elf32_Phdr programHeader;