Searched refs:pe_symtab (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-pe2elf.c318 struct grub_pe32_symbol *pe_symtab; local
324 pe_symtab = (struct grub_pe32_symbol *) (image + pe_chdr->symtab_offset);
325 pe_strtab = (char *) (pe_symtab + pe_chdr->num_symbols);
335 i += pe_symtab->num_aux + 1, pe_symtab += pe_symtab->num_aux + 1)
340 if ((pe_symtab->section > pe_chdr->num_sections) ||
341 (section_map[pe_symtab->section] == -1))
344 if (! pe_symtab->section)
346 else if (pe_symtab
[all...]

Completed in 20 milliseconds