Searched refs:m_auxv_entries (Results 1 – 2 of 2) sorted by relevance
28 m_auxv_entries[type] = value; in ParseAuxv()34 auto it = m_auxv_entries.find(static_cast<uint64_t>(entry_type)); in GetAuxValue()35 if (it != m_auxv_entries.end()) in GetAuxValue()45 for (auto entry : m_auxv_entries) { in DumpToLog()
70 std::unordered_map<uint64_t, uint64_t> m_auxv_entries; variable