Searched defs:load_info (Results 1 – 1 of 1) sorted by relevance
299 struct load_info { struct300 Elf_Ehdr *hdr;301 unsigned long len;302 Elf_Shdr *sechdrs;303 char *secstrings, *strtab;304 unsigned long symoffs, stroffs;305 struct _ddebug *debug;306 unsigned int num_debug;307 bool sig_ok;309 unsigned long mod_kallsyms_init_off;[all …]