Zephyr API 3.6.99
|
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. | |
Symbol table entry(32-bit)
unsigned char elf32_sym::st_info |
Symbol binding and type information.
elf32_word elf32_sym::st_name |
Name of the symbol as an index into the symbol string table.
unsigned char elf32_sym::st_other |
Symbol visibility.
elf32_half elf32_sym::st_shndx |
Symbols related section given by section header index.
elf32_word elf32_sym::st_size |
Size of the symbol.
elf32_addr elf32_sym::st_value |
Value or location of the symbol.