/linux-4.1.27/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.1.27/arch/x86/um/asm/ |
D | module.h | 13 #define Elf_Ehdr Elf32_Ehdr
|
/linux-4.1.27/arch/arm/vdso/ |
D | vdsomunge.c | 131 const Elf32_Ehdr *inhdr; in main() 209 Elf32_Ehdr *outhdr; in main()
|
/linux-4.1.27/include/asm-generic/ |
D | module.h | 36 #define Elf_Ehdr Elf32_Ehdr
|
/linux-4.1.27/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.1.27/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 | 277 static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr, in find_mod_section() 293 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/linux-4.1.27/scripts/ |
D | sortextable.c | 238 Elf32_Ehdr *ehdr = mmap_file(fname); in do_file() 299 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
|
D | recordmcount.c | 318 Elf32_Ehdr *const ehdr = mmap_file(fname); in do_file() 407 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.1.27/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 | 126 Elf32_Ehdr *hdr; /* ptr to ELF */ 295 static void * __init find_section32(Elf32_Ehdr *ehdr, const char *secname, in find_section32()
|
D | prom_init.c | 733 Elf32_Ehdr elfhdr;
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | module.c | 120 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/linux-4.1.27/arch/powerpc/boot/ |
D | elf_util.c | 56 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
|
D | elf.h | 69 } Elf32_Ehdr; typedef
|
/linux-4.1.27/arch/arc/kernel/ |
D | module.c | 131 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | module.h | 40 #define Elf_Ehdr Elf32_Ehdr
|
/linux-4.1.27/scripts/mod/ |
D | modpost.h | 16 #define Elf_Ehdr Elf32_Ehdr
|
/linux-4.1.27/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 116 Elf32_Ehdr ehdr; in create_vma_map()
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | misc.c | 324 Elf32_Ehdr ehdr; in parse_elf()
|
/linux-4.1.27/include/uapi/linux/ |
D | elf.h | 218 } Elf32_Ehdr; typedef
|
/linux-4.1.27/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.1.27/tools/perf/util/ |
D | symbol-minimal.c | 109 Elf32_Ehdr ehdr; in filename__read_build_id()
|
D | symbol-elf.c | 1308 ehdr->e_phoff = sizeof(Elf32_Ehdr); in kcore__copy_hdr() 1309 ehdr->e_ehsize = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 426 static unsigned long map_elf(int elf_fd, const Elf32_Ehdr *ehdr) in map_elf() 519 Elf32_Ehdr hdr; in load_kernel()
|