Searched refs:string_section_id (Results 1 – 3 of 3) sorted by relevance
160 Elf32_Half string_section_id = header_->e_shstrndx; in ParseHeader() local161 if (string_section_id == SHN_UNDEF) in ParseHeader()163 if (string_section_id >= header_->e_shnum) in ParseHeader()165 if (SectionHeader(string_section_id)->sh_type != SHT_STRTAB) in ParseHeader()167 default_string_section_size_ = SectionHeader(string_section_id)->sh_size; in ParseHeader()169 reinterpret_cast<const char*>(SectionBody(string_section_id)); in ParseHeader()
259 elf::Elf32_Half string_section_id = header_->e_shstrndx; in ParseHeader() local260 if (string_section_id >= sections_count_) in ParseHeader()262 size_t section_names_size = sections_[string_section_id].sh_size; in ParseHeader()267 BufferSource(image_).Skip(sections_[string_section_id].sh_offset)); in ParseHeader()