Searched refs:rodata_builder_ (Results 1 – 2 of 2) sorted by relevance
348 section_ptrs.push_back(&rodata_builder_.section_); in Write()349 AssignSectionStr(&rodata_builder_, &shstrtab); in Write()350 rodata_builder_.section_index_ = section_index++; in Write()427 rodata_builder_.section_.sh_offset = NextOffset(rodata_builder_.section_, in Write()429 rodata_builder_.section_.sh_addr = rodata_builder_.section_.sh_offset; in Write()430 rodata_builder_.section_.sh_size = rodata_builder_.size_; in Write()431 rodata_builder_.section_.sh_link = rodata_builder_.GetLink(); in Write()434 text_builder_.section_.sh_offset = NextOffset(text_builder_.section_, rodata_builder_.section_); in Write()438 CHECK_ALIGNED(rodata_builder_.section_.sh_offset + rodata_builder_.section_.sh_size, kPageSize); in Write()473 LOG(INFO) << "rodata off=" << rodata_builder_.section_.sh_offset in Write()[all …]
227 rodata_builder_(".rodata", rodata_size, rodata_relative_offset, in oat_writer_()262 ElfOatSectionBuilder rodata_builder_; variable