Searched defs:elf_info (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/common_modules/xpm/validator/ |
D | elf_code_segment_info.c | 23 struct elf_info { struct 31 static int read_elf_info(struct file *file, void *buffer, size_t read_size, loff_t pos) in read_elf_info() argument 76 struct elf_info *elf_info) in get_elf32_code_segment_count() 94 static int get_elf32_code_segment(struct elf32_phdr *elf_phdr, struct elf_info *elf_info, in get_elf32_code_segment() 125 static int get_elf64_code_segment_count(struct elf64_phdr *elf_phdr, struct elf_info *elf_info) in get_elf64_code_segment_count() 143 static int get_elf64_code_segment(struct elf64_phdr *elf_phdr, struct elf_info *elf_info, in get_elf64_code_segment() 174 static int get_elf32_info(struct elfhdr *elf_ehdr, struct elf_info *elf_info) in get_elf32_info() 201 static int get_elf64_info(struct elfhdr *elf_ehdr, struct elf_info *elf_info) in get_elf64_info() 228 static int elf_check_and_get_code_segment_offset(struct file *file, struct elf_info *elf_info) in elf_check_and_get_code_segment_offset() 254 static int find_elf_code_segment_info(const char *phdr_info, struct elf_info *elf_info, in find_elf_code_segment_info() [all …]
|
/kernel/linux/linux-5.10/scripts/mod/ |
D | modpost.h | 136 struct elf_info { struct 137 size_t size; 138 Elf_Ehdr *hdr; 139 Elf_Shdr *sechdrs; 140 Elf_Sym *symtab_start; 141 Elf_Sym *symtab_stop; 142 Elf_Section export_sec; 143 Elf_Section export_unused_sec; 144 Elf_Section export_gpl_sec; 145 Elf_Section export_unused_gpl_sec; [all …]
|
/kernel/linux/linux-5.10/kernel/ |
D | kexec_elf.c | 203 struct kexec_elf_info *elf_info, in elf_read_phdr() 252 struct kexec_elf_info *elf_info) in elf_read_phdrs() 298 struct kexec_elf_info *elf_info) in elf_read_from_buffer() 319 void kexec_free_elf_info(struct kexec_elf_info *elf_info) in kexec_free_elf_info() 328 struct kexec_elf_info *elf_info) in kexec_build_elf_info() 368 struct kexec_elf_info elf_info; in kexec_elf_probe() local 389 struct kexec_elf_info *elf_info, in kexec_elf_load()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
D | elf.h | 150 struct elf_info { struct 155 int parse_elf64(void *hdr, struct elf_info *info); argument
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | kexec_file.c | 24 struct kexec_elf_info elf_info; in elf_load() local
|
/kernel/linux/linux-5.10/arch/powerpc/kexec/ |
D | elf_64.c | 39 struct kexec_elf_info elf_info; in elf64_load() local
|
/kernel/linux/linux-5.10/fs/ |
D | binfmt_elf.c | 188 elf_addr_t *elf_info; in create_elf_tables() local
|