Searched defs:pIdx (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLDContext.cpp26 LDSection* LDContext::getSection(unsigned int pIdx) argument
28 if (pIdx >= m_SectionTable.size())
30 return m_SectionTable[pIdx];
33 const LDSection* LDContext::getSection(unsigned int pIdx) const
35 if (pIdx >= m_SectionTable.size())
37 return m_SectionTable[pIdx];
70 LDSymbol* LDContext::getSymbol(unsigned int pIdx) argument
72 if (pIdx >= m_SymTab.size())
74 return m_SymTab[pIdx];
77 const LDSymbol* LDContext::getSymbol(unsigned int pIdx) cons
[all...]

Completed in 21 milliseconds