Rizin
unix-like reverse engineering framework and cli tools
|
#include <le_specs.h>
Public Attributes | |
ut32 | virtual_size |
ut32 | reloc_base_addr |
ut32 | flags |
ut32 | page_tbl_idx |
ut32 | page_tbl_entries |
ut32 | reserved |
Definition at line 133 of file le_specs.h.
ut32 LE_object_entry_s::flags |
Definition at line 136 of file le_specs.h.
Referenced by cmd_descs_generate.Arg::__str__(), and rz_bin_le_new_buf().
ut32 LE_object_entry_s::page_tbl_entries |
Definition at line 138 of file le_specs.h.
Referenced by rz_bin_le_new_buf().
ut32 LE_object_entry_s::page_tbl_idx |
Definition at line 137 of file le_specs.h.
Referenced by rz_bin_le_new_buf().
ut32 LE_object_entry_s::reloc_base_addr |
Definition at line 135 of file le_specs.h.
Referenced by rz_bin_le_new_buf().
ut32 LE_object_entry_s::reserved |
Definition at line 139 of file le_specs.h.
Referenced by rz_bin_le_new_buf().
ut32 LE_object_entry_s::virtual_size |
Definition at line 134 of file le_specs.h.
Referenced by rz_bin_le_new_buf().