Searched defs:notes (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterContextPOSIXCore_riscv64.cpp | 18 llvm::ArrayRef<CoreNote> notes) { in Create() 27 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_riscv64()
|
H A D | RegisterContextLinuxCore_x86_64.cpp | 215 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextLinuxCore_x86_64()
|
H A D | RegisterContextPOSIXCore_arm64.cpp | 26 llvm::ArrayRef<CoreNote> notes) { in Create() 76 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm64()
|
H A D | RegisterContextPOSIXCore_arm.cpp | 20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm()
|
H A D | RegisterContextPOSIXCore_mips64.cpp | 20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_mips64()
|
H A D | RegisterContextPOSIXCore_ppc64le.cpp | 24 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_ppc64le()
|
H A D | RegisterContextPOSIXCore_s390x.cpp | 21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_s390x()
|
H A D | RegisterContextPOSIXCore_x86_64.cpp | 18 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_x86_64()
|
H A D | RegisterContextPOSIXCore_powerpc.cpp | 21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_powerpc()
|
H A D | ProcessElfCore.cpp | 603 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 D | ThreadElfCore.h | 128 std::vector<lldb_private::CoreNote> notes; member
|
/freebsd/usr.bin/mididump/ |
H A D | mididump.c | 50 } notes[] = { variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 461 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 D | spa_misc.c | 2392 char *notes = kmem_vasprintf(fmt, adx); in spa_import_progress_set_notes_impl() local
|