Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/Object/
H A 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()
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h142 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom) { in updateSectionFlags() function
H A DGNULDBackend.h197 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom);
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1598 bool GNULDBackend::updateSectionFlags(LDSection& pTo, const LDSection& pFrom) { in updateSectionFlags() function in mcld::GNULDBackend