Home
last modified time | relevance | path

Searched refs:bss_begin_ (Results 1 – 7 of 7) sorted by relevance

/art/dex2oat/linker/
Drelative_patcher_test.h47 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
/art/dex2oat/linker/x86/
Drelative_patcher_x86_test.cc112 bss_begin_ = 0x12345678; in TEST_F()
131 uint32_t diff = bss_begin_ + kStringEntryOffset - (result.second + anchor_offset); in TEST_F()
/art/dex2oat/linker/x86_64/
Drelative_patcher_x86_64_test.cc132 bss_begin_ = 0x12345678; in TEST_F()
144 uint32_t diff = bss_begin_ + kStringEntryOffset - (result.second + kDexCacheLoadCode.size()); in TEST_F()
/art/runtime/
Doat_file.h354 const uint8_t* BssBegin() const { return bss_begin_; } in BssBegin()
411 uint8_t* bss_begin_; variable
Doat_file.cc377 bss_begin_ = const_cast<uint8_t*>(FindDynamicSymbolAddress("oatbss", &symbol_error_msg)); in ComputeFields()
378 if (bss_begin_ == nullptr) { in ComputeFields()
617 if (!IsAligned<kPageSize>(bss_begin_) || in Setup()
624 bss_begin_, in Setup()
631 if ((bss_methods_ != nullptr && (bss_methods_ < bss_begin_ || bss_methods_ > bss_end_)) || in Setup()
632 (bss_roots_ != nullptr && (bss_roots_ < bss_begin_ || bss_roots_ > bss_end_)) || in Setup()
637 bss_begin_, in Setup()
644 if (bss_methods_ != nullptr && bss_methods_ != bss_begin_) { in Setup()
648 bss_begin_, in Setup()
1942 bss_begin_(nullptr), in OatFile()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc299 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()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc358 bss_begin_ = bss_begin; in TestStringBssEntry()
363 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset); in TestStringBssEntry()