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

#include <emit_internals.h>

Collaboration diagram for emit_relocation:
[legend]

Public Attributes

char * symbol_name
 
char * section_name
 
uint64_t offset
 
uint8_t size
 
uint8_t inst_size
 
bool is_pc_relative
 
struct emit_relocationnext
 

Member Data Documentation

◆ inst_size

uint8_t emit_relocation::inst_size

◆ is_pc_relative

bool emit_relocation::is_pc_relative

◆ next

struct emit_relocation* emit_relocation::next

◆ offset

uint64_t emit_relocation::offset

◆ section_name

char* emit_relocation::section_name

◆ size

uint8_t emit_relocation::size

◆ symbol_name

char* emit_relocation::symbol_name

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