OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bss_begin_
(Results
1 - 10
of
10
) sorted by null
/art/compiler/linker/mips64/
relative_patcher_mips64_test.cc
83
bss_begin_
= bss_begin;
89
CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches),
bss_begin_
+ string_entry_offset);
/art/compiler/linker/mips/
relative_patcher_mips32r6_test.cc
81
bss_begin_
= bss_begin;
87
CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches),
bss_begin_
+ string_entry_offset);
relative_patcher_mips_test.cc
86
bss_begin_
= bss_begin;
92
CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches),
bss_begin_
+ string_entry_offset);
/art/compiler/linker/
relative_patcher_test.h
62
bss_begin_
(0u),
160
bss_begin_
+ string_index_to_offset_map_.Get(patch.TargetStringIndex().index_);
277
uint32_t
bss_begin_
;
member in class:art::linker::RelativePatcherTest
/art/compiler/linker/x86/
relative_patcher_x86_test.cc
112
bss_begin_
= 0x12345678;
131
uint32_t diff =
bss_begin_
+ kStringEntryOffset - (result.second + anchor_offset);
/art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc
132
bss_begin_
= 0x12345678;
144
uint32_t diff =
bss_begin_
+ kStringEntryOffset - (result.second + kDexCacheLoadCode.size());
/art/runtime/
oat_file.cc
350
bss_begin_
= const_cast<uint8_t*>(FindDynamicSymbolAddress("oatbss", &symbol_error_msg));
351
if (
bss_begin_
== nullptr) {
544
if (!IsAligned<kPageSize>(
bss_begin_
) ||
551
bss_begin_
,
558
if ((bss_methods_ != nullptr && (bss_methods_ <
bss_begin_
|| bss_methods_ > bss_end_)) ||
559
(bss_roots_ != nullptr && (bss_roots_ <
bss_begin_
|| bss_roots_ > bss_end_)) ||
564
bss_begin_
,
573
uint8_t* boot_image_tables = (
bss_begin_
== after_tables) ? nullptr :
bss_begin_
;
575
(
bss_begin_
== after_tables) ? nullptr : (after_tables != nullptr) ? after_tables : bss_end_
[
all
...]
oat_file.h
367
uint8_t*
bss_begin_
;
member in class:art::OatFile
/art/compiler/linker/arm64/
relative_patcher_arm64_test.cc
257
bss_begin_
= bss_begin;
269
uint32_t target_offset =
bss_begin_
+ string_entry_offset;
304
bss_begin_
= bss_begin;
394
uint32_t target_offset =
bss_begin_
+ string_entry_offset;
[
all
...]
/art/compiler/linker/arm/
relative_patcher_thumb2_test.cc
299
bss_begin_
= bss_begin;
304
CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches),
bss_begin_
+ string_entry_offset);
[
all
...]
Completed in 1229 milliseconds