reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  731     if (!llvm::StringRef(note.info.n_name).startswith("OpenBSD"))
  734     switch (note.info.n_type) {
  736       ParseOpenBSDProcInfo(thread_data, note.data);
  739       m_auxv = note.data;
  742       thread_data.gpregset = note.data;
  745       thread_data.notes.push_back(note);