infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
emit_context Struct Reference

#include <emit_internals.h>

Collaboration diagram for emit_context:
[legend]

Public Attributes

emit_architecture_t arch
 
emit_format_t format
 
emit_state_t state
 
emit_section_tsections
 
emit_section_tcurrent_section
 
emit_symbol_tsymbols
 
emit_relocation_trelocations
 
void * binary_spec
 
char * current_block_name
 
int section_count
 

Member Data Documentation

◆ arch

emit_architecture_t emit_context::arch

◆ binary_spec

void* emit_context::binary_spec

◆ current_block_name

char* emit_context::current_block_name

◆ current_section

emit_section_t* emit_context::current_section

◆ format

emit_format_t emit_context::format

◆ relocations

emit_relocation_t* emit_context::relocations

◆ section_count

int emit_context::section_count

◆ sections

emit_section_t* emit_context::sections

◆ state

emit_state_t emit_context::state

◆ symbols

emit_symbol_t* emit_context::symbols

The documentation for this struct was generated from the following file: