Home
last modified time | relevance | path

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

/art/dex2oat/linker/riscv64/
Drelative_patcher_riscv64_test.cc143 bss_begin_ = bss_begin; in TestNopsAuipcLwu()
158 uint32_t target_offset = bss_begin_ + string_entry_offset; in TestNopsAuipcLwu()
168 bss_begin_ = bss_begin; in TestNopsAuipcLd()
183 uint32_t target_offset = bss_begin_ + method_entry_offset; in TestNopsAuipcLd()
/art/dex2oat/linker/
Drelative_patcher_test.h47 bss_begin_(0u), in RelativePatcherTest()
69 bss_begin_ = 0u; in TearDown()
88 bss_begin_ = 0u; in Reset()
185 bss_begin_ + in Link()
193 bss_begin_ + method_index_to_offset_map_.Get(patch.TargetMethod().index); in Link()
402 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/oat/
Doat_file.cc382 bss_begin_ = const_cast<uint8_t*>(FindDynamicSymbolAddress("oatbss", &symbol_error_msg)); in ComputeFields()
383 if (bss_begin_ == nullptr) { in ComputeFields()
672 if (!IsAlignedParam(bss_begin_, MemMap::GetPageSize()) || in Setup()
678 bss_begin_, in Setup()
685 if ((bss_methods_ != nullptr && (bss_methods_ < bss_begin_ || bss_methods_ > bss_end_)) || in Setup()
686 (bss_roots_ != nullptr && (bss_roots_ < bss_begin_ || bss_roots_ > bss_end_)) || in Setup()
690 bss_begin_, in Setup()
697 if (bss_methods_ != nullptr && bss_methods_ != bss_begin_) { in Setup()
699 bss_begin_, in Setup()
2028 bss_begin_(nullptr), in OatFile()
Doat_file.h371 const uint8_t* BssBegin() const { return bss_begin_; } in BssBegin()
449 uint8_t* bss_begin_; variable
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc305 bss_begin_ = bss_begin; in TestNopsAdrpLdr()
317 uint32_t target_offset = bss_begin_ + string_entry_offset; in TestNopsAdrpLdr()
352 bss_begin_ = bss_begin; in PrepareNopsAdrpInsn2Ldr()
442 uint32_t target_offset = bss_begin_ + string_entry_offset; in TestAdrpInsn2Ldr()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc379 bss_begin_ = bss_begin; in TestStringBssEntry()
384 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset); in TestStringBssEntry()