Home
last modified time | relevance | path

Searched refs:Elf32_Phdr (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/boot/
Delf_util.c53 Elf32_Phdr *elf32ph; in parse_elf32()
67 elf32ph = (Elf32_Phdr *) ((unsigned long)elf32 + elf32->e_phoff); in parse_elf32()
Delf.h104 } Elf32_Phdr; typedef
/arch/mips/boot/
Delf2ecoff.c122 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/
Dvma_map.c110 Elf32_Phdr __user *phdr_start; in create_vma_map()
113 Elf32_Phdr phdr; in create_vma_map()
/arch/parisc/boot/compressed/
Dmisc.c240 Elf32_Phdr *phdrs, *phdr; in parse_elf()
/arch/x86/boot/compressed/
Dmisc.c277 Elf32_Phdr *phdrs, *phdr; in parse_elf()
/arch/powerpc/kernel/
Dprom_init.c1078 Elf32_Phdr phdr[2];
1117 .e_phentsize = sizeof(Elf32_Phdr),