Searched defs:section_addresses (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-mkimagexx.c | 57 Elf_Shdr *symtab_section, Elf_Addr *section_addresses, 107 + section_addresses[index]); 118 grub_util_info ("locating %s at 0x%x", name, sym->st_value, section_addresses[index]); 301 Elf_Addr *section_addresses, 332 target_section_addr = section_addresses[target_section_index]; 620 Elf_Addr *section_addresses, Elf_Shdr *sections, 653 section_address = section_addresses[grub_le_to_cpu32 (s->sh_info)]; 827 Elf_Addr *section_addresses; local 832 section_addresses = xmalloc (sizeof (*section_addresses) * num_section 56 relocate_symbols(Elf_Ehdr *e, Elf_Shdr *sections, Elf_Shdr *symtab_section, Elf_Addr *section_addresses, Elf_Half section_entsize, Elf_Half num_sections, void *jumpers, Elf_Addr jumpers_addr, struct image_target_desc *image_target) argument 300 relocate_addresses(Elf_Ehdr *e, Elf_Shdr *sections, Elf_Addr *section_addresses, Elf_Half section_entsize, Elf_Half num_sections, const char *strtab, char *pe_target, Elf_Addr tramp_off, Elf_Addr got_off, struct image_target_desc *image_target) argument 619 make_reloc_section(Elf_Ehdr *e, void **out, Elf_Addr *section_addresses, Elf_Shdr *sections, Elf_Half section_entsize, Elf_Half num_sections, const char *strtab, Elf_Addr jumpers, grub_size_t njumpers, struct image_target_desc *image_target) argument 905 Elf_Addr *section_addresses; local [all...] |
Completed in 244 milliseconds