Home
last modified time | relevance | path

Searched refs:GetAddress (Results 1 – 6 of 6) sorted by relevance

/art/libelffile/elf/
Delf_builder.h160 Elf_Addr GetAddress() const { in GetAddress() function
377 DCHECK_LE(section->GetAddress(), sym.st_value); in Add()
378 DCHECK_LE(sym.st_value, section->GetAddress() + section->header_.sh_size); in Add()
671 dynsym_.Add(oatdata, &rodata_, rodata_.GetAddress(), rodata_size, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
676 dynsym_.Add(oatexec, &text_, text_.GetAddress(), /* size= */ 0, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
678 Elf_Word oatlastword_address = text_.GetAddress() + text_size - 4; in PrepareDynamicSection()
683 Elf_Word oatlastword_address = rodata_.GetAddress() + rodata_size - 4; in PrepareDynamicSection()
691 data_img_rel_ro_.GetAddress(), in PrepareDynamicSection()
698 data_img_rel_ro_.GetAddress() + data_img_rel_ro_size - 4, in PrepareDynamicSection()
706 data_img_rel_ro_.GetAddress() + data_img_rel_ro_app_image_offset, in PrepareDynamicSection()
[all …]
/art/compiler/debug/
Delf_symtab_writer.h110 address += info.is_code_address_text_relative ? text->GetAddress() : 0; in WriteDebugSymbols()
155 address += info.is_code_address_text_relative ? text->GetAddress() : 0; in WriteDebugSymbols()
164 uint64_t dex_address = dex->GetAddress() + it.first /* offset within the section */; in WriteDebugSymbols()
Delf_debug_line_writer.h56 ? builder_->GetText()->GetAddress() in WriteCompilationUnit()
Delf_debug_frame_writer.h219 (mi->is_code_address_text_relative ? builder->GetText()->GetAddress() : 0); in WriteCFISection()
Delf_debug_info_writer.h112 ? owner_->builder_->GetText()->GetAddress() in Write()
/art/dex2oat/linker/
Delf_writer_quick.cc255 builder_->GetText()->GetAddress(), in PrepareDebugInfo()
257 builder_->GetDex()->Exists() ? builder_->GetDex()->GetAddress() : 0, in PrepareDebugInfo()