|
infix
A JIT-Powered FFI Library for C
|
#include <emit_internals.h>
Public Attributes | |
| char * | name |
| bool | is_defined |
| bool | is_function |
| emit_section_t * | section |
| uint64_t | value |
| struct emit_symbol * | next |
| bool emit_symbol::is_defined |
| bool emit_symbol::is_function |
| char* emit_symbol::name |
| struct emit_symbol* emit_symbol::next |
| emit_section_t* emit_symbol::section |
| uint64_t emit_symbol::value |