Lines Matching defs:section_headers
633 SectionHeaderColl section_headers;
636 GetSectionHeaderInfo(section_headers, data, header, uuid,
1358 size_t ObjectFileELF::GetSectionHeaderInfo(SectionHeaderColl §ion_headers,
1366 if (!section_headers.empty())
1367 return section_headers.size();
1462 section_headers.resize(header.e_shnum);
1463 if (section_headers.size() != header.e_shnum)
1475 if (!section_headers[idx].Parse(sh_data, &offset))
1478 if (idx < section_headers.size())
1479 section_headers.resize(idx);
1482 if (strtab_idx && strtab_idx < section_headers.size()) {
1483 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx];
1489 for (SectionHeaderCollIter I = section_headers.begin();
1490 I != section_headers.end(); ++I) {
1614 return section_headers.size();
1618 section_headers.clear();