HomeSort by relevance Sort by last modified time
    Searched refs:MoveSectionData (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 72 /// MoveSectionData - move the fragment of pFrom to pTo section data.
73 static bool MoveSectionData(SectionData& pFrom, SectionData& pTo);
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 92 if (MoveSectionData(*pInputSection.getSectionData(), *data)) {
102 /// MoveSectionData - move the fragments of pTO section data to pTo
103 bool ObjectBuilder::MoveSectionData(SectionData& pFrom, SectionData& pTo)
  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 126 ObjectBuilder::MoveSectionData(*pOther.getSectionData(), *m_pSectionData);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 413 ObjectBuilder::MoveSectionData(*pSection.getSectionData(), *sd);

Completed in 65 milliseconds