Searched refs:Elf32_Phdr (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/boot/ |
D | elf_util.c | 53 Elf32_Phdr *elf32ph; in parse_elf32() 67 elf32ph = (Elf32_Phdr *) ((unsigned long)elf32 + elf32->e_phoff); in parse_elf32()
|
D | elf.h | 104 } Elf32_Phdr; typedef
|
/arch/mips/boot/ |
D | elf2ecoff.c | 122 const Elf32_Phdr *h1 = v1; in phcmp() 123 const Elf32_Phdr *h2 = v2; in phcmp() 186 static void convert_elf_phdrs(Elf32_Phdr * p, int num) in convert_elf_phdrs() 271 Elf32_Phdr *ph; in main() 329 ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff, in main() 330 ex.e_phnum * sizeof(Elf32_Phdr), in main() 347 qsort(ph, ex.e_phnum, sizeof(Elf32_Phdr), phcmp); in main()
|
/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 110 Elf32_Phdr __user *phdr_start; in create_vma_map() 113 Elf32_Phdr phdr; in create_vma_map()
|
/arch/parisc/boot/compressed/ |
D | misc.c | 240 Elf32_Phdr *phdrs, *phdr; in parse_elf()
|
/arch/x86/boot/compressed/ |
D | misc.c | 277 Elf32_Phdr *phdrs, *phdr; in parse_elf()
|
/arch/powerpc/kernel/ |
D | prom_init.c | 1078 Elf32_Phdr phdr[2]; 1117 .e_phentsize = sizeof(Elf32_Phdr),
|