KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
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. Holds no meaning.
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

uint8 elf_sym_t::info

Symbol type and binding.

uint32 elf_sym_t::name

Index into file's string table.

uint8 elf_sym_t::other

0. Holds no meaning.

uint16 elf_sym_t::shndx

Section index.

uint32 elf_sym_t::size

Size of the symbol.

uint32 elf_sym_t::value

Value of the symbol.


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