/Linux-v4.19/fs/proc/ |
D | vmcore.c | 867 static int __init update_note_header_size_elf32(const Elf32_Ehdr *ehdr_ptr) in update_note_header_size_elf32() 930 static int __init get_note_number_and_size_elf32(const Elf32_Ehdr *ehdr_ptr, in get_note_number_and_size_elf32() 965 static int __init copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf32() 993 Elf32_Ehdr *ehdr_ptr; in merge_note_headers_elf32() 997 ehdr_ptr = (Elf32_Ehdr *)elfptr; in merge_note_headers_elf32() 1019 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32() 1027 tmp = elfptr + sizeof(Elf32_Ehdr); in merge_note_headers_elf32() 1034 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf32_Ehdr)-sizeof(Elf32_Phdr))); in merge_note_headers_elf32() 1100 Elf32_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf32() 1105 ehdr_ptr = (Elf32_Ehdr *)elfptr; in process_ptload_program_headers_elf32() [all …]
|
/Linux-v4.19/kernel/bpf/ |
D | stackmap.c | 203 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)page_addr; in stack_map_get_build_id_32() 209 (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr)) in stack_map_get_build_id_32() 212 phdr = (Elf32_Phdr *)(page_addr + sizeof(Elf32_Ehdr)); in stack_map_get_build_id_32() 249 Elf32_Ehdr *ehdr; in stack_map_get_build_id() 264 ehdr = (Elf32_Ehdr *)page_addr; in stack_map_get_build_id()
|
/Linux-v4.19/arch/x86/um/asm/ |
D | module.h | 14 #define Elf_Ehdr Elf32_Ehdr
|
/Linux-v4.19/arch/arm/vdso/ |
D | vdsomunge.c | 131 const Elf32_Ehdr *inhdr; in main() 209 Elf32_Ehdr *outhdr; in main()
|
/Linux-v4.19/include/asm-generic/ |
D | module.h | 37 #define Elf_Ehdr Elf32_Ehdr
|
/Linux-v4.19/arch/arm/kernel/ |
D | vdso.c | 82 Elf32_Ehdr *hdr; /* ptr to ELF */ 120 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
|
D | module.c | 323 static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr, in find_mod_section() 339 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/Linux-v4.19/tools/perf/util/ |
D | genelf.h | 54 #define Elf_Ehdr Elf32_Ehdr
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | module_32.c | 99 static unsigned long get_plt_size(const Elf32_Ehdr *hdr, in get_plt_size() 146 int module_frob_arch_sections(Elf32_Ehdr *hdr, in module_frob_arch_sections()
|
D | vdso.c | 131 Elf32_Ehdr *hdr; /* ptr to ELF */ 258 static void * __init find_section32(Elf32_Ehdr *ehdr, const char *secname, in find_section32()
|
/Linux-v4.19/arch/microblaze/kernel/ |
D | module.c | 120 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/Linux-v4.19/scripts/ |
D | sortextable.c | 271 Elf32_Ehdr *ehdr = mmap_file(fname); in do_file() 339 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
|
D | recordmcount.c | 453 Elf32_Ehdr *const ehdr = mmap_file(fname); in do_file() 549 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
|
D | sortextable.h | 62 # define Elf_Ehdr Elf32_Ehdr
|
/Linux-v4.19/arch/powerpc/boot/ |
D | elf_util.c | 56 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
|
D | elf.h | 70 } Elf32_Ehdr; typedef
|
/Linux-v4.19/arch/arc/kernel/ |
D | module.c | 135 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr
|
/Linux-v4.19/scripts/mod/ |
D | modpost.h | 23 #define Elf_Ehdr Elf32_Ehdr
|
/Linux-v4.19/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 116 Elf32_Ehdr ehdr; in create_vma_map()
|
/Linux-v4.19/arch/mips/vdso/ |
D | genvdso.c | 117 const Elf32_Ehdr *ehdr; in map_vdso()
|
/Linux-v4.19/arch/nds32/kernel/ |
D | module.c | 270 module_finalize(const Elf32_Ehdr * hdr, const Elf_Shdr * sechdrs, in module_finalize()
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | misc.c | 275 Elf32_Ehdr ehdr; in parse_elf()
|
/Linux-v4.19/drivers/media/platform/sti/c8sectpfe/ |
D | c8sectpfe-core.c | 1002 ehdr = (Elf32_Ehdr *)fw->data; in c8sectpfe_elf_sanity_check() 1083 Elf32_Ehdr *ehdr; in load_slim_core_fw() 1091 ehdr = (Elf32_Ehdr *)fw->data; in load_slim_core_fw()
|
/Linux-v4.19/include/uapi/linux/ |
D | elf.h | 219 } Elf32_Ehdr; typedef
|