Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
Elf64_Shdr Struct Reference

#include <elf.h>

Data Fields

uint32_t sh_name
 
uint32_t sh_type
 
uint64_t sh_flags
 
uint64_t sh_addr
 
uint64_t sh_offset
 
uint64_t sh_size
 
uint32_t sh_link
 
uint32_t sh_info
 
uint64_t sh_addralign
 
uint64_t sh_entsize
 

Detailed Description

Definition at line 50 of file elf.h.

Field Documentation

◆ sh_addr

uint64_t Elf64_Shdr::sh_addr

Definition at line 54 of file elf.h.

Referenced by elf_call_init_array(), and elf_section_map_all().

◆ sh_addralign

uint64_t Elf64_Shdr::sh_addralign

Definition at line 59 of file elf.h.

◆ sh_entsize

uint64_t Elf64_Shdr::sh_entsize

Definition at line 60 of file elf.h.

◆ sh_flags

uint64_t Elf64_Shdr::sh_flags

Definition at line 53 of file elf.h.

◆ sh_info

uint32_t Elf64_Shdr::sh_info

Definition at line 58 of file elf.h.

◆ sh_link

uint32_t Elf64_Shdr::sh_link

Definition at line 57 of file elf.h.

◆ sh_name

uint32_t Elf64_Shdr::sh_name

Definition at line 51 of file elf.h.

Referenced by elf_section_map_all().

◆ sh_offset

uint64_t Elf64_Shdr::sh_offset

Definition at line 55 of file elf.h.

Referenced by elf_gnu_hash_parse(), elf_section_map_all(), and INIT().

◆ sh_size

uint64_t Elf64_Shdr::sh_size

Definition at line 56 of file elf.h.

Referenced by elf_call_init_array(), elf_section_map_all(), and INIT().

◆ sh_type

uint32_t Elf64_Shdr::sh_type

Definition at line 52 of file elf.h.

Referenced by elf_section_map_all().


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