Home
last modified time | relevance | path

Searched defs:notes (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_riscv64.cpp18 llvm::ArrayRef<CoreNote> notes) { in Create()
27 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_riscv64()
H A DRegisterContextLinuxCore_x86_64.cpp215 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextLinuxCore_x86_64()
H A DRegisterContextPOSIXCore_arm64.cpp26 llvm::ArrayRef<CoreNote> notes) { in Create()
76 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm64()
H A DRegisterContextPOSIXCore_arm.cpp20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm()
H A DRegisterContextPOSIXCore_mips64.cpp20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_mips64()
H A DRegisterContextPOSIXCore_ppc64le.cpp24 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_ppc64le()
H A DRegisterContextPOSIXCore_s390x.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_s390x()
H A DRegisterContextPOSIXCore_x86_64.cpp18 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_x86_64()
H A DRegisterContextPOSIXCore_powerpc.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_powerpc()
H A DProcessElfCore.cpp603 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseFreeBSDNotes()
680 llvm::Error ProcessElfCore::parseNetBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseNetBSDNotes()
840 llvm::Error ProcessElfCore::parseOpenBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseOpenBSDNotes()
884 llvm::Error ProcessElfCore::parseLinuxNotes(llvm::ArrayRef<CoreNote> notes) { in parseLinuxNotes()
H A DThreadElfCore.h128 std::vector<lldb_private::CoreNote> notes; member
/freebsd/usr.bin/mididump/
H A Dmididump.c50 } notes[] = { variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h461 iterator_range<Elf_Note_Iterator> notes(const Elf_Phdr &Phdr, in notes() function
473 iterator_range<Elf_Note_Iterator> notes(const Elf_Shdr &Shdr, in notes() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c2392 char *notes = kmem_vasprintf(fmt, adx); in spa_import_progress_set_notes_impl() local