Max OS 0.3
Loading...
Searching...
No Matches
multiboot_tag_elf_sections Struct Reference

A tag containing information about the ELF sections of the OS image. More...

#include <multiboot.h>

Public Attributes

multiboot_uint32_t type
 *copydoc multiboot_tag::type
 
multiboot_uint32_t size
 *copydoc multiboot_tag::size
 
multiboot_uint32_t num
 The number of section headers.
 
multiboot_uint32_t entsize
 The size of each section header.
 
multiboot_uint32_t shndx
 The section header string table index.
 
char sections [0]
 The section headers.
 

Detailed Description

A tag containing information about the ELF sections of the OS image.

Definition at line 379 of file multiboot.h.

Member Data Documentation

◆ entsize

multiboot_uint32_t multiboot_tag_elf_sections::entsize

The size of each section header.

Definition at line 383 of file multiboot.h.

◆ num

multiboot_uint32_t multiboot_tag_elf_sections::num

The number of section headers.

Definition at line 382 of file multiboot.h.

◆ sections

char multiboot_tag_elf_sections::sections[0]

The section headers.

Definition at line 385 of file multiboot.h.

◆ shndx

multiboot_uint32_t multiboot_tag_elf_sections::shndx

The section header string table index.

Definition at line 384 of file multiboot.h.

◆ size

multiboot_uint32_t multiboot_tag_elf_sections::size

*copydoc multiboot_tag::size

Definition at line 381 of file multiboot.h.

◆ type

multiboot_uint32_t multiboot_tag_elf_sections::type

*copydoc multiboot_tag::type

Definition at line 380 of file multiboot.h.


The documentation for this struct was generated from the following file: