Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_builder.h134 CHECK(owner_->current_section_ == nullptr); in Start()
138 owner_->current_section_ = this; in Start()
143 CHECK(owner_->current_section_ == this); in End()
147 owner_->current_section_ = nullptr; in End()
153 CHECK(owner_->current_section_ == this); in GetPosition()
169 CHECK(owner_->current_section_ == this); in WriteFully()
472 current_section_(nullptr), in ElfBuilder()
959 Section* current_section_; // The section which is currently being written. variable