Searched refs:Elf32_Ehdr (Results 1 – 25 of 33) sorted by relevance
12
/linux/lib/ |
A D | buildid.c | 72 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)page_addr; in get_build_id_32() 78 (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr)) in get_build_id_32() 81 phdr = (Elf32_Phdr *)(page_addr + sizeof(Elf32_Ehdr)); in get_build_id_32() 129 Elf32_Ehdr *ehdr; in build_id_parse() 144 ehdr = (Elf32_Ehdr *)page_addr; in build_id_parse()
|
/linux/fs/proc/ |
A D | vmcore.c | 1063 Elf32_Ehdr *ehdr_ptr; in merge_note_headers_elf32() 1067 ehdr_ptr = (Elf32_Ehdr *)elfptr; in merge_note_headers_elf32() 1089 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32() 1097 tmp = elfptr + sizeof(Elf32_Ehdr); in merge_note_headers_elf32() 1170 Elf32_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf32() 1175 ehdr_ptr = (Elf32_Ehdr *)elfptr; in process_ptload_program_headers_elf32() 1290 Elf32_Ehdr ehdr; in parse_crash_elf32_headers() 1296 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf32_Ehdr), &addr); in parse_crash_elf32_headers() 1307 ehdr.e_ehsize != sizeof(Elf32_Ehdr) || in parse_crash_elf32_headers() 1441 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)elfptr; in vmcoredd_update_program_headers() [all …]
|
/linux/arch/arm/vdso/ |
A D | vdsomunge.c | 118 const Elf32_Ehdr *inhdr; in main() 196 Elf32_Ehdr *outhdr; in main()
|
/linux/arch/arm/kernel/ |
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()
|
A D | module.c | 349 static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr, in find_mod_section() 365 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/linux/arch/x86/um/asm/ |
A D | module.h | 14 #define Elf_Ehdr Elf32_Ehdr
|
/linux/include/asm-generic/ |
A D | module.h | 37 #define Elf_Ehdr Elf32_Ehdr
|
/linux/arch/powerpc/kernel/ |
A D | module_32.c | 72 static unsigned long get_plt_size(const Elf32_Ehdr *hdr, in get_plt_size() 119 int module_frob_arch_sections(Elf32_Ehdr *hdr, in module_frob_arch_sections()
|
/linux/arch/microblaze/kernel/ |
A D | module.c | 91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/linux/arch/mips/include/asm/ |
A D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr
|
/linux/scripts/ |
A D | sorttable.c | 332 Elf32_Ehdr *ehdr = addr; in do_file() 397 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
|
A D | recordmcount.c | 480 Elf32_Ehdr *ehdr; in do_file() 582 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
|
/linux/tools/perf/util/ |
A D | genelf.h | 63 #define Elf_Ehdr Elf32_Ehdr
|
/linux/arch/mips/tools/ |
A D | elf-entry.c | 38 Elf32_Ehdr ehdr32; in main()
|
/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/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 | 23 #define Elf_Ehdr Elf32_Ehdr
|
/linux/arch/mips/vdso/ |
A D | genvdso.c | 113 const Elf32_Ehdr *ehdr; in map_vdso()
|
/linux/arch/nds32/kernel/ |
A D | module.c | 270 module_finalize(const Elf32_Ehdr * hdr, const Elf_Shdr * sechdrs, in module_finalize()
|
/linux/arch/parisc/boot/compressed/ |
A D | misc.c | 239 Elf32_Ehdr ehdr; in parse_elf()
|
/linux/drivers/media/platform/sti/c8sectpfe/ |
A D | c8sectpfe-core.c | 998 ehdr = (Elf32_Ehdr *)fw->data; in c8sectpfe_elf_sanity_check() 1078 Elf32_Ehdr *ehdr; in load_slim_core_fw() 1086 ehdr = (Elf32_Ehdr *)fw->data; in load_slim_core_fw()
|
/linux/arch/x86/boot/compressed/ |
A D | misc.c | 280 Elf32_Ehdr ehdr; in parse_elf()
|
/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/include/uapi/linux/ |
A D | elf.h | 220 } Elf32_Ehdr; typedef
|
Completed in 25 milliseconds
12