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

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

Completed in 323 milliseconds