Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
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() argument
76 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm64() argument
[all...]
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 DProcessElfCore.cpp593 parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) parseFreeBSDNotes() argument
670 parseNetBSDNotes(llvm::ArrayRef<CoreNote> notes) parseNetBSDNotes() argument
830 parseOpenBSDNotes(llvm::ArrayRef<CoreNote> notes) parseOpenBSDNotes() argument
874 parseLinuxNotes(llvm::ArrayRef<CoreNote> notes) parseLinuxNotes() argument
[all...]
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 DThreadElfCore.h128 std::vector<lldb_private::CoreNote> notes; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h413 iterator_range<Elf_Note_Iterator> notes(const Elf_Phdr &Phdr, notes() function
425 iterator_range<Elf_Note_Iterator> notes(const Elf_Shdr &Shdr, notes() function
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c2350 char *notes = kmem_vasprintf(fmt, adx); spa_import_progress_set_notes_impl() local