/linux-4.4.14/fs/proc/ |
D | vmcore.c | 710 static int __init update_note_header_size_elf32(const Elf32_Ehdr *ehdr_ptr) in update_note_header_size_elf32() 773 static int __init get_note_number_and_size_elf32(const Elf32_Ehdr *ehdr_ptr, in get_note_number_and_size_elf32() 808 static int __init copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf32() 836 Elf32_Ehdr *ehdr_ptr; in merge_note_headers_elf32() 840 ehdr_ptr = (Elf32_Ehdr *)elfptr; in merge_note_headers_elf32() 862 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32() 870 tmp = elfptr + sizeof(Elf32_Ehdr); in merge_note_headers_elf32() 877 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf32_Ehdr)-sizeof(Elf32_Phdr))); in merge_note_headers_elf32() 938 Elf32_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf32() 943 ehdr_ptr = (Elf32_Ehdr *)elfptr; in process_ptload_program_headers_elf32() [all …]
|
/linux-4.4.14/arch/x86/um/asm/ |
D | module.h | 13 #define Elf_Ehdr Elf32_Ehdr
|
/linux-4.4.14/arch/arm/vdso/ |
D | vdsomunge.c | 131 const Elf32_Ehdr *inhdr; in main() 209 Elf32_Ehdr *outhdr; in main()
|
/linux-4.4.14/include/asm-generic/ |
D | module.h | 36 #define Elf_Ehdr Elf32_Ehdr
|
/linux-4.4.14/arch/metag/kernel/ |
D | module.c | 85 static unsigned long get_plt_size(const Elf32_Ehdr *hdr, in get_plt_size() 132 int module_frob_arch_sections(Elf32_Ehdr *hdr, in module_frob_arch_sections()
|
/linux-4.4.14/arch/arm/kernel/ |
D | vdso.c | 61 Elf32_Ehdr *hdr; /* ptr to ELF */ 99 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
|
D | module.c | 307 static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr, in find_mod_section() 323 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/linux-4.4.14/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 | 129 Elf32_Ehdr *hdr; /* ptr to ELF */ 255 static void * __init find_section32(Elf32_Ehdr *ehdr, const char *secname, in find_section32()
|
D | prom_init.c | 741 Elf32_Ehdr elfhdr;
|
/linux-4.4.14/scripts/ |
D | sortextable.c | 242 Elf32_Ehdr *ehdr = mmap_file(fname); in do_file() 304 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
|
D | recordmcount.c | 404 Elf32_Ehdr *const ehdr = mmap_file(fname); in do_file() 494 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
|
D | sortextable.h | 62 # define Elf_Ehdr Elf32_Ehdr
|
D | recordmcount.h | 103 # define Elf_Ehdr Elf32_Ehdr
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | module.c | 120 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | elf_util.c | 56 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
|
D | elf.h | 69 } Elf32_Ehdr; typedef
|
/linux-4.4.14/arch/arc/kernel/ |
D | module.c | 131 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | module.h | 40 #define Elf_Ehdr Elf32_Ehdr
|
/linux-4.4.14/scripts/mod/ |
D | modpost.h | 22 #define Elf_Ehdr Elf32_Ehdr
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 116 Elf32_Ehdr ehdr; in create_vma_map()
|
/linux-4.4.14/arch/mips/vdso/ |
D | genvdso.c | 117 const Elf32_Ehdr *ehdr; in map_vdso()
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | misc.c | 341 Elf32_Ehdr ehdr; in parse_elf()
|
/linux-4.4.14/include/uapi/linux/ |
D | elf.h | 218 } Elf32_Ehdr; typedef
|
/linux-4.4.14/arch/mips/boot/ |
D | elf2ecoff.c | 167 static void convert_elf_hdr(Elf32_Ehdr * e) in convert_elf_hdr() 268 Elf32_Ehdr ex; in main()
|
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/ |
D | c8sectpfe-core.c | 1014 ehdr = (Elf32_Ehdr *)fw->data; in c8sectpfe_elf_sanity_check() 1097 Elf32_Ehdr *ehdr; in load_slim_core_fw() 1105 ehdr = (Elf32_Ehdr *)fw->data; in load_slim_core_fw()
|
/linux-4.4.14/tools/perf/util/ |
D | symbol-minimal.c | 109 Elf32_Ehdr ehdr; in filename__read_build_id()
|
D | symbol-elf.c | 1326 ehdr->e_phoff = sizeof(Elf32_Ehdr); in kcore__copy_hdr() 1327 ehdr->e_ehsize = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 430 static unsigned long map_elf(int elf_fd, const Elf32_Ehdr *ehdr) in map_elf() 523 Elf32_Ehdr hdr; in load_kernel()
|