FFmpeg
Data Fields
RasmContext Struct Reference

#include <rasm.h>

Data Fields

RasmEntryentries
 
int num_entries
 
char ** labels
 
int num_labels
 
RasmNodecurrent_node
 
char * comment_next
 
int error
 

Detailed Description

Definition at line 184 of file rasm.h.

Field Documentation

◆ entries

RasmEntry* RasmContext::entries

Definition at line 185 of file rasm.h.

Referenced by rasm_free(), rasm_func_begin(), and rasm_print().

◆ num_entries

int RasmContext::num_entries

Definition at line 186 of file rasm.h.

Referenced by rasm_free(), rasm_func_begin(), and rasm_print().

◆ labels

char** RasmContext::labels

◆ num_labels

int RasmContext::num_labels

Definition at line 188 of file rasm.h.

Referenced by rasm_free(), rasm_new_label(), and rasm_print().

◆ current_node

RasmNode* RasmContext::current_node

Definition at line 189 of file rasm.h.

Referenced by add_node(), rasm_annotate(), rasm_get_current_node(), and rasm_set_current_node().

◆ comment_next

char* RasmContext::comment_next

Definition at line 190 of file rasm.h.

Referenced by rasm_add_insn(), rasm_annotate_next(), and rasm_free().

◆ error

int RasmContext::error

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