|
GEL
0.99
|
#include <assert.h>#include <sys/types.h>#include <unistd.h>#include <stdlib.h>#include <gel/sect.h>#include <gel/gel_elf.h>#include <gel/error.h>#include "gel_types_private.h"#include "gel_base_private.h"#include "gel_mem.h"Functions | |
| int | gel_sect_load (gel_sect_t *s, raddr_t addr) |
| void | gel_kill_sect (gel_sect_t *s) |
| gel_sect_t * | gel_getsectbyidx (gel_file_t *e, u16_t idx) |
| gel_sect_t * | gel_getsectbyname (gel_file_t *e, char *sectname) |
| int | gel_sect_infos (gel_sect_t *e, gel_sect_info_t *si) |
| void gel_kill_sect | ( | gel_sect_t * | s | ) |
Delete a section.
| s | Section to delete. |