Searched refs:sizeInterp (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h162 /// sizeInterp - compute the size of program interpreter's name
164 virtual void sizeInterp(const Output& pOutput, const MCLDInfo& pLDInfo) = 0;
H A DGNULDBackend.h202 /// sizeInterp - compute the size of program interpreter's name
204 virtual void sizeInterp(const Output& pOutput, const MCLDInfo& pLDInfo);
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp253 m_LDBackend.sizeInterp(m_LDInfo.output(), m_LDInfo);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1080 /// sizeInterp - compute the size of the .interp section
1081 void GNULDBackend::sizeInterp(const Output& pOutput, const MCLDInfo& pLDInfo) function in class:GNULDBackend

Completed in 1842 milliseconds