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

#include <elf.h>

Data Fields

Elf64_Shdrsymtab
 
Elf64_Shdrstrtab
 
Elf64_Shdrgotplt
 
Elf64_Shdrgot
 
Elf64_Shdrgnuhash
 
Elf64_Shdrinit_aray
 
Elf64_Shdrfini_aray
 

Detailed Description

Definition at line 278 of file elf.h.

Field Documentation

◆ fini_aray

Elf64_Shdr* elf_section_map::fini_aray

Definition at line 285 of file elf.h.

◆ gnuhash

Elf64_Shdr* elf_section_map::gnuhash

Definition at line 283 of file elf.h.

Referenced by execve(), and proccess_elf().

◆ got

Elf64_Shdr* elf_section_map::got

Definition at line 282 of file elf.h.

◆ gotplt

Elf64_Shdr* elf_section_map::gotplt

Definition at line 281 of file elf.h.

◆ init_aray

Elf64_Shdr* elf_section_map::init_aray

Definition at line 284 of file elf.h.

◆ strtab

Elf64_Shdr* elf_section_map::strtab

Definition at line 280 of file elf.h.

Referenced by INIT().

◆ symtab

Elf64_Shdr* elf_section_map::symtab

Definition at line 279 of file elf.h.

Referenced by INIT().


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