Home
last modified time | relevance | path

Searched refs:have_prstatus (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp525 bool have_prstatus = false; in parseFreeBSDNotes() local
532 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) || in parseFreeBSDNotes()
538 have_prstatus = false; in parseFreeBSDNotes()
544 have_prstatus = true; in parseFreeBSDNotes()
564 if (!have_prstatus) { in parseFreeBSDNotes()
775 bool have_prstatus = false; in parseLinuxNotes() local
782 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) || in parseLinuxNotes()
788 have_prstatus = false; in parseLinuxNotes()
794 have_prstatus = true; in parseLinuxNotes()
852 if (have_prstatus) in parseLinuxNotes()