Rizin
unix-like reverse engineering framework and cli tools
|
#include <omf.h>
Public Attributes | |
ut8 | bits |
char ** | names |
ut32 | nb_name |
OMF_segment ** | sections |
ut32 | nb_section |
OMF_symbol ** | symbols |
ut32 | nb_symbol |
OMF_record_handler * | records |
char** rz_bin_omf_obj::names |
Definition at line 50 of file omf.h.
Referenced by cpy_omf_names(), free_all_omf_names(), get_omf_infos(), rz_bin_free_all_omf_obj(), and rz_bin_omf_send_sections().
ut32 rz_bin_omf_obj::nb_name |
Definition at line 51 of file omf.h.
Referenced by get_omf_infos(), and rz_bin_omf_send_sections().
ut32 rz_bin_omf_obj::nb_section |
Definition at line 53 of file omf.h.
Referenced by get_omf_data_info(), get_omf_infos(), rz_bin_omf_get_entry(), rz_bin_omf_get_paddr_sym(), and rz_bin_omf_get_vaddr_sym().
ut32 rz_bin_omf_obj::nb_symbol |
Definition at line 55 of file omf.h.
Referenced by get_omf_infos().
OMF_record_handler* rz_bin_omf_obj::records |
Definition at line 56 of file omf.h.
Referenced by count_omf_multi_record_type(), count_omf_record_type(), cpy_omf_names(), free_all_omf_records(), get_omf_data_info(), get_omf_section_info(), get_omf_symbol_info(), load_all_omf_records(), and rz_bin_free_all_omf_obj().
OMF_segment** rz_bin_omf_obj::sections |
Definition at line 52 of file omf.h.
Referenced by free_all_omf_sections(), get_omf_data_info(), get_omf_infos(), get_omf_section_info(), rz_bin_free_all_omf_obj(), rz_bin_omf_get_bits(), rz_bin_omf_get_entry(), rz_bin_omf_get_paddr_sym(), rz_bin_omf_get_vaddr_sym(), and sections().
OMF_symbol** rz_bin_omf_obj::symbols |
Definition at line 54 of file omf.h.
Referenced by free_all_omf_symbols(), get_omf_infos(), get_omf_symbol_info(), rz_bin_free_all_omf_obj(), and rz_bin_omf_get_entry().