Home
last modified time | relevance | path

Searched refs:m_NumSections (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-2.4.0/include/nn/ro/
Dro_SectionTable.h36 s32 m_NumSections; variable
46 , m_NumSections(pModule->numSections) in SectionTable()
63 if( (0 <= index) && (index < m_NumSections) ) in GetSection()
90 if( ! ((0 <= index) && (index < m_NumSections)) ) in GetAddress()
124 if( ! ((0 <= index) && (index < m_NumSections)) ) in GetReferedAddress()