reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
157 for (addr_t cursor = m_current.map_addr; cursor != 0; cursor = entry.next) { 158 if (!ReadSOEntryFromMemory(cursor, entry)) 164 if (entry.path.empty() || ::strcmp(entry.path.c_str(), m_exe_path) == 0) 164 if (entry.path.empty() || ::strcmp(entry.path.c_str(), m_exe_path) == 0) 167 pos = std::find(m_soentries.begin(), m_soentries.end(), entry); 169 m_soentries.push_back(entry); 170 m_added_soentries.push_back(entry);