KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
elf_sym_t Struct Reference

Symbol table entry. More...

#include <kos/elf.h>

Data Fields

uint32 name
 Index into file's string table.
 
uint32 value
 Value of the symbol.
 
uint32 size
 Size of the symbol.
 
uint8 info
 Symbol type and binding.
 
uint8 other
 0.
 
uint16 shndx
 Section index.
 

Detailed Description

Symbol table entry.

This structure represents a single entry in a symbol table in an ELF file.

Field Documentation

◆ info

uint8 elf_sym_t::info

Symbol type and binding.

◆ name

uint32 elf_sym_t::name

Index into file's string table.

◆ other

uint8 elf_sym_t::other

0.

Holds no meaning.

◆ shndx

uint16 elf_sym_t::shndx

Section index.

◆ size

uint32 elf_sym_t::size

Size of the symbol.

◆ value

uint32 elf_sym_t::value

Value of the symbol.


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