Searched refs:Elf32_Ehdr (Results 1 – 25 of 34) sorted by relevance
12
| /linux/fs/proc/ |
| 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() 1420 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)elfptr; in vmcoredd_update_program_headers() [all …]
|
| /linux/lib/ |
| A D | buildid.c | 216 const Elf32_Ehdr *ehdr; in get_build_id_32() 220 ehdr = freader_fetch(r, 0, sizeof(Elf32_Ehdr)); in get_build_id_32() 293 const Elf32_Ehdr *ehdr; in __build_id_parse() 305 ehdr = freader_fetch(&r, 0, offsetofend(Elf32_Ehdr, e_type)); in __build_id_parse()
|
| /linux/arch/arm/vdso/ |
| A D | vdsomunge.c | 118 const Elf32_Ehdr *inhdr; in main() 196 Elf32_Ehdr *outhdr; in main()
|
| /linux/arch/x86/um/asm/ |
| A D | module.h | 14 #define Elf_Ehdr Elf32_Ehdr
|
| /linux/arch/arm/kernel/ |
| A D | vdso.c | 60 Elf32_Ehdr *hdr; /* ptr to ELF */ 100 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
|
| A D | module.c | 398 static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr, in find_mod_section() 414 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
| /linux/include/asm-generic/ |
| A D | module.h | 37 #define Elf_Ehdr Elf32_Ehdr
|
| /linux/arch/microblaze/kernel/ |
| A D | module.c | 91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
| /linux/scripts/ |
| A D | sorttable.c | 271 Elf32_Ehdr *ehdr = addr; in do_file() 333 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
|
| A D | recordmcount.c | 514 Elf32_Ehdr *ehdr; in do_file() 616 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
|
| /linux/arch/mips/include/asm/ |
| A D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr
|
| /linux/arch/mips/tools/ |
| A D | elf-entry.c | 38 Elf32_Ehdr ehdr32; in main()
|
| /linux/arch/riscv/include/asm/ |
| A D | elf.h | 40 extern bool compat_elf_check_arch(Elf32_Ehdr *hdr);
|
| /linux/arch/powerpc/boot/ |
| A D | elf_util.c | 52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
|
| A D | elf.h | 70 } Elf32_Ehdr; typedef
|
| /linux/tools/perf/util/ |
| A D | genelf.h | 77 #define Elf_Ehdr Elf32_Ehdr
|
| /linux/arch/powerpc/kernel/ |
| 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()
|
| /linux/arch/arc/kernel/ |
| A D | module.c | 132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
| /linux/scripts/mod/ |
| A D | modpost.h | 27 #define Elf_Ehdr Elf32_Ehdr
|
| /linux/arch/riscv/kernel/ |
| A D | process.c | 114 bool compat_elf_check_arch(Elf32_Ehdr *hdr) in compat_elf_check_arch()
|
| /linux/arch/mips/vdso/ |
| A D | genvdso.c | 113 const Elf32_Ehdr *ehdr; in map_vdso()
|
| /linux/arch/parisc/boot/compressed/ |
| A D | misc.c | 239 Elf32_Ehdr ehdr; in parse_elf()
|
| /linux/drivers/media/platform/st/sti/c8sectpfe/ |
| A D | c8sectpfe-core.c | 966 ehdr = (Elf32_Ehdr *)fw->data; in c8sectpfe_elf_sanity_check() 1046 Elf32_Ehdr *ehdr; in load_slim_core_fw() 1054 ehdr = (Elf32_Ehdr *)fw->data; in load_slim_core_fw()
|
| /linux/arch/mips/boot/ |
| A D | elf2ecoff.c | 169 static void convert_elf_hdr(Elf32_Ehdr * e) in convert_elf_hdr() 270 Elf32_Ehdr ex; in main()
|
| /linux/arch/x86/boot/compressed/ |
| A D | misc.c | 300 Elf32_Ehdr ehdr; in parse_elf()
|
Completed in 40 milliseconds
12