Searched refs:elf_sec (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | kernel.c | 125 elf_section_header_table_t *elf_sec = &(mbi->u.elf_sec); in cmain() local 129 (unsigned) elf_sec->num, (unsigned) elf_sec->size, in cmain() 130 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx); in cmain()
|
H A D | 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);
|
H A D | multiboot.h | 92 elf_section_header_table_t elf_sec; member
|
H A D | multiboot.h.texi | 92 elf_section_header_table_t elf_sec;
|
H A D | multiboot.info | 1146 elf_section_header_table_t elf_sec; 1395 elf_section_header_table_t *elf_sec = &(mbi->u.elf_sec); 1397 printf ("elf_sec: num = %u, size = 0x%x," 1399 (unsigned) elf_sec->num, (unsigned) elf_sec->size, 1400 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx);
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | multiboot.h | 165 mb_elf_shtable_t elf_sec; member
|