Home
last modified time | relevance | path

Searched refs:MP_SCOPE_FLAG_VIPERRELOC (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime0.h39 #define MP_SCOPE_FLAG_VIPERRELOC (0x10) // used only when loading viper from .mpy macro
A Dpersistentcode.c515 void *opt_ri = (prelude.scope_flags & MP_SCOPE_FLAG_VIPERRELOC) ? &ri : NULL; in load_raw_code()
518 if (prelude.scope_flags & MP_SCOPE_FLAG_VIPERRELOC) { in load_raw_code()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy_ld.py48 MP_SCOPE_FLAG_VIPERRELOC = 0x10 variable
937 scope_flags = MP_SCOPE_FLAG_VIPERRELOC

Completed in 7 milliseconds