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

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 149 /// allocateCommonSymbols - allocate common symbols in the corresponding
151 virtual bool allocateCommonSymbols(const MCLDInfo& pLDInfo, MCLinker& pLinker) const = 0;
GNULDBackend.h 265 /// allocateCommonSymbols - allocate common symbols in the corresponding
268 virtual bool allocateCommonSymbols(const MCLDInfo& pLDInfo, MCLinker& pLinker) const;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 145 /// allocateCommonSymbols - allocate common symbols in the corresponding
147 bool allocateCommonSymbols(const MCLDInfo& pLDInfo, MCLinker& pLinker) const;
MipsLDBackend.cpp 500 /// allocateCommonSymbols - allocate common symbols in the corresponding
505 MipsGNULDBackend::allocateCommonSymbols(const MCLDInfo& pInfo, MCLinker& pLinker) const
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 248 m_LDBackend.allocateCommonSymbols(m_LDInfo, *m_pLinker);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 566 milliseconds