IBNOS
Public Attributes | List of all members
elfHeader Struct Reference

#include <elf.h>

Public Attributes

uint8_t ident [ELF_NIDENT]
 
uint16_t type
 
uint16_t machine
 
uint32_t version
 
uint32_t entry
 
uint32_t phoff
 
uint32_t shoff
 
uint32_t flags
 
uint16_t ehsize
 
uint16_t phentsize
 
uint16_t phnum
 
uint16_t shentsize
 
uint16_t shnum
 
uint16_t shstrndx
 

Detailed Description

Definition at line 131 of file elf.h.

Member Data Documentation

◆ ehsize

uint16_t elfHeader::ehsize

Definition at line 141 of file elf.h.

◆ entry

uint32_t elfHeader::entry

Definition at line 137 of file elf.h.

◆ flags

uint32_t elfHeader::flags

Definition at line 140 of file elf.h.

◆ ident

uint8_t elfHeader::ident[ELF_NIDENT]

Definition at line 133 of file elf.h.

◆ machine

uint16_t elfHeader::machine

Definition at line 135 of file elf.h.

◆ phentsize

uint16_t elfHeader::phentsize

Definition at line 142 of file elf.h.

◆ phnum

uint16_t elfHeader::phnum

Definition at line 143 of file elf.h.

◆ phoff

uint32_t elfHeader::phoff

Definition at line 138 of file elf.h.

◆ shentsize

uint16_t elfHeader::shentsize

Definition at line 144 of file elf.h.

◆ shnum

uint16_t elfHeader::shnum

Definition at line 145 of file elf.h.

◆ shoff

uint32_t elfHeader::shoff

Definition at line 139 of file elf.h.

◆ shstrndx

uint16_t elfHeader::shstrndx

Definition at line 146 of file elf.h.

◆ type

uint16_t elfHeader::type

Definition at line 134 of file elf.h.

◆ version

uint32_t elfHeader::version

Definition at line 136 of file elf.h.


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