Home
last modified time | relevance | path

Searched refs:Elf_Ehdr (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/asm-generic/
Dmodule.h20 #define Elf_Ehdr Elf64_Ehdr macro
37 #define Elf_Ehdr Elf32_Ehdr macro
/linux-4.19.296/include/linux/
Dmoduleloader.h17 int module_frob_arch_sections(Elf_Ehdr *hdr,
79 int module_finalize(const Elf_Ehdr *hdr,
Dmodule.h323 Elf_Ehdr hdr;
787 void module_bug_finalize(const Elf_Ehdr *, const Elf_Shdr *,
793 static inline void module_bug_finalize(const Elf_Ehdr *hdr, in module_bug_finalize()
Dkexec.h106 const Elf_Ehdr *ehdr;
/linux-4.19.296/lib/
Dbug.c87 void module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_bug_finalize()