Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Delf_util.c53 Elf32_Phdr *elf32ph; in parse_elf32()
67 elf32ph = (Elf32_Phdr *) ((unsigned long)elf32 + elf32->e_phoff); in parse_elf32()
H A Delf.h104 } Elf32_Phdr; typedef
/linux/arch/mips/boot/
H A 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()
/linux/lib/
H A Dbuildid.c209 const Elf32_Phdr *phdr; in get_build_id_32()
225 if (phoff + phnum * sizeof(Elf32_Phdr) < phoff) in get_build_id_32()
229 phdr = freader_fetch(r, phoff + i * sizeof(Elf32_Phdr), sizeof(Elf32_Phdr)); in get_build_id_32()
/linux/tools/perf/util/
H A Dsymbol-minimal.c95 Elf32_Phdr *phdr32; in filename__read_build_id()
143 if ((elf32 && hdrs.ehdr32.e_phentsize != sizeof(Elf32_Phdr)) || in filename__read_build_id()
147 phdr_size = elf32 ? sizeof(Elf32_Phdr) * hdrs.ehdr32.e_phnum in filename__read_build_id()
H A Dsymbol-elf.c2030 ehdr->e_phentsize = sizeof(Elf32_Phdr); in kcore__copy_hdr()
/linux/include/asm-generic/
H A Dmodule.h30 #define Elf_Phdr Elf32_Phdr
/linux/arch/x86/boot/compressed/
H A Dmisc.c288 Elf32_Phdr *phdrs, *phdr; in parse_elf()
/linux/arch/powerpc/kernel/
H A Dprom_init.c1140 Elf32_Phdr phdr[2];
1179 .e_phentsize = sizeof(Elf32_Phdr),
/linux/sound/soc/codecs/
H A Drt5677.c815 Elf32_Phdr *pr_hdr; in rt5677_parse_and_load_dsp()
835 pr_hdr = (Elf32_Phdr *)(buf + elf_hdr->e_phoff); in rt5677_parse_and_load_dsp()