GEL  0.99
gel_sym_info_t Struct Reference

#include <gel/sym.h>

Data Fields

gel_file_tcontainer
 
gel_block_tblockcont
 
u32_t type
 
vaddr_t vaddr
 
raddr_t raddr
 
u16_t sect
 
char * name
 
u8_t info
 
u32_t size
 

Field Documentation

◆ blockcont

gel_sym_info_t::blockcont

Image block the symbol is in.

◆ container

gel_sym_info_t::container

Contained file.

◆ info

gel_sym_info_t::info

Symbol information as in the ELF specification, constants ELF32_ST_XXX.

◆ name

gel_sym_info_t::name

Name of the symbol.

◆ raddr

gel_sym_info_t::raddr

Real addres of the symbol (in the current memory).

◆ sect

gel_sym_info_t::sect

Number of section containing the symbol.

◆ size

gel_sym_info_t::size

Size of the symbol.

◆ type

gel_sym_info_t::type

Type of the symbol. Constants ELF32_STT_XXX in the ELF specification.

◆ vaddr

gel_sym_info_t::vaddr

Value of the symbol. If the symbolis an object or code, this is the virtual address of the symbol.


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