Home
last modified time | relevance | path

Searched refs:getSections (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp120 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 …]
H A DCOFFObjcopy.cpp35 if (Obj.getSections().empty()) in getNextRVA()
37 const Section &Last = Obj.getSections().back(); in getNextRVA()
H A DObject.h125 ArrayRef<Section> getSections() const { return Sections; } in getSections() function
H A DReader.cpp87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols()
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.h96 inline const section_array_t & getSections() const { return m_sections; } in getSections() function
H A Dsbtool.cpp324 const EncoreBootImageReader::section_array_t & sectionTable = m_reader->getSections(); in readBootImage()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp330 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()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp156 processSections(m_ast->getSections()); in run()
1147 ListASTNode * matchList = matchListNode->getSections(); in createSourceFromNode()
H A DElftosbAST.h220 inline ListASTNode * getSections() { return m_sections; } in getSections() function
1049 inline ListASTNode * getSections() { return m_sections; } in getSections() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h711 std::vector<Section *> getSections() { in getSections() function