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