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

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

#include <elf.h>

Data Fields

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

Detailed Description

Symbol table entry(64-bit)

Field Documentation

◆ st_info

unsigned char elf64_sym::st_info

Symbol binding and type information.

◆ st_name

elf64_word elf64_sym::st_name

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

◆ st_other

unsigned char elf64_sym::st_other

Symbol visibility.

◆ st_shndx

elf64_half elf64_sym::st_shndx

Symbols related section given by section header index.

◆ st_size

elf64_xword elf64_sym::st_size

Size of the symbol.

◆ st_value

elf64_addr elf64_sym::st_value

Value or location of the symbol.


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