Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Symbol table entry(32-bit) More...

#include <elf.h>

Data Fields

elf32_word st_name
 Name of the symbol as an index into the symbol string table.
 
elf32_addr st_value
 Value or location of the symbol.
 
elf32_word st_size
 Size of the symbol.
 
unsigned char st_info
 Symbol binding and type information.
 
unsigned char st_other
 Symbol visibility.
 
elf32_half st_shndx
 Symbols related section given by section header index.
 

Detailed Description

Symbol table entry(32-bit)

Field Documentation

◆ st_info

unsigned char elf32_sym::st_info

Symbol binding and type information.

◆ st_name

elf32_word elf32_sym::st_name

Name of the symbol as an index into the symbol string table.

◆ st_other

unsigned char elf32_sym::st_other

Symbol visibility.

◆ st_shndx

elf32_half elf32_sym::st_shndx

Symbols related section given by section header index.

◆ st_size

elf32_word elf32_sym::st_size

Size of the symbol.

◆ st_value

elf32_addr elf32_sym::st_value

Value or location of the symbol.


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