Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_builder.h101 section_index_(0), in Section()
187 DCHECK_NE(section_index_, 0u); in GetSectionIndex()
188 return section_index_; in GetSectionIndex()
193 return section_index_ != 0; in Exists()
201 if (section_index_ == 0) { in AddSection()
208 section_index_ = sections.size(); // First ELF section has index 1. in AddSection()
215 Elf_Word section_index_; variable
605 section->section_index_ = 0; in Strip()