Searched refs:GetAddress (Results 1 – 10 of 10) 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() 667 dynsym_.Add(oatdata, &rodata_, rodata_.GetAddress(), rodata_size, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection() 672 dynsym_.Add(oatexec, &text_, text_.GetAddress(), /* size= */ 0, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection() 674 Elf_Word oatlastword_address = text_.GetAddress() + text_size - 4; in PrepareDynamicSection() 679 Elf_Word oatlastword_address = rodata_.GetAddress() + rodata_size - 4; in PrepareDynamicSection() 686 data_bimg_rel_ro_.GetAddress(), in PrepareDynamicSection() 692 data_bimg_rel_ro_.GetAddress() + data_bimg_rel_ro_size - 4; in PrepareDynamicSection() 703 dynsym_.Add(oatbss, &bss_, bss_.GetAddress(), bss_roots_offset, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection() [all …]
|
/art/compiler/debug/ |
D | elf_symtab_writer.h | 109 address += info.is_code_address_text_relative ? text->GetAddress() : 0; in WriteDebugSymbols() 154 address += info.is_code_address_text_relative ? text->GetAddress() : 0; in WriteDebugSymbols() 163 uint64_t dex_address = dex->GetAddress() + it.first /* offset within the section */; in WriteDebugSymbols()
|
D | elf_debug_line_writer.h | 55 ? builder_->GetText()->GetAddress() in WriteCompilationUnit()
|
D | elf_debug_frame_writer.h | 195 (mi->is_code_address_text_relative ? builder->GetText()->GetAddress() : 0); in WriteCFISection()
|
D | elf_debug_info_writer.h | 111 ? owner_->builder_->GetText()->GetAddress() in Write()
|
/art/dex2oat/linker/ |
D | elf_writer_quick.cc | 253 builder_->GetText()->GetAddress(), in PrepareDebugInfo() 255 builder_->GetDex()->Exists() ? builder_->GetDex()->GetAddress() : 0, in PrepareDebugInfo()
|
/art/dexlayout/ |
D | dex_verify.cc | 1036 if (orig_handler->GetAddress() != output_handler->GetAddress()) { in VerifyHandler() 1040 orig_handler->GetAddress(), in VerifyHandler() 1041 output_handler->GetAddress()); in VerifyHandler()
|
D | dex_writer.cc | 562 stream->WriteUleb128(handler->GetAddress()); in WriteCodeItemPostInstructionData()
|
D | dex_ir.h | 959 uint32_t GetAddress() const { return address_; } in GetAddress() function
|
D | dexlayout.cc | 804 fprintf(out_file_, " %s -> 0x%04x\n", descriptor, handler->GetAddress()); in DumpCatches()
|