Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc343 section_ptrs.push_back(&hash_builder_.section_); in Write()
344 AssignSectionStr(&hash_builder_, &shstrtab); in Write()
345 hash_builder_.section_index_ = section_index++; in Write()
420 hash_builder_.section_.sh_offset = NextOffset(hash_builder_.section_, in Write()
422 hash_builder_.section_.sh_addr = hash_builder_.section_.sh_offset; in Write()
423 hash_builder_.section_.sh_size = hash.size() * sizeof(Elf32_Word); in Write()
424 hash_builder_.section_.sh_link = hash_builder_.GetLink(); in Write()
428 hash_builder_.section_); in Write()
471 LOG(INFO) << "hash off=" << hash_builder_.section_.sh_offset in Write()
472 << " hash size=" << hash_builder_.section_.sh_size; in Write()
[all …]
Delf_writer_quick.h231 hash_builder_(".hash", SHT_HASH, SHF_ALLOC, &dynsym_builder_, 0, in oat_writer_()
265 ElfSectionBuilder hash_builder_; variable