Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Delf_util.c57 Elf32_Phdr *elf32ph; in parse_elf32()
71 elf32ph = (Elf32_Phdr *) ((unsigned long)elf32 + elf32->e_phoff); in parse_elf32()
Delf.h103 } Elf32_Phdr; typedef
/arch/mips/boot/
Delf2ecoff.c120 const Elf32_Phdr *h1 = v1; in phcmp()
121 const Elf32_Phdr *h2 = v2; in phcmp()
184 static void convert_elf_phdrs(Elf32_Phdr * p, int num) in convert_elf_phdrs()
269 Elf32_Phdr *ph; in main()
327 ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff, in main()
328 ex.e_phnum * sizeof(Elf32_Phdr), in main()
345 qsort(ph, ex.e_phnum, sizeof(Elf32_Phdr), phcmp); in main()
/arch/powerpc/oprofile/cell/
Dvma_map.c114 Elf32_Phdr __user *phdr_start; in create_vma_map()
117 Elf32_Phdr phdr; in create_vma_map()
/arch/x86/boot/compressed/
Dmisc.c325 Elf32_Phdr *phdrs, *phdr; in parse_elf()
/arch/powerpc/kernel/
Dprom_init.c733 Elf32_Phdr phdr[2];
772 .e_phentsize = sizeof(Elf32_Phdr),