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 138 /// updateSectionFlags - update pTo's flags when merging pFrom
142 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom) {
GNULDBackend.h 195 /// updateSectionFlags - update pTo's flags when merging pFrom
197 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 374 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) {
394 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) {
421 m_LDBackend.updateSectionFlags(*out_sect, *in_sect);
431 m_LDBackend.updateSectionFlags(*target, *out_sect);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 182 milliseconds