Rizin
unix-like reverse engineering framework and cli tools
|
#include <z80asm.h>
Public Attributes | |
const char * | name |
struct includedir * | dir |
FILE * | file |
int | line |
int | shouldclose |
struct label * | labels |
struct macro * | macro |
struct macro_line * | macro_line |
char ** | macro_args |
struct includedir* stack::dir |
Definition at line 142 of file z80asm.h.
Referenced by printerr().
int stack::line |
Definition at line 144 of file z80asm.h.
Referenced by assemble(), and printerr().
struct macro_line* stack::macro_line |
const char* stack::name |
Definition at line 141 of file z80asm.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Detail::get_detail_entries_cname(), printerr(), test_group_name.GroupTest::run(), and cmd_descs_generate.CmdDesc::str_tab().