Go to the source code of this file.
◆ ELFSECT_FLAGS_ALLOC
#define ELFSECT_FLAGS_ALLOC (1 << 1) |
◆ ELFSECT_FLAGS_EXEC
#define ELFSECT_FLAGS_EXEC (1 << 2) |
◆ ELFSECT_FLAGS_TLS
#define ELFSECT_FLAGS_TLS (1 << 10) |
◆ ELFSECT_FLAGS_WRITE
#define ELFSECT_FLAGS_WRITE (1 << 0) |
◆ ELFSECT_IDX_ABS
#define ELFSECT_IDX_ABS 0xfff1 |
◆ ELFSYM_BIND
◆ ELFSYM_INFO
◆ ELFSYM_TYPE
◆ ir_elf_header
◆ ir_elf_sectheader
typedef struct ir_elf_sectheader ir_elf_sectheader |
◆ ir_elf_symbol
typedef struct ir_elf_symbol ir_elf_symbol |
◆ anonymous enum
Enumerator |
---|
ELFSYM_TYPE_DATA | |
ELFSYM_TYPE_FUNC | |
ELFSYM_TYPE_FILE | |
Definition at line 90 of file ir_elf.h.
◆ anonymous enum
Enumerator |
---|
ELFSECT_TYPE_PROGBITS | |
ELFSECT_TYPE_SYMTAB | |
ELFSECT_TYPE_STRTAB | |
ELFSECT_TYPE_NOBITS | |
ELFSECT_TYPE_DYNSYM | |
Definition at line 55 of file ir_elf.h.
◆ anonymous enum
Enumerator |
---|
ELFSYM_BIND_LOCAL | |
ELFSYM_BIND_GLOBAL | |
Definition at line 96 of file ir_elf.h.