|
GEL
0.99
|
#include <gel/sect.h>
Data Fields | |
| gel_file_t * | container |
| char * | name |
| u32_t | type |
| vaddr_t | vaddr |
| u32_t | offset |
| u32_t | size |
| u32_t | flags |
| u32_t | link |
| u32_t | info |
This is used to get back information about a section using gel_sect_info() function.
| gel_sect_info_t::container |
File containing the section.
| gel_sect_info_t::flags |
Flags about the section (a combination of SHF_XX).
| gel_sect_info_t::info |
Extra information depending on the section type (st_info in ELF specification).
| gel_sect_info_t::link |
Link to another section (st_link in ELF specification).
| gel_sect_info_t::name |
Section name.
| gel_sect_info_t::offset |
Offset in the ELF file to retrieve content.
| gel_sect_info_t::size |
Size of the content of the section.
| gel_sect_info_t::type |
Section type as defined in ELF specification (one of SHT_XXX constants).
| gel_sect_info_t::vaddr |
Section virtual address as defined in ELF specification.