|
infix
A JIT-Powered FFI Library for C
|
#include <emit_internals.h>
Public Attributes | |
| char * | symbol_name |
| char * | section_name |
| uint64_t | offset |
| uint8_t | size |
| uint8_t | inst_size |
| bool | is_pc_relative |
| struct emit_relocation * | next |
| uint8_t emit_relocation::inst_size |
| bool emit_relocation::is_pc_relative |
| struct emit_relocation* emit_relocation::next |
| uint64_t emit_relocation::offset |
| char* emit_relocation::section_name |
| uint8_t emit_relocation::size |
| char* emit_relocation::symbol_name |