Lines Matching full:bss_end_
202 bss_end_ = nullptr;
204 bss_end_ = const_cast<uint8_t*>(FindDynamicSymbolAddress("oatbsslastword", &symbol_error_msg));
205 if (bss_end_ == nullptr) {
210 bss_end_ += sizeof(uint32_t);
441 if (static_cast<size_t>(bss_end_ - dex_cache_arrays) < layout.Size()) {
447 static_cast<size_t>(bss_end_ - dex_cache_arrays),
478 if (dex_cache_arrays != bss_end_) {
479 // We expect the bss section to be either empty (dex_cache_arrays and bss_end_
483 static_cast<size_t>(bss_end_ - dex_cache_arrays));
1041 bss_end_(nullptr),
1070 return bss_end_;