Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc382 section_ptrs.push_back(&shstrtab_builder_.section_); in Write()
383 AssignSectionStr(&shstrtab_builder_, &shstrtab); in Write()
384 shstrtab_builder_.section_index_ = section_index++; in Write()
503 shstrtab_builder_.section_.sh_offset = NextOffset(shstrtab_builder_.section_, prev); in Write()
504 shstrtab_builder_.section_.sh_addr = 0; in Write()
505 shstrtab_builder_.section_.sh_size = shstrtab.size(); in Write()
506 shstrtab_builder_.section_.sh_link = shstrtab_builder_.GetLink(); in Write()
508 LOG(INFO) << "shstrtab off=" << shstrtab_builder_.section_.sh_offset in Write()
509 << " shstrtab size=" << shstrtab_builder_.section_.sh_size; in Write()
514 shstrtab_builder_.section_.sh_offset + shstrtab_builder_.section_.sh_size, in Write()
[all …]
Delf_writer_quick.h234 shstrtab_builder_(".shstrtab", SHT_STRTAB, 0, NULL, 0, 1, 1) { in oat_writer_()
267 ElfSectionBuilder shstrtab_builder_; variable