Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.cc49 sec_entry_size_(0), in ElfFile()
338 sec_entry_size_ = pull_val(header->e_shentsize); in initialize()
348 const size_t sec_table_size = sec_count_ * sec_entry_size_; in initialize()
455 (INC_CPTR(cur_section, sec_entry_size_)); in get_section_info_by_name()
Delf_file.h322 return INC_CPTR(sec_table_, static_cast<size_t>(index) * sec_entry_size_); in get_section_by_index()
529 Elf_Half sec_entry_size_; variable