|
FFmpeg
|
#include <rasm.h>
Data Fields | |
| RasmEntry * | entries |
| int | num_entries |
| char ** | labels |
| int | num_labels |
| RasmNode * | current_node |
| char * | comment_next |
| int | error |
| RasmEntry* RasmContext::entries |
Definition at line 185 of file rasm.h.
Referenced by rasm_free(), rasm_func_begin(), and rasm_print().
| int RasmContext::num_entries |
Definition at line 186 of file rasm.h.
Referenced by rasm_free(), rasm_func_begin(), and rasm_print().
| char** RasmContext::labels |
Definition at line 187 of file rasm.h.
Referenced by print_node_label(), print_op_label(), rasm_add_func(), rasm_free(), rasm_new_label(), and rasm_print().
| int RasmContext::num_labels |
Definition at line 188 of file rasm.h.
Referenced by rasm_free(), rasm_new_label(), and rasm_print().
| 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().
| char* RasmContext::comment_next |
Definition at line 190 of file rasm.h.
Referenced by rasm_add_insn(), rasm_annotate_next(), and rasm_free().
| int RasmContext::error |
Definition at line 191 of file rasm.h.
Referenced by add_node(), asmgen(), rasm_add_comment(), rasm_add_directive(), rasm_annotate(), rasm_annotate_next(), rasm_func_begin(), rasm_new_label(), and rasm_print().
1.8.17