HomeSort by relevance Sort by last modified time
    Searched full:section_addr (Results 1 - 1 of 1) sorted by null

  /art/runtime/
elf_file.cc 127 byte* section_addr = Begin() + section_header.sh_offset; local
130 symtab_section_start_ = reinterpret_cast<llvm::ELF::Elf32_Sym*>(section_addr);
134 dynsym_section_start_ = reinterpret_cast<llvm::ELF::Elf32_Sym*>(section_addr);
140 dynstr_section_start_ = reinterpret_cast<char*>(section_addr);
142 strtab_section_start_ = reinterpret_cast<char*>(section_addr);
147 if (reinterpret_cast<byte*>(dynamic_section_start_) != section_addr) {
151 << " != " << reinterpret_cast<void*>(section_addr);
157 hash_section_start_ = reinterpret_cast<llvm::ELF::Elf32_Word*>(section_addr);

Completed in 52 milliseconds