Searched refs:getSections (Results 1 – 10 of 10) sorted by relevance
120 for (const auto &S : Obj.getSections()) in finalizeStringTable()192 Obj.CoffFileHeader.NumberOfSections = Obj.getSections().size(); in finalize()195 SizeOfHeaders += sizeof(coff_section) * Obj.getSections().size(); in finalize()210 if (!Obj.getSections().empty()) { in finalize()211 const Section &S = Obj.getSections().back(); in finalize()273 BigObjHeader.NumberOfSections = Obj.getSections().size(); in writeHeaders()298 for (const auto &S : Obj.getSections()) { in writeHeaders()305 for (const auto &S : Obj.getSections()) { in writeSections()396 for (const auto &S : Obj.getSections()) { in virtualAddressToFileAddress()414 for (const auto &S : Obj.getSections()) { in patchDebugDirectory()[all …]
35 if (Obj.getSections().empty()) in getNextRVA()37 const Section &Last = Obj.getSections().back(); in getNextRVA()
125 ArrayRef<Section> getSections() const { return Sections; } in getSections() function
87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols()
96 inline const section_array_t & getSections() const { return m_sections; } in getSections() function
324 const EncoreBootImageReader::section_array_t & sectionTable = m_reader->getSections(); in readBootImage()
330 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in ELFState()479 Header.e_shnum = SectionHeaders.getNumHeaders(Doc.getSections().size()); in writeELFHeader()501 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in initProgramHeaders()721 SHeaders.resize(Doc.getSections().size()); in initSectionHeaders()751 bool IsFirstUndefSection = Sec == Doc.getSections().front(); in initSectionHeaders()1773 for (const ELFYAML::Section *S : Doc.getSections()) { in buildSectionHeaderReorderMap()1775 if (S == Doc.getSections().front()) in buildSectionHeaderReorderMap()1798 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in buildSectionIndex()1855 for (const ELFYAML::Chunk *Sec : Doc.getSections()) { in finalizeStrings()
156 processSections(m_ast->getSections()); in run()1147 ListASTNode * matchList = matchListNode->getSections(); in createSourceFromNode()
220 inline ListASTNode * getSections() { return m_sections; } in getSections() function1049 inline ListASTNode * getSections() { return m_sections; } in getSections() function
711 std::vector<Section *> getSections() { in getSections() function