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: include/deemon/module.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -529,6 +529,7 @@ struct Dee_module_object {
529
529
#defineDee_MODULE_FNOSERIAL 0x0008 /* [const] Indicates that this module could not be serialized during compilation, meaning that anything that depends on it can't be serialized, either. */
530
530
#defineDee_MODULE_FABSRED 0x0100 /* [lock(ATOMIC)] is-red-bit for `mo_absnode' */
531
531
#defineDee_MODULE_FADRRED 0x0200 /* [lock(ATOMIC)] is-red-bit for `mo_adrnode' */
532
+
#define_Dee_MODULE_FNOADDR 0x2000 /* [const] Used for dex modules: "mo_minaddr" and "mo_maxaddr" may not be right. Internally, `dex_byaddr_tree' is used instead of `module_byaddr_tree' */
532
533
#define_Dee_MODULE_FLIBALL 0x4000 /* [lock(ATOMIC)] Used internally by `DeeModule_GetLibName()' */
533
534
#define_Dee_MODULE_FCLEARED 0x8000 /* [lock(ATOMIC)] Used internally by `DeeModule_ClearDexModuleCaches()' */
534
535
uint16_tmo_flags; /* Module flags (Set of `Dee_MODULE_F*') */
0 commit comments