Rizin
unix-like reverse engineering framework and cli tools
|
#include <omf.h>
Public Attributes | |
ut32 | name_idx |
ut64 | size |
ut8 | bits |
ut64 | vaddr |
OMF_data * | data |
ut8 OMF_segment::bits |
Definition at line 37 of file omf.h.
Referenced by load_omf_segdef(), and rz_bin_omf_get_bits().
OMF_data* OMF_segment::data |
Definition at line 39 of file omf.h.
Referenced by free_all_omf_sections(), get_omf_data_info(), test_group_name.GroupTest::run(), rz_bin_omf_get_entry(), and rz_bin_omf_get_paddr_sym().
ut32 OMF_segment::name_idx |
Definition at line 35 of file omf.h.
Referenced by load_omf_segdef().
ut64 OMF_segment::size |
Definition at line 36 of file omf.h.
Referenced by get_omf_section_info(), and load_omf_segdef().
ut64 OMF_segment::vaddr |
Definition at line 38 of file omf.h.
Referenced by get_omf_section_info(), rz_bin_omf_get_entry(), and rz_bin_omf_get_vaddr_sym().