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

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1015               __FUNCTION__, note.n_name.c_str(), note.n_type);
 1019         (note.n_type == LLDB_NT_FREEBSD_ABI_TAG) &&
 1048       switch (note.n_type) {
 1130              (note.n_type == LLDB_NT_NETBSD_IDENT_TAG) &&
 1157              (note.n_type == LLDB_NT_NETBSD_PROCINFO)) {
 1196       if (note.n_type == NT_FILE) {
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  529     if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) ||
  530         (note.info.n_type == ELF::NT_PRPSINFO && have_prpsinfo)) {
  539     switch (note.info.n_type) {
  607       if (note.info.n_type == NETBSD::NT_PROCINFO) {
  613       } else if (note.info.n_type == NETBSD::NT_AUXV) {
  627         if (note.info.n_type == NETBSD::AARCH64::NT_REGS) {
  642         } else if (note.info.n_type == NETBSD::AARCH64::NT_FPREGS) {
  653         if (note.info.n_type == NETBSD::AMD64::NT_REGS) {
  668         } else if (note.info.n_type == NETBSD::AMD64::NT_FPREGS) {
  734     switch (note.info.n_type) {
  779     if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) ||
  780         (note.info.n_type == ELF::NT_PRPSINFO && have_prpsinfo)) {
  789     switch (note.info.n_type) {
tools/lldb/source/Plugins/Process/elf-core/RegisterUtilities.cpp
   36       Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; });