/openbmc/linux/lib/ |
H A D | buildid.c | 78 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)page_addr; in get_build_id_32() 87 if (ehdr->e_phoff != sizeof(Elf32_Ehdr)) in get_build_id_32() 92 if (phnum > (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr)) in get_build_id_32() 95 phdr = (Elf32_Phdr *)(page_addr + sizeof(Elf32_Ehdr)); in get_build_id_32() 151 Elf32_Ehdr *ehdr; in build_id_parse() 170 ehdr = (Elf32_Ehdr *)page_addr; in build_id_parse()
|
/openbmc/linux/fs/proc/ |
H A D | vmcore.c | 1043 Elf32_Ehdr *ehdr_ptr; in merge_note_headers_elf32() 1047 ehdr_ptr = (Elf32_Ehdr *)elfptr; in merge_note_headers_elf32() 1069 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32() 1077 tmp = elfptr + sizeof(Elf32_Ehdr); in merge_note_headers_elf32() 1150 Elf32_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf32() 1155 ehdr_ptr = (Elf32_Ehdr *)elfptr; in process_ptload_program_headers_elf32() 1270 Elf32_Ehdr ehdr; in parse_crash_elf32_headers() 1276 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf32_Ehdr), &addr); in parse_crash_elf32_headers() 1287 ehdr.e_ehsize != sizeof(Elf32_Ehdr) || in parse_crash_elf32_headers() 1421 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)elfptr; in vmcoredd_update_program_headers() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | elf.c | 149 Elf32_Ehdr *ehdr; /* Elf header structure pointer */ in load_elf_image_phdr() 153 ehdr = (Elf32_Ehdr *)addr; in load_elf_image_phdr() 181 Elf32_Ehdr *ehdr; /* Elf header structure pointer */ in load_elf_image_shdr() 187 ehdr = (Elf32_Ehdr *)addr; in load_elf_image_shdr() 255 Elf32_Ehdr *ehdr; /* Elf header structure pointer */ in valid_elf_image() 257 ehdr = (Elf32_Ehdr *)addr; in valid_elf_image()
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | module.h | 14 #define Elf_Ehdr Elf32_Ehdr
|
/openbmc/u-boot/drivers/net/pfe_eth/ |
H A D | pfe_firmware.c | 34 Elf32_Ehdr *elf_hdr = (Elf32_Ehdr *)pfe_firmware; in pfe_load_elf()
|
/openbmc/linux/arch/arm/vdso/ |
H A D | vdsomunge.c | 118 const Elf32_Ehdr *inhdr; in main() 196 Elf32_Ehdr *outhdr; in main()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | vdso.c | 64 Elf32_Ehdr *hdr; /* ptr to ELF */ 104 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
|
H A D | module.c | 437 static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr, in find_mod_section() 453 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/openbmc/linux/include/asm-generic/ |
H A D | module.h | 37 #define Elf_Ehdr Elf32_Ehdr
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | module.c | 91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr
|
/openbmc/linux/scripts/ |
H A D | sorttable.c | 271 Elf32_Ehdr *ehdr = addr; in do_file() 333 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
|
H A D | recordmcount.c | 514 Elf32_Ehdr *ehdr; in do_file() 617 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/ |
H A D | 567.patch | 24 #define ELF_Ehdr Elf32_Ehdr
|
/openbmc/linux/arch/mips/tools/ |
H A D | elf-entry.c | 38 Elf32_Ehdr ehdr32; in main()
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | elf_util.c | 52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
|
H A D | elf.h | 70 } Elf32_Ehdr; typedef
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | elf.h | 40 extern bool compat_elf_check_arch(Elf32_Ehdr *hdr);
|
/openbmc/linux/tools/perf/util/ |
H A D | genelf.h | 74 #define Elf_Ehdr Elf32_Ehdr
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | module_32.c | 73 static unsigned long get_plt_size(const Elf32_Ehdr *hdr, in get_plt_size() 120 int module_frob_arch_sections(Elf32_Ehdr *hdr, in module_frob_arch_sections()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | module.c | 132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.h | 26 #define Elf_Ehdr Elf32_Ehdr
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | 32and64bit.patch | 33 + Elf32_Ehdr *elf_header; 39 + elf_header = (Elf32_Ehdr *) file_contents;
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | process.c | 87 bool compat_elf_check_arch(Elf32_Ehdr *hdr) in compat_elf_check_arch()
|
/openbmc/linux/arch/mips/vdso/ |
H A D | genvdso.c | 113 const Elf32_Ehdr *ehdr; in map_vdso()
|