Searched defs:section_map (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-pe2elf.c128 int *section_map; local
133 section_map = xmalloc ((pe_chdr->num_sections + 1) * sizeof (int));
134 section_map[0] = 0;
177 section_map[i + 1] = -1;
181 section_map[i + 1] = idx;
219 return section_map;
316 int *section_map)
341 (section_map[pe_symtab->section] == -1))
361 symtab[num_syms].st_name = shdr[section_map[pe_symtab->section]].sh_name;
385 symtab[num_syms].st_shndx = section_map[pe_symta
313 write_symbol_table(FILE* fp, char *image, struct grub_pe32_coff_header *pe_chdr, struct grub_pe32_section_table *pe_shdr, int *section_map) argument
457 int *section_map; local
[all...]

Completed in 21 milliseconds