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

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h137 /// sizeInterp - compute the size of program interpreter's name
139 virtual void sizeInterp() = 0;
H A DGNULDBackend.h137 /// sizeInterp - compute the size of program interpreter's name
139 virtual void sizeInterp();
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp627 m_LDBackend.sizeInterp();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1317 /// sizeInterp - compute the size of the .interp section
1318 void GNULDBackend::sizeInterp() function in class:GNULDBackend

Completed in 592 milliseconds