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 126 /// updateSectionFlags - update pTo's flags when merging pFrom
130 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom)
GNULDBackend.h 193 /// updateSectionFlags - update pTo's flags when merging pFrom
195 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 342 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) {
356 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) {
392 m_LDBackend.updateSectionFlags(*out_sect, *in_sect);
408 m_LDBackend.updateSectionFlags(*target, *out_sect);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 90 milliseconds