Searched refs:bss (Results 1 – 3 of 3) sorted by relevance
401 LDSection* bss = in TEST_F() local407 builder.CreateBSS(*bss); in TEST_F()463 bss); in TEST_F()
2543 BackStackRecord bss = mBackStack.get(index); in popBackStackState() local2544 if (name != null && name.equals(bss.getName())) { in popBackStackState()2547 if (id >= 0 && id == bss.mIndex) { in popBackStackState()2559 BackStackRecord bss = mBackStack.get(index); in popBackStackState() local2560 if ((name != null && name.equals(bss.getName())) in popBackStackState()2561 || (id >= 0 && id == bss.mIndex)) { in popBackStackState()
399 HelpText<"Set the address of the bss segment">;