Searched refs:Elf32_Ehdr (Results 1 – 17 of 17) sorted by relevance
/arch/x86/um/asm/ |
D | module.h | 13 #define Elf_Ehdr Elf32_Ehdr
|
/arch/arm/vdso/ |
D | vdsomunge.c | 110 const Elf32_Ehdr *inhdr; in main() 190 Elf32_Ehdr *outhdr; in main()
|
/arch/microblaze/kernel/ |
D | module.c | 120 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/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()
|
/arch/arm/kernel/ |
D | vdso.c | 62 Elf32_Ehdr *hdr; /* ptr to ELF */ 100 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
|
D | module.c | 267 static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr, in find_mod_section() 283 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/arch/powerpc/boot/ |
D | elf_util.c | 56 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
|
D | elf.h | 69 } Elf32_Ehdr; typedef
|
/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 | 127 Elf32_Ehdr *hdr; /* ptr to ELF */ 296 static void * __init find_section32(Elf32_Ehdr *ehdr, const char *secname, in find_section32()
|
D | prom_init.c | 732 Elf32_Ehdr elfhdr;
|
/arch/arc/kernel/ |
D | module.c | 131 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/arch/mips/include/asm/ |
D | module.h | 40 #define Elf_Ehdr Elf32_Ehdr
|
/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 116 Elf32_Ehdr ehdr; in create_vma_map()
|
/arch/mips/vdso/ |
D | genvdso.c | 117 const Elf32_Ehdr *ehdr; in map_vdso()
|
/arch/x86/boot/compressed/ |
D | misc.c | 324 Elf32_Ehdr ehdr; in parse_elf()
|
/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()
|