HomeSort by relevance Sort by last modified time
    Searched refs:hash_builder_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/
elf_writer_quick.cc 343 section_ptrs.push_back(&hash_builder_.section_);
344 AssignSectionStr(&hash_builder_, &shstrtab);
345 hash_builder_.section_index_ = section_index++;
420 hash_builder_.section_.sh_offset = NextOffset(hash_builder_.section_,
422 hash_builder_.section_.sh_addr = hash_builder_.section_.sh_offset;
423 hash_builder_.section_.sh_size = hash.size() * sizeof(Elf32_Word);
424 hash_builder_.section_.sh_link = hash_builder_.GetLink()
    [all...]
elf_writer_quick.h 231 hash_builder_(".hash", SHT_HASH, SHF_ALLOC, &dynsym_builder_, 0,
265 ElfSectionBuilder hash_builder_; member in class:art::FINAL::FINAL

Completed in 605 milliseconds