Home
last modified time | relevance | path

Searched refs:updateSectionFlags (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h142 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom) { in updateSectionFlags() function
DGNULDBackend.h194 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom);
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp374 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) { in mergeSections()
394 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) { in mergeSections()
421 m_LDBackend.updateSectionFlags(*out_sect, *in_sect); in mergeSections()
431 m_LDBackend.updateSectionFlags(*target, *out_sect); in mergeSections()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1598 bool GNULDBackend::updateSectionFlags(LDSection& pTo, const LDSection& pFrom) { in updateSectionFlags() function in mcld::GNULDBackend