Searched refs:updateSectionFlags (Results 1 – 4 of 4) sorted by relevance
142 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom) { in updateSectionFlags() function
197 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom);
374 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()
1598 bool GNULDBackend::updateSectionFlags(LDSection& pTo, const LDSection& pFrom) { in updateSectionFlags() function in mcld::GNULDBackend