You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/loader/source/loader_impl.c
+46-15Lines changed: 46 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ struct loader_handle_impl_type
99
99
loader_handlemodule; /* Pointer to the implementation handle, provided by the loader, it is its internal representation */
100
100
contextctx; /* Contains the objects, classes and functions loaded in the handle */
101
101
intpopulated; /* If it is populated (0), the handle context is also stored in loader context (global scope), otherwise it is private */
102
+
vectorpopulated_handles; /* Vector containing all the references to which this handle has been populated into, it is necessary for detach the symbols when destroying (used in load_from_* when passing an input parameter) */
0 commit comments