Home
last modified time | relevance | path

Searched refs:elf32_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file.h86 return elf32_.get(); in GetImpl32()
97 const std::unique_ptr<ElfFileImpl32> elf32_; variable
Delf_file.cc1760 ElfFile::ElfFile(ElfFileImpl32* elf32) : elf32_(elf32), elf64_(nullptr) { in ElfFile()
1763 ElfFile::ElfFile(ElfFileImpl64* elf64) : elf32_(nullptr), elf64_(elf64) { in ElfFile()
1768 CHECK_NE(elf32_.get() == nullptr, elf64_.get() == nullptr); in ~ElfFile()
1843 DCHECK(elf32_.get() != nullptr); \
1844 return elf32_->func(__VA_ARGS__); \
1872 if (elf32_.get() == nullptr) { in GetSectionOffsetAndSize()
1887 Elf32_Shdr *shdr = elf32_->FindSectionByName(section_name); in GetSectionOffsetAndSize()
1920 return elf_file->elf32_->Strip(error_msg); in Strip()
1927 DCHECK(elf32_.get() != nullptr); in Fixup()
1929 return elf32_->Fixup(static_cast<Elf32_Addr>(base_address)); in Fixup()