mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 05:25:04 +08:00
construct module symbol table
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1053 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -392,6 +392,13 @@ struct rt_module
|
||||
rt_list_t module_page; /* module using page */
|
||||
void* page_node_pool;
|
||||
|
||||
/* module symbol table */
|
||||
rt_uint32_t nsym;
|
||||
struct rt_module_symtab *symtab;
|
||||
|
||||
/* reference count */
|
||||
rt_uint32_t nref;
|
||||
|
||||
/* object in this module, module object is the last basic object type */
|
||||
struct rt_object_information module_object[RT_Object_Class_Module];
|
||||
};
|
||||
|
Reference in New Issue
Block a user