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
  529     if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) ||
  540     case ELF::NT_PRSTATUS:
  779     if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) ||
  790     case ELF::NT_PRSTATUS: {
tools/llvm-readobj/ELFDumper.cpp
 4093       {ELF::NT_PRSTATUS, "NT_PRSTATUS (prstatus structure)"},