Searched refs:m_gotSection (Results 1 – 2 of 2) sorted by relevance
26 m_gotSection(nullptr) in ElfPltSection()42 if (!m_gotSection) { in gotSection()45 m_gotSection = m_file->section<ElfGotSection>(gotIdx); in gotSection()47 return m_gotSection; in gotSection()
41 mutable ElfGotSection *m_gotSection; variable