Searched refs:Elf32_Ehdr (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/arch/x86/um/asm/
H A Dmodule.h14 #define Elf_Ehdr Elf32_Ehdr
/linux-master/lib/
H A Dbuildid.c72 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)page_addr;
78 (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr))
81 phdr = (Elf32_Phdr *)(page_addr + sizeof(Elf32_Ehdr));
129 Elf32_Ehdr *ehdr;
144 ehdr = (Elf32_Ehdr *)page_addr;
/linux-master/include/asm-generic/
H A Dmodule.h37 #define Elf_Ehdr Elf32_Ehdr
/linux-master/arch/mips/include/asm/
H A Dmodule.h41 #define Elf_Ehdr Elf32_Ehdr
/linux-master/fs/proc/
H A Dvmcore.c914 static int __init update_note_header_size_elf32(const Elf32_Ehdr *ehdr_ptr)
977 static int __init get_note_number_and_size_elf32(const Elf32_Ehdr *ehdr_ptr,
1012 static int __init copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf)
1040 Elf32_Ehdr *ehdr_ptr;
1044 ehdr_ptr = (Elf32_Ehdr *)elfptr;
1066 note_off = sizeof(Elf32_Ehdr) +
1074 tmp = elfptr + sizeof(Elf32_Ehdr);
1081 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf32_Ehdr)-sizeof(Elf32_Phdr)));
1147 Elf32_Ehdr *ehdr_ptr;
1152 ehdr_ptr = (Elf32_Ehdr *)elfpt
[all...]
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c118 const Elf32_Ehdr *inhdr;
196 Elf32_Ehdr *outhdr;
/linux-master/arch/powerpc/boot/
H A Delf_util.c52 Elf32_Ehdr *elf32 = hdr;
H A Delf.h70 } Elf32_Ehdr; typedef in typeref:struct:elf32_hdr
/linux-master/arch/mips/tools/
H A Delf-entry.c38 Elf32_Ehdr ehdr32;
/linux-master/arch/microblaze/kernel/
H A Dmodule.c91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs,
/linux-master/tools/perf/util/
H A Dgenelf.h74 #define Elf_Ehdr Elf32_Ehdr
H A Dsymbol-minimal.c116 Elf32_Ehdr ehdr;
/linux-master/arch/riscv/include/asm/
H A Delf.h40 extern bool compat_elf_check_arch(Elf32_Ehdr *hdr);
/linux-master/scripts/
H A Dsorttable.c271 Elf32_Ehdr *ehdr = addr;
333 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) ||
H A Drecordmcount.c514 Elf32_Ehdr *ehdr;
616 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr)
/linux-master/arch/arm/kernel/
H A Dvdso.c60 Elf32_Ehdr *hdr; /* ptr to ELF */
100 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name,
H A Dmodule.c437 static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr,
453 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs,
/linux-master/arch/arc/kernel/
H A Dmodule.c132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs,
/linux-master/scripts/mod/
H A Dmodpost.h27 #define Elf_Ehdr Elf32_Ehdr
/linux-master/arch/powerpc/kernel/
H A Dmodule_32.c73 static unsigned long get_plt_size(const Elf32_Ehdr *hdr,
120 int module_frob_arch_sections(Elf32_Ehdr *hdr,
/linux-master/arch/mips/vdso/
H A Dgenvdso.c113 const Elf32_Ehdr *ehdr;
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c239 Elf32_Ehdr ehdr;
/linux-master/arch/riscv/kernel/
H A Dprocess.c105 bool compat_elf_check_arch(Elf32_Ehdr *hdr)
/linux-master/arch/mips/boot/
H A Delf2ecoff.c169 static void convert_elf_hdr(Elf32_Ehdr * e)
270 Elf32_Ehdr ex;
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c300 Elf32_Ehdr ehdr;

Completed in 232 milliseconds

12