Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/courgette/
H A Ddisassembler_elf_32.cc160 Elf32_Half string_section_id = header_->e_shstrndx; in ParseHeader() local
161 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/zucchini/
H A Ddisassembler_elf.cc259 elf::Elf32_Half string_section_id = header_->e_shstrndx; in ParseHeader() local
260 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/zucchini/
H A Ddisassembler_elf.cc259 elf::Elf32_Half string_section_id = header_->e_shstrndx; in ParseHeader() local
260 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()