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

#include <elf.h>

Data Fields

uint32_t st_name
 
uint8_t st_info
 
uint8_t st_other
 
uint16_t st_shndx
 
uint64_t st_value
 
uint64_t st_size
 

Detailed Description

Definition at line 63 of file elf.h.

Field Documentation

◆ st_info

uint8_t Elf64_Sym::st_info

Definition at line 65 of file elf.h.

◆ st_name

uint32_t Elf64_Sym::st_name

Definition at line 64 of file elf.h.

Referenced by elf_find_symbol(), elf_get_symbol(), elf_gnu_lookup(), elf_relocate_rel(), and INIT().

◆ st_other

uint8_t Elf64_Sym::st_other

Definition at line 66 of file elf.h.

◆ st_shndx

uint16_t Elf64_Sym::st_shndx

Definition at line 67 of file elf.h.

◆ st_size

uint64_t Elf64_Sym::st_size

Definition at line 69 of file elf.h.

Referenced by elf_relocate_rel().

◆ st_value

uint64_t Elf64_Sym::st_value

Definition at line 68 of file elf.h.

Referenced by elf_find_symbol(), elf_get_symbol(), and elf_relocate_rel().


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