Searched refs:bssAddress (Results 1 – 1 of 1) sorted by relevance
125 u32 bssAddress; in Load() local144 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()