Home
last modified time | relevance | path

Searched defs:pTo (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp130 bool ObjectBuilder::MoveSectionData(SectionData& pFrom, SectionData& pTo) { in MoveSectionData()
166 void ObjectBuilder::UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom) { in UpdateSectionAlign()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp713 SectionData* pTo = (m_psdata->getSectionData()); in SetSDataSection() local
904 bool HexagonLDBackend::MoveCommonData(SectionData& pFrom, SectionData& pTo) { in MoveCommonData()
970 SectionData& pTo) { in MoveSectionDataAndSort()
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h142 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom) { in updateSectionFlags()
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp76 const LDSection& pTo) { in addReference()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1211 void MipsGNULDBackend::moveSectionData(SectionData& pFrom, SectionData& pTo) { in moveSectionData()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1598 bool GNULDBackend::updateSectionFlags(LDSection& pTo, const LDSection& pFrom) { in updateSectionFlags()