GEL  0.99
Block Management

Typedefs

typedef struct gel_block_info_t gel_block_info_t
 

Functions

int gel_block_infos (gel_block_t *b, gel_block_info_t *bi)
 

Detailed Description

#include <gel/image.h>

This functions allows to access blocks, that is, the program bits including code and data part of the execution built image.

Typedef Documentation

◆ gel_block_info_t

Public information of a block. Provided by the function gel_block_infos() .

Function Documentation

◆ gel_block_infos()

int gel_block_infos ( gel_block_t b,
gel_block_info_t bi 
)

Get back public information about an image block. Got information remains valid until the image object or the matching file object is removed.

Parameters
bBlock to get information for.
biData to store information in.
Returns
Error code (0 for success, -1 for error – error code in gel_errno)