Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/reldemo/src/
Dstatic.c125 u32 bssAddress; in Load() local
144 bssAddress = (u32) bss; in Load()
145 if ( bssAddress % module->bssAlign != 0) in Load()
147 bssAddress = (bssAddress & (~(module->bssAlign - 1))) + in Load()
149 bss = (u8*)bssAddress; in Load()