Rizin
unix-like reverse engineering framework and cli tools
|
#include <class_attribute.h>
Definition at line 99 of file class_attribute.h.
ModuleExport* java_attribute_module_t::exports |
Definition at line 108 of file class_attribute.h.
Referenced by java_attribute_free(), and java_attribute_set_module().
ut16 java_attribute_module_t::exports_count |
Definition at line 107 of file class_attribute.h.
Referenced by java_attribute_free(), and java_attribute_set_module().
ut16 java_attribute_module_t::module_flags |
Definition at line 101 of file class_attribute.h.
Referenced by java_attribute_set_module().
ut16 java_attribute_module_t::module_name_index |
Definition at line 100 of file class_attribute.h.
Referenced by java_attribute_set_module().
ut16 java_attribute_module_t::module_version_index |
Definition at line 102 of file class_attribute.h.
Referenced by java_attribute_set_module().
ModuleOpen* java_attribute_module_t::opens |
Definition at line 111 of file class_attribute.h.
Referenced by java_attribute_free(), and java_attribute_set_module().
ut16 java_attribute_module_t::opens_count |
Definition at line 110 of file class_attribute.h.
Referenced by java_attribute_free(), and java_attribute_set_module().
ModuleProvide* java_attribute_module_t::provides |
Definition at line 117 of file class_attribute.h.
Referenced by java_attribute_free(), and java_attribute_set_module().
ut16 java_attribute_module_t::provides_count |
Definition at line 116 of file class_attribute.h.
Referenced by java_attribute_free(), and java_attribute_set_module().
ModuleRequire* java_attribute_module_t::requires |
Definition at line 105 of file class_attribute.h.
Referenced by java_attribute_free(), and java_attribute_set_module().
ut16 java_attribute_module_t::requires_count |
Definition at line 104 of file class_attribute.h.
Referenced by java_attribute_set_module().
ut16 java_attribute_module_t::uses_count |
Definition at line 113 of file class_attribute.h.
Referenced by java_attribute_set_module().
ut16* java_attribute_module_t::uses_index |
Definition at line 114 of file class_attribute.h.
Referenced by java_attribute_free(), and java_attribute_set_module().