Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/reldemo/src/
Dstatic.c122 u32 bssAddress; in Load() local
141 bssAddress = (u32) bss; in Load()
142 if ( bssAddress % module->bssAlign != 0) in Load()
144 bssAddress = (bssAddress & (~(module->bssAlign - 1))) + in Load()
146 bss = (u8*)bssAddress; in Load()