Home
last modified time | relevance | path

Searched refs:Elf32_Ehdr (Results 26 – 49 of 49) sorted by relevance

12

/openbmc/linux/arch/parisc/boot/compressed/
H A Dmisc.c239 Elf32_Ehdr ehdr; in parse_elf()
/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c979 ehdr = (Elf32_Ehdr *)fw->data; in c8sectpfe_elf_sanity_check()
1059 Elf32_Ehdr *ehdr; in load_slim_core_fw()
1067 ehdr = (Elf32_Ehdr *)fw->data; in load_slim_core_fw()
/openbmc/linux/arch/mips/boot/
H A Delf2ecoff.c169 static void convert_elf_hdr(Elf32_Ehdr * e) in convert_elf_hdr()
270 Elf32_Ehdr ex; in main()
/openbmc/linux/include/uapi/linux/
H A Delf.h224 } Elf32_Ehdr; typedef
/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.c286 Elf32_Ehdr ehdr; in parse_elf()
/openbmc/u-boot/tools/
H A Dimg2srec.c237 Elf32_Ehdr elfHeader; in ConvertELF()
H A Dmips-relocs.c202 const Elf32_Ehdr *ehdr32; in main()
H A Dzynqmpbif.c597 Elf32_Ehdr *ehdr; in elf2flat32()
650 Elf32_Ehdr *ehdr32; in bif_add_elf()
/openbmc/linux/scripts/
H A Dinsert-sys-cert.c39 #define Elf_Ehdr Elf32_Ehdr
H A Dsorttable.h76 # define Elf_Ehdr Elf32_Ehdr
H A Drecordmcount.h117 # define Elf_Ehdr Elf32_Ehdr
/openbmc/qemu/accel/tcg/
H A Dperf.c174 QEMU_BUILD_BUG_ON(offsetof(Elf32_Ehdr, e_machine) != in get_e_machine()
/openbmc/linux/tools/perf/util/
H A Dsymbol-minimal.c116 Elf32_Ehdr ehdr; in filename__read_build_id()
H A Dsymbol-elf.c2005 ehdr->e_phoff = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
2006 ehdr->e_ehsize = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
/openbmc/u-boot/include/
H A Delf.h107 } Elf32_Ehdr; typedef
/openbmc/linux/arch/sparc/vdso/
H A Dvma.c46 Elf32_Ehdr *hdr;
/openbmc/qemu/dump/
H A Ddump.c163 static void prepare_elf32_header(DumpState *s, Elf32_Ehdr *elf_header) in prepare_elf32_header()
172 memset(elf_header, 0, sizeof(Elf32_Ehdr)); in prepare_elf32_header()
192 Elf32_Ehdr elf32_header; in write_elf_header()
1998 s->shdr_offset = sizeof(Elf32_Ehdr); in dump_init()
/openbmc/linux/sound/soc/codecs/
H A Drt5677.c815 Elf32_Ehdr *elf_hdr; in rt5677_parse_and_load_dsp()
820 if (!buf || (len < sizeof(Elf32_Ehdr))) in rt5677_parse_and_load_dsp()
823 elf_hdr = (Elf32_Ehdr *)buf; in rt5677_parse_and_load_dsp()
829 if (elf_hdr->e_ehsize != sizeof(Elf32_Ehdr)) in rt5677_parse_and_load_dsp()
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling.patch44 elf_header = (Elf32_Ehdr *) file_contents;
/openbmc/qemu/include/
H A Delf.h1514 } Elf32_Ehdr; typedef
/openbmc/qemu/hw/arm/
H A Dboot.c797 Elf32_Ehdr h32; in arm_load_elf()
/openbmc/qemu/hw/i386/
H A Dx86.c760 ((Elf64_Ehdr *)header)->e_flags : ((Elf32_Ehdr *)header)->e_flags; in load_elfboot()
/openbmc/qemu/hw/core/
H A Dloader.c383 hdr_size = is64l ? sizeof(Elf64_Ehdr) : sizeof(Elf32_Ehdr); in load_elf_hdr()
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c1131 Elf32_Ehdr elfhdr;

12