My Kernel v0.1.0
elf32_sym Struct Reference

Symbol table entry. More...

#include <elf32.h>

Data Fields

elf32_word st_name
 Symbol name's offset inside the symbol string table.
 
elf32_addr st_value
 Can be an absolute value, address, etc (context)
 
elf32_word st_size
 Data object's size (if any)
 
unsigned char st_info
 Symbol's type and binding attributes.
 
unsigned char st_other
 No meaning. Always 0.
 
elf32_half st_shndx
 Index of the section containing the symbol.
 

Detailed Description

A symbol table is a section with an sh_type of SHT_SYMTAB.


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