Searched defs:elf_info (Results 1 – 4 of 4) sorted by relevance
126 struct elf_info { struct127 unsigned long size;128 Elf_Ehdr *hdr;129 Elf_Shdr *sechdrs;130 Elf_Sym *symtab_start;131 Elf_Sym *symtab_stop;132 Elf_Section export_sec;133 Elf_Section export_unused_sec;134 Elf_Section export_gpl_sec;135 Elf_Section export_unused_gpl_sec;[all …]
42 struct elf_info { struct47 const char *buffer;49 const struct elfhdr *ehdr;50 const struct elf_phdr *proghdrs;51 struct elf_shdr *sechdrs;217 static int elf_read_phdr(const char *buf, size_t len, struct elf_info *elf_info, in elf_read_phdr()252 struct elf_info *elf_info) in elf_read_phdrs()343 static int elf_read_shdr(const char *buf, size_t len, struct elf_info *elf_info, in elf_read_shdr()380 struct elf_info *elf_info) in elf_read_shdrs()423 struct elf_info *elf_info) in elf_read_from_buffer()[all …]
150 struct elf_info { struct155 int parse_elf64(void *hdr, struct elf_info *info); argument
179 elf_addr_t *elf_info; in create_elf_tables() local