Searched refs:getSections (Results 1 – 6 of 6) sorted by relevance
208 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection()239 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeConstructor()257 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor()304 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeFields()
94 std::vector<const Section*> getSections(const char* name) { in getSections() function
1034 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeClone()
6 getSections(cb)232 function getSections (cb) { function
237 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in ELFState()305 Doc.Header.SHNum ? (uint16_t)*Doc.Header.SHNum : Doc.getSections().size(); in writeELFHeader()408 SHeaders.resize(Doc.getSections().size()); in initSectionHeaders()1383 for (const ELFYAML::Chunk *Sec : Doc.getSections()) { in finalizeStrings()
501 std::vector<Section *> getSections() { in getSections() function