Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h60 : header_(), section_index_(0), name_(name), link_(link) { in Section()
91 DCHECK_NE(section_index_, 0u); in GetSectionIndex()
92 return section_index_; in GetSectionIndex()
96 section_index_ = section_index; in SetSectionIndex()
105 Elf_Word section_index_; variable