|
GEL
0.99
|
#include <gel/sym.h>
Data Fields | |
| gel_file_t * | container |
| gel_block_t * | blockcont |
| u32_t | type |
| vaddr_t | vaddr |
| raddr_t | raddr |
| u16_t | sect |
| char * | name |
| u8_t | info |
| u32_t | size |
| gel_sym_info_t::blockcont |
Image block the symbol is in.
| gel_sym_info_t::container |
Contained file.
| gel_sym_info_t::info |
Symbol information as in the ELF specification, constants ELF32_ST_XXX.
| gel_sym_info_t::name |
Name of the symbol.
| gel_sym_info_t::raddr |
Real addres of the symbol (in the current memory).
| gel_sym_info_t::sect |
Number of section containing the symbol.
| gel_sym_info_t::size |
Size of the symbol.
| gel_sym_info_t::type |
Type of the symbol. Constants ELF32_STT_XXX in the ELF specification.
| gel_sym_info_t::vaddr |
Value of the symbol. If the symbolis an object or code, this is the virtual address of the symbol.