HomeSort by relevance Sort by last modified time
    Searched refs:elf_sec (Results 1 - 4 of 4) sorted by null

  /external/grub/docs/
kernel.c 125 elf_section_header_table_t *elf_sec = &(mbi->u.elf_sec); local
127 printf ("elf_sec: num = %u, size = 0x%x,"
129 (unsigned) elf_sec->num, (unsigned) elf_sec->size,
130 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx);
kernel.c.texi 125 elf_section_header_table_t *elf_sec = &(mbi->u.elf_sec);
127 printf ("elf_sec: num = %u, size = 0x%x,"
129 (unsigned) elf_sec->num, (unsigned) elf_sec->size,
130 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx);
multiboot.h 92 elf_section_header_table_t elf_sec; member in union:multiboot_info::__anon3760
multiboot.h.texi 92 elf_section_header_table_t elf_sec;

Completed in 422 milliseconds