Home
last modified time | relevance | path

Searched refs:Elf32_Ehdr (Results 1 – 29 of 29) sorted by relevance

/linux-4.4.14/fs/proc/
Dvmcore.c710 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/
Dmodule.h13 #define Elf_Ehdr Elf32_Ehdr
/linux-4.4.14/arch/arm/vdso/
Dvdsomunge.c131 const Elf32_Ehdr *inhdr; in main()
209 Elf32_Ehdr *outhdr; in main()
/linux-4.4.14/include/asm-generic/
Dmodule.h36 #define Elf_Ehdr Elf32_Ehdr
/linux-4.4.14/arch/metag/kernel/
Dmodule.c85 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/
Dvdso.c61 Elf32_Ehdr *hdr; /* ptr to ELF */
99 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
Dmodule.c307 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/
Dmodule_32.c99 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()
Dvdso.c129 Elf32_Ehdr *hdr; /* ptr to ELF */
255 static void * __init find_section32(Elf32_Ehdr *ehdr, const char *secname, in find_section32()
Dprom_init.c741 Elf32_Ehdr elfhdr;
/linux-4.4.14/scripts/
Dsortextable.c242 Elf32_Ehdr *ehdr = mmap_file(fname); in do_file()
304 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
Drecordmcount.c404 Elf32_Ehdr *const ehdr = mmap_file(fname); in do_file()
494 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
Dsortextable.h62 # define Elf_Ehdr Elf32_Ehdr
Drecordmcount.h103 # define Elf_Ehdr Elf32_Ehdr
/linux-4.4.14/arch/microblaze/kernel/
Dmodule.c120 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/linux-4.4.14/arch/powerpc/boot/
Delf_util.c56 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
Delf.h69 } Elf32_Ehdr; typedef
/linux-4.4.14/arch/arc/kernel/
Dmodule.c131 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/linux-4.4.14/arch/mips/include/asm/
Dmodule.h40 #define Elf_Ehdr Elf32_Ehdr
/linux-4.4.14/scripts/mod/
Dmodpost.h22 #define Elf_Ehdr Elf32_Ehdr
/linux-4.4.14/arch/powerpc/oprofile/cell/
Dvma_map.c116 Elf32_Ehdr ehdr; in create_vma_map()
/linux-4.4.14/arch/mips/vdso/
Dgenvdso.c117 const Elf32_Ehdr *ehdr; in map_vdso()
/linux-4.4.14/arch/x86/boot/compressed/
Dmisc.c341 Elf32_Ehdr ehdr; in parse_elf()
/linux-4.4.14/include/uapi/linux/
Delf.h218 } Elf32_Ehdr; typedef
/linux-4.4.14/arch/mips/boot/
Delf2ecoff.c167 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/
Dc8sectpfe-core.c1014 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/
Dsymbol-minimal.c109 Elf32_Ehdr ehdr; in filename__read_build_id()
Dsymbol-elf.c1326 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/
Dlguest.c430 static unsigned long map_elf(int elf_fd, const Elf32_Ehdr *ehdr) in map_elf()
523 Elf32_Ehdr hdr; in load_kernel()