Home
last modified time | relevance | path

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

/external/u-boot/board/micronas/vct/
Dgpio.c23 #define BASE_ADDR(mod) module_base[mod]
29 static u32 module_base[] = { variable
/external/python/cpython2/Lib/distutils/command/
Dbuild_py.py260 module_base = path[-1]
277 module_file = os.path.join(package_dir, module_base + ".py")
281 modules.append((package, module_base, module_file))
/external/python/cpython3/Lib/distutils/command/
Dbuild_py.py259 module_base = path[-1]
276 module_file = os.path.join(package_dir, module_base + ".py")
280 modules.append((package, module_base, module_file))