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

/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c217 struct grub_pe32_section_table *sections; local
228 sections
233 for (i = 0, section = sections;
/osnet-11/usr/src/grub/grub2/include/
H A Dmultiboot2.h294 char sections[0]; member in struct:multiboot_tag_elf_sections
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c56 SUFFIX (relocate_symbols) (Elf_Ehdr *e, Elf_Shdr *sections, argument
72 = (Elf_Shdr *) ((char *) sections
300 SUFFIX (relocate_addresses) (Elf_Ehdr *e, Elf_Shdr *sections, argument
313 for (i = 0, s = sections;
328 symtab_section = (Elf_Shdr *) ((char *) sections
333 target_section = (Elf_Shdr *) ((char *) sections
620 Elf_Addr *section_addresses, Elf_Shdr *sections,
634 for (i = 0, s = sections; i < num_sections;
815 /* Locate section addresses by merging code sections and data sections
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
819 locate_sections(Elf_Shdr *sections, Elf_Half section_entsize, Elf_Half num_sections, const char *strtab, grub_size_t *exec_size, grub_size_t *kernel_sz, grub_size_t *all_align, struct image_target_desc *image_target) argument
904 Elf_Shdr *sections; local
[all...]
H A Dgrub-mkimage.c1029 void *sections; local
1116 sections = o + 1;
1152 sections = o + 1;
1154 /* The sections. */
1155 text_section = sections;
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c426 static const Section_t sections[] = variable
485 for (i = 0; i < elementsof(sections); i++)
486 if (section[0] == sections[i].section[0] && (section[1] == sections[i].section[1] || !sections[i].section[1]))
488 s = sections[i].name;

Completed in 50 milliseconds