Searched refs:bss_begin_ (Results 1 – 7 of 7) sorted by relevance
47 bss_begin_(0u), in RelativePatcherTest()69 bss_begin_ = 0u; in TearDown()87 bss_begin_ = 0u; in Reset()182 bss_begin_ + string_index_to_offset_map_.Get(patch.TargetStringIndex().index_); in Link()391 uint32_t bss_begin_; variable
132 bss_begin_ = 0x12345678; in TEST_F()144 uint32_t diff = bss_begin_ + kStringEntryOffset - (result.second + kDexCacheLoadCode.size()); in TEST_F()
112 bss_begin_ = 0x12345678; in TEST_F()131 uint32_t diff = bss_begin_ + kStringEntryOffset - (result.second + anchor_offset); in TEST_F()
365 bss_begin_ = const_cast<uint8_t*>(FindDynamicSymbolAddress("oatbss", &symbol_error_msg)); in ComputeFields()366 if (bss_begin_ == nullptr) { in ComputeFields()535 if (!IsAligned<kPageSize>(bss_begin_) || in Setup()542 bss_begin_, in Setup()549 if ((bss_methods_ != nullptr && (bss_methods_ < bss_begin_ || bss_methods_ > bss_end_)) || in Setup()550 (bss_roots_ != nullptr && (bss_roots_ < bss_begin_ || bss_roots_ > bss_end_)) || in Setup()555 bss_begin_, in Setup()562 if (bss_methods_ != nullptr && bss_methods_ != bss_begin_) { in Setup()566 bss_begin_, in Setup()1714 bss_begin_(nullptr), in OatFile()
352 const uint8_t* BssBegin() const { return bss_begin_; } in BssBegin()406 uint8_t* bss_begin_; variable
299 bss_begin_ = bss_begin; in TestNopsAdrpLdr()311 uint32_t target_offset = bss_begin_ + string_entry_offset; in TestNopsAdrpLdr()346 bss_begin_ = bss_begin; in PrepareNopsAdrpInsn2Ldr()436 uint32_t target_offset = bss_begin_ + string_entry_offset; in TestAdrpInsn2Ldr()
358 bss_begin_ = bss_begin; in TestStringBssEntry()363 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset); in TestStringBssEntry()