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

#include <emit_internals.h>

Collaboration diagram for emit_symbol:
[legend]

Public Attributes

char * name
 
bool is_defined
 
bool is_function
 
emit_section_tsection
 
uint64_t value
 
struct emit_symbolnext
 

Member Data Documentation

◆ is_defined

bool emit_symbol::is_defined

◆ is_function

bool emit_symbol::is_function

◆ name

char* emit_symbol::name

◆ next

struct emit_symbol* emit_symbol::next

◆ section

emit_section_t* emit_symbol::section

◆ value

uint64_t emit_symbol::value

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