Elf32_Phdr         56 bsp/boot/common/elf.c 	Elf32_Phdr *phdr;
Elf32_Phdr         71 bsp/boot/common/elf.c 	phdr = (Elf32_Phdr *)((paddr_t)ehdr + ehdr->e_ehsize);
Elf32_Phdr        113 bsp/boot/common/elf.c 	Elf32_Phdr *phdr;
Elf32_Phdr        119 bsp/boot/common/elf.c 	phdr = (Elf32_Phdr *)((paddr_t)ehdr + ehdr->e_phoff);
Elf32_Phdr        434 include/sys/elf.h #define Elf_Phdr	Elf32_Phdr
Elf32_Phdr         61 usr/server/exec/exec_elf.c 	Elf32_Phdr *phdr;
Elf32_Phdr         66 usr/server/exec/exec_elf.c 	phdr = (Elf32_Phdr *)((u_long)ehdr + ehdr->e_phoff);