GEL  0.99
gel_sect_info_t Struct Reference

#include <gel/sect.h>

Data Fields

gel_file_tcontainer
 
char * name
 
u32_t type
 
vaddr_t vaddr
 
u32_t offset
 
u32_t size
 
u32_t flags
 
u32_t link
 
u32_t info
 

Detailed Description

This is used to get back information about a section using gel_sect_info() function.

Field Documentation

◆ container

gel_sect_info_t::container

File containing the section.

◆ flags

gel_sect_info_t::flags

Flags about the section (a combination of SHF_XX).

◆ info

gel_sect_info_t::info

Extra information depending on the section type (st_info in ELF specification).

◆ link

gel_sect_info_t::link

Link to another section (st_link in ELF specification).

◆ name

gel_sect_info_t::name

Section name.

◆ offset

gel_sect_info_t::offset

Offset in the ELF file to retrieve content.

◆ size

gel_sect_info_t::size

Size of the content of the section.

◆ type

gel_sect_info_t::type

Section type as defined in ELF specification (one of SHT_XXX constants).

◆ vaddr

gel_sect_info_t::vaddr

Section virtual address as defined in ELF specification.


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