Home
last modified time | relevance | path

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

/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/src/lib/elf/
H A Delfpltsection.cpp26 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()
H A Delfpltsection.h41 mutable ElfGotSection *m_gotSection; variable