Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc330 uint32_t section_index = 1; in Write() local
335 dynsym_builder_.section_index_ = section_index++; in Write()
340 dynsym_builder_.strtab_.section_index_ = section_index++; in Write()
345 hash_builder_.section_index_ = section_index++; in Write()
350 rodata_builder_.section_index_ = section_index++; in Write()
355 text_builder_.section_index_ = section_index++; in Write()
360 dynamic_builder_.section_index_ = section_index++; in Write()
366 symtab_builder_.section_index_ = section_index++; in Write()
371 symtab_builder_.strtab_.section_index_ = section_index++; in Write()
378 it->section_index_ = section_index++; in Write()
[all …]