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

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 140 /// updateSectionFlags - update pTo's flags when merging pFrom
144 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom)
GNULDBackend.h 194 /// updateSectionFlags - update pTo's flags when merging pFrom
196 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 278 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 43 milliseconds