Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Object/
DObjectBuilder.h68 static bool MoveSectionData(SectionData& pFrom, SectionData& pTo);
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp119 if (MoveSectionData(*pInputSection.getSectionData(), *data)) { in MergeSection()
130 bool ObjectBuilder::MoveSectionData(SectionData& pFrom, SectionData& pTo) { in MoveSectionData() function in mcld::ObjectBuilder
DObjectLinker.cpp418 if (builder.MoveSectionData(*in_sect->getSectionData(), in mergeSections()
428 if (builder.MoveSectionData(*out_sect->getSectionData(), in mergeSections()