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_t name
 Index into file's string table.
 
uint32_t value
 Value of the symbol.
 
uint32_t size
 Size of the symbol.
 
uint8_t info
 Symbol type and binding.
 
uint8_t other
 0.
 
uint16_t 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_t elf_sym_t::info

Symbol type and binding.

◆ name

uint32_t elf_sym_t::name

Index into file's string table.

◆ other

uint8_t elf_sym_t::other

0.

Holds no meaning.

◆ shndx

uint16_t elf_sym_t::shndx

Section index.

◆ size

uint32_t elf_sym_t::size

Size of the symbol.

◆ value

uint32_t elf_sym_t::value

Value of the symbol.


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