Searched refs:section_index_ (Results 1 – 1 of 1) sorted by relevance
109 section_index_(0), in Section()195 DCHECK_NE(section_index_, 0u); in GetSectionIndex()196 return section_index_; in GetSectionIndex()201 return section_index_ != 0; in Exists()209 if (section_index_ == 0) { in AddSection()216 section_index_ = sections.size(); // First ELF section has index 1. in AddSection()223 Elf_Word section_index_; variable