#include <gel/common.h>
#include <gel/types.h>
#include <gel/util.h>
Go to the source code of this file.
◆ GEL_OPEN_QUIET
| #define GEL_OPEN_QUIET 0x00000002 |
◆ gel_file_info_t
◆ gel_sym_iter_t
◆ gel_file_endianness()
Get the endianness of the given file.
- Parameters
-
| file | File to look endianness in. |
- Returns
- One of GEL_BIG_ENDIAN and GEL_LITTLE_ENDIAN.
◆ gel_file_infos()
Extract public data from the GEL file descriptor. These data becomes invalid if the GEL file is closed.
- Parameters
-
| e | File descriptor. |
| fi | Result of the call, that is, GEL file information. |
- Returns
- 0 for success, -1 for failure (error code in gel_errno).
- Deprecated:
- Information is already accessible from the gel_file_t descriptor.