/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | kexec_elf.c | 20 const Elf_Ehdr *ehdr; in kexec_file_add_kernel_elf() 27 ehdr = (Elf_Ehdr *)kernel; in kexec_file_add_kernel_elf() 71 const Elf_Ehdr *ehdr; in s390_elf_load() 77 ehdr = (Elf_Ehdr *)kernel; in s390_elf_load() 112 const Elf_Ehdr *ehdr; in s390_elf_probe() 114 if (len < sizeof(Elf_Ehdr)) in s390_elf_probe() 117 ehdr = (Elf_Ehdr *)buf; in s390_elf_probe()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | kexec_elf.c | 20 const Elf_Ehdr *ehdr; in kexec_file_add_kernel_elf() 27 ehdr = (Elf_Ehdr *)kernel; in kexec_file_add_kernel_elf() 71 const Elf_Ehdr *ehdr; in s390_elf_load() 77 ehdr = (Elf_Ehdr *)kernel; in s390_elf_load() 112 const Elf_Ehdr *ehdr; in s390_elf_probe() 114 if (len < sizeof(Elf_Ehdr)) in s390_elf_probe() 117 ehdr = (Elf_Ehdr *)buf; in s390_elf_probe()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.h | 40 #undef Elf_Ehdr macro 79 # define Elf_Ehdr Elf64_Ehdr macro 117 # define Elf_Ehdr Elf32_Ehdr macro 211 static unsigned int get_shnum(Elf_Ehdr const *ehdr, Elf_Shdr const *shdr0) in get_shnum() 219 static void set_shnum(Elf_Ehdr *ehdr, Elf_Shdr *shdr0, unsigned int new_shnum) in set_shnum() 228 static int get_shstrndx(Elf_Ehdr const *ehdr, Elf_Shdr const *shdr0) in get_shstrndx() 236 static void find_symtab(Elf_Ehdr *const ehdr, Elf_Shdr const *shdr0, in find_symtab() 258 static int append_func(Elf_Ehdr *const ehdr, in append_func() 373 Elf_Ehdr const *const ehdr, in get_sym_str_and_relp() 404 Elf_Ehdr cons in sift_rel_mcount() [all...] |
H A D | insert-sys-cert.c | 39 #define Elf_Ehdr Elf32_Ehdr macro 44 #define Elf_Ehdr Elf64_Ehdr macro 68 static unsigned long get_offset_from_address(Elf_Ehdr *hdr, unsigned long addr) in get_offset_from_address() 93 static void get_symbol_from_map(Elf_Ehdr *hdr, FILE *f, char *name, in get_symbol_from_map() 133 static Elf_Sym *find_elf_symbol(Elf_Ehdr *hdr, Elf_Shdr *symtab, char *name) in find_elf_symbol() 157 static void get_symbol_from_table(Elf_Ehdr *hdr, Elf_Shdr *symtab, in get_symbol_from_table() 184 static Elf_Shdr *get_symbol_table(Elf_Ehdr *hdr) in get_symbol_table() 260 static void print_sym(Elf_Ehdr *hdr, struct sym *s) in print_sym() 280 Elf_Ehdr *hdr; in main()
|
H A D | sorttable.h | 24 #undef Elf_Ehdr macro 46 # define Elf_Ehdr Elf64_Ehdr macro 67 # define Elf_Ehdr Elf32_Ehdr macro 195 static int do_sort(Elf_Ehdr *ehdr, in do_sort()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | recordmcount.h | 40 #undef Elf_Ehdr macro 79 # define Elf_Ehdr Elf64_Ehdr macro 117 # define Elf_Ehdr Elf32_Ehdr macro 211 static unsigned int get_shnum(Elf_Ehdr const *ehdr, Elf_Shdr const *shdr0) in get_shnum() 219 static void set_shnum(Elf_Ehdr *ehdr, Elf_Shdr *shdr0, unsigned int new_shnum) in set_shnum() 228 static int get_shstrndx(Elf_Ehdr const *ehdr, Elf_Shdr const *shdr0) in get_shstrndx() 236 static void find_symtab(Elf_Ehdr *const ehdr, Elf_Shdr const *shdr0, in find_symtab() 258 static int append_func(Elf_Ehdr *const ehdr, in append_func() 373 Elf_Ehdr const *const ehdr, in get_sym_str_and_relp() 404 Elf_Ehdr cons in sift_rel_mcount() [all...] |
H A D | insert-sys-cert.c | 39 #define Elf_Ehdr Elf32_Ehdr macro 44 #define Elf_Ehdr Elf64_Ehdr macro 68 static unsigned long get_offset_from_address(Elf_Ehdr *hdr, unsigned long addr) in get_offset_from_address() 93 static void get_symbol_from_map(Elf_Ehdr *hdr, FILE *f, char *name, in get_symbol_from_map() 133 static Elf_Sym *find_elf_symbol(Elf_Ehdr *hdr, Elf_Shdr *symtab, char *name) in find_elf_symbol() 157 static void get_symbol_from_table(Elf_Ehdr *hdr, Elf_Shdr *symtab, in get_symbol_from_table() 184 static Elf_Shdr *get_symbol_table(Elf_Ehdr *hdr) in get_symbol_table() 260 static void print_sym(Elf_Ehdr *hdr, struct sym *s) in print_sym() 280 Elf_Ehdr *hdr; in main()
|
H A D | sorttable.h | 27 #undef Elf_Ehdr macro 52 # define Elf_Ehdr Elf64_Ehdr macro 76 # define Elf_Ehdr Elf32_Ehdr macro 205 Elf_Ehdr *ehdr; 261 static int do_sort(Elf_Ehdr *ehdr, in do_sort()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | moduleloader.h | 17 bool module_elf_check_arch(Elf_Ehdr *hdr); 20 int module_frob_arch_sections(Elf_Ehdr *hdr, 114 int module_finalize(const Elf_Ehdr *hdr,
|
H A D | cfi.h | 32 void module_cfi_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, 35 static inline void module_cfi_finalize(const Elf_Ehdr *hdr, in module_cfi_finalize()
|
/kernel/linux/linux-5.10/arch/x86/um/asm/ |
H A D | module.h | 14 #define Elf_Ehdr Elf32_Ehdr macro 20 #define Elf_Ehdr Elf64_Ehdr macro
|
/kernel/linux/linux-6.6/arch/x86/um/asm/ |
H A D | module.h | 14 #define Elf_Ehdr Elf32_Ehdr macro 20 #define Elf_Ehdr Elf64_Ehdr macro
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | genelf.h | 58 #define Elf_Ehdr Elf64_Ehdr macro 69 #define Elf_Ehdr Elf32_Ehdr macro 79 #define GEN_ELF_TEXT_OFFSET sizeof(Elf_Ehdr)
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | genelf.h | 63 #define Elf_Ehdr Elf64_Ehdr macro 74 #define Elf_Ehdr Elf32_Ehdr macro 84 #define GEN_ELF_TEXT_OFFSET round_up(sizeof(Elf_Ehdr) + sizeof(Elf_Phdr), 16)
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | module.h | 20 #define Elf_Ehdr Elf64_Ehdr macro 37 #define Elf_Ehdr Elf32_Ehdr macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | module.h | 20 #define Elf_Ehdr Elf64_Ehdr macro 37 #define Elf_Ehdr Elf32_Ehdr macro
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.h | 25 #define Elf_Ehdr Elf32_Ehdr macro 39 #define Elf_Ehdr Elf64_Ehdr macro 114 Elf_Ehdr *hdr;
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | moduleloader.h | 17 int module_frob_arch_sections(Elf_Ehdr *hdr, 94 int module_finalize(const Elf_Ehdr *hdr,
|
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.h | 24 #define Elf_Ehdr Elf32_Ehdr macro 39 #define Elf_Ehdr Elf64_Ehdr macro 138 Elf_Ehdr *hdr;
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr macro 59 #define Elf_Ehdr Elf64_Ehdr macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr macro 59 #define Elf_Ehdr Elf64_Ehdr macro
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | module.c | 55 int module_frob_arch_sections(Elf_Ehdr *hdr, in module_frob_arch_sections() 184 static void do_patch_sections(const Elf_Ehdr *hdr, in do_patch_sections() 207 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | module.c | 55 int module_frob_arch_sections(Elf_Ehdr *hdr, in module_frob_arch_sections() 184 static void do_patch_sections(const Elf_Ehdr *hdr, in do_patch_sections() 207 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | module.c | 20 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() 34 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | module.c | 22 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() 36 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|