Home
last modified time | relevance | path

Searched defs:elf_info (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/scripts/mod/
Dmodpost.h119 struct elf_info { struct
120 unsigned long size;
121 Elf_Ehdr *hdr;
122 Elf_Shdr *sechdrs;
123 Elf_Sym *symtab_start;
124 Elf_Sym *symtab_stop;
125 Elf_Section export_sec;
126 Elf_Section export_unused_sec;
127 Elf_Section export_gpl_sec;
128 Elf_Section export_unused_gpl_sec;
[all …]
/linux-4.1.27/arch/powerpc/boot/
Delf.h149 struct elf_info { struct
154 int parse_elf64(void *hdr, struct elf_info *info); argument
/linux-4.1.27/fs/
Dbinfmt_elf.c166 elf_addr_t *elf_info; in create_elf_tables() local