Rizin
unix-like reverse engineering framework and cli tools
|
#include <ne_specs.h>
Public Attributes | |
ut8 | type |
ut8 | flags |
ut16 | offset |
union { | |
ut16 index | |
struct { | |
ut8 segnum | |
ut8 zero | |
ut16 segoff | |
} | |
struct { | |
ut16 ignore | |
ut16 entry_ordinal | |
} | |
struct { | |
ut16 align1 | |
ut16 func_ord | |
} | |
struct { | |
ut16 align2 | |
ut16 name_off | |
} | |
}; | |
Definition at line 24 of file ne_specs.h.
union { ... } |
ut16 _RELOC::align1 |
Definition at line 40 of file ne_specs.h.
ut16 _RELOC::align2 |
Definition at line 44 of file ne_specs.h.
ut16 _RELOC::entry_ordinal |
Definition at line 37 of file ne_specs.h.
Referenced by rz_bin_ne_get_relocs().
ut8 _RELOC::flags |
Definition at line 26 of file ne_specs.h.
Referenced by cmd_descs_generate.Arg::__str__(), and rz_bin_ne_get_relocs().
ut16 _RELOC::func_ord |
Definition at line 41 of file ne_specs.h.
Referenced by rz_bin_ne_get_relocs().
ut16 _RELOC::ignore |
Definition at line 36 of file ne_specs.h.
ut16 _RELOC::index |
Definition at line 29 of file ne_specs.h.
Referenced by rz_bin_ne_get_relocs().
ut16 _RELOC::name_off |
Definition at line 45 of file ne_specs.h.
Referenced by rz_bin_ne_get_relocs().
ut16 _RELOC::offset |
Definition at line 27 of file ne_specs.h.
Referenced by rz_bin_ne_get_relocs().
ut8 _RELOC::segnum |
Definition at line 31 of file ne_specs.h.
Referenced by rz_bin_ne_get_relocs().
ut16 _RELOC::segoff |
Definition at line 33 of file ne_specs.h.
Referenced by rz_bin_ne_get_relocs().
ut8 _RELOC::type |
Definition at line 25 of file ne_specs.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Arg::decl(), cmd_descs_generate.Arg::get_cstructure(), cmd_descs_generate.CmdDesc::get_handler_cname(), and rz_bin_ne_get_relocs().
ut8 _RELOC::zero |
Definition at line 32 of file ne_specs.h.