|
GEL
0.99
|
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) |
This functions allows to access blocks, that is, the program bits including code and data part of the execution built image.
Public information of a block. Provided by the function 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.
| b | Block to get information for. |
| bi | Data to store information in. |