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