Searched refs:GetAddress (Results 1 – 6 of 6) sorted by relevance
/art/libelffile/elf/ |
D | elf_builder.h | 160 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/ |
D | elf_symtab_writer.h | 110 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()
|
D | elf_debug_line_writer.h | 56 ? builder_->GetText()->GetAddress() in WriteCompilationUnit()
|
D | elf_debug_frame_writer.h | 219 (mi->is_code_address_text_relative ? builder->GetText()->GetAddress() : 0); in WriteCFISection()
|
D | elf_debug_info_writer.h | 112 ? owner_->builder_->GetText()->GetAddress() in Write()
|
/art/dex2oat/linker/ |
D | elf_writer_quick.cc | 255 builder_->GetText()->GetAddress(), in PrepareDebugInfo() 257 builder_->GetDex()->Exists() ? builder_->GetDex()->GetAddress() : 0, in PrepareDebugInfo()
|