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

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 162 /// sizeInterp - compute the size of program interpreter's name
164 virtual void sizeInterp(const Output& pOutput, const MCLDInfo& pLDInfo) = 0;
GNULDBackend.h 202 /// sizeInterp - compute the size of program interpreter's name
204 virtual void sizeInterp(const Output& pOutput, const MCLDInfo& pLDInfo);
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 253 m_LDBackend.sizeInterp(m_LDInfo.output(), m_LDInfo);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 475 milliseconds