Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp26 llvm::ArrayRef<CoreNote> notes) { in Create() argument
30 getRegset(notes, arch.GetTriple(), AARCH64_SSVE_Desc); in Create()
34 DataExtractor sve_data = getRegset(notes, arch.GetTriple(), AARCH64_SVE_Desc); in Create()
41 DataExtractor pac_data = getRegset(notes, arch.GetTriple(), AARCH64_PAC_Desc); in Create()
45 DataExtractor tls_data = getRegset(notes, arch.GetTriple(), AARCH64_TLS_Desc); in Create()
51 DataExtractor za_data = getRegset(notes, arch.GetTriple(), AARCH64_ZA_Desc); in Create()
56 DataExtractor mte_data = getRegset(notes, arch.GetTriple(), AARCH64_MTE_Desc); in Create()
60 DataExtractor zt_data = getRegset(notes, arch.GetTriple(), AARCH64_ZT_Desc); in Create()
68 getRegset(notes, arch.GetTriple(), AARCH64_FPMR_Desc); in Create()
72 DataExtractor gcs_data = getRegset(notes, arch.GetTriple(), AARCH64_GCS_Desc); in Create()
[all …]
H A DRegisterContextPOSIXCore_riscv64.cpp18 llvm::ArrayRef<CoreNote> notes) { in Create() argument
21 DataExtractor fpregset = getRegset(notes, arch.GetTriple(), FPR_Desc); in Create()
30 gpregset, notes)); in Create()
35 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_riscv64() argument
44 m_fpr = getRegset(notes, arch.GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_riscv64()
H A DRegisterContextPOSIXCore_riscv32.cpp17 llvm::ArrayRef<CoreNote> notes) { in Create() argument
24 gpregset, notes)); in Create()
29 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_riscv32() argument
38 m_fpr = getRegset(notes, arch.GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_riscv32()
H A DRegisterContextPOSIXCore_loongarch64.cpp19 llvm::ArrayRef<CoreNote> notes) { in Create() argument
24 gpregset, notes)); in Create()
30 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_loongarch64() argument
38 DataExtractor fpregset = getRegset(notes, arch.GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_loongarch64()
H A DRegisterContextPOSIXCore_ppc64le.cpp24 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_ppc64le() argument
32 DataExtractor fpregset = getRegset(notes, arch.GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_ppc64le()
38 DataExtractor vmxregset = getRegset(notes, arch.GetTriple(), PPC_VMX_Desc); in RegisterContextCorePOSIX_ppc64le()
44 DataExtractor vsxregset = getRegset(notes, arch.GetTriple(), PPC_VSX_Desc); in RegisterContextCorePOSIX_ppc64le()
H A DProcessElfCore.h181 llvm::Error parseFreeBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
182 llvm::Error parseNetBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
183 llvm::Error parseOpenBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
184 llvm::Error parseLinuxNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_powerpc.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_powerpc() argument
29 DataExtractor fpregset = getRegset(notes, arch.GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_powerpc()
35 DataExtractor vregset = getRegset(notes, arch.GetTriple(), PPC_VMX_Desc); in RegisterContextCorePOSIX_powerpc()
H A DRegisterContextPOSIXCore_loongarch64.h28 llvm::ArrayRef<lldb_private::CoreNote> notes);
43 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_riscv32.h26 llvm::ArrayRef<lldb_private::CoreNote> notes);
41 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_riscv64.h27 llvm::ArrayRef<lldb_private::CoreNote> notes);
42 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DProcessElfCore.cpp616 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseFreeBSDNotes() argument
625 for (const auto &note : notes) { in parseFreeBSDNotes()
658 thread_data.notes.push_back(note); in parseFreeBSDNotes()
693 llvm::Error ProcessElfCore::parseNetBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseNetBSDNotes() argument
704 for (const auto &note : notes) { in parseNetBSDNotes()
749 thread_data.notes.push_back(note); in parseNetBSDNotes()
775 thread_data.notes.push_back(note); in parseNetBSDNotes()
801 thread_data.notes.push_back(note); in parseNetBSDNotes()
853 llvm::Error ProcessElfCore::parseOpenBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseOpenBSDNotes() argument
855 for (const auto &note : notes) { in parseOpenBSDNotes()
[all …]
H A DRegisterContextPOSIXCore_x86_64.cpp18 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_x86_64() argument
30 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_x86_64()
H A DRegisterContextPOSIXCore_mips64.cpp20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_mips64() argument
28 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_mips64()
H A DRegisterContextPOSIXCore_s390x.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_s390x() argument
29 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_s390x()
H A DRegisterContextPOSIXCore_arm64.h25 llvm::ArrayRef<lldb_private::CoreNote> notes);
46 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextLinuxCore_x86_64.h21 llvm::ArrayRef<lldb_private::CoreNote> notes);
/freebsd/usr.bin/mididump/
H A Dmididump.c50 } notes[] = { variable
192 pn = &notes[b1 % nitems(notes)]; in main()
/freebsd/contrib/pjdfstest/
H A DFREEBSD-upgrade1 This document contains a collection of notes specific to the import
2 of pjdfstest into head. These notes are built on the instructions in
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td18 "--symbols, --relocations, --dynamic-table, --notes, --version-info, --unwind, "
61 def memtag : FF<"memtag", "Display memory tagging metadata (modes, Android notes, global descriptor…
63 def notes : FF<"notes", "Display notes">, Group<grp_elf>;
133 def : F<"n", "Alias for --notes">, Alias<notes>;
/freebsd/contrib/netbsd-tests/
H A DFREEBSD-upgrade1 This document contains a collection of notes specific to the import
2 of the NetBSD test suite into head. These notes are built on the instructions
/freebsd/contrib/atf/
H A DFREEBSD-upgrade1 This document contains a collection of notes specific to the import
2 of atf into head. These notes are built on the instructions in
/freebsd/contrib/libpcap/
H A DINSTALL.md1 # libpcap installation notes
208 doc/README.aix - notes on using libpcap on AIX
209 doc/README.dag - notes on using libpcap to capture on Endace DAG devices
210 doc/README.haiku.md - notes on using libpcap on Haiku
211 doc/README.hpux - notes on using libpcap on HP-UX
212 doc/README.linux - notes on using libpcap on Linux
213 doc/README.macos - notes on using libpcap on macOS
214 doc/README.septel - notes on using libpcap to capture on Intel/Septel devices
215 doc/README.sita - notes on using libpcap to capture on SITA devices
216 doc/README.solaris.md - notes on using libpcap on Solaris
[all …]
/freebsd/sys/amd64/conf/
H A DNOTES4 # This file contains machine dependent kernel configuration notes. For
5 # machine independent notes, look in /sys/conf/NOTES. For notes shared
/freebsd/sys/powerpc/conf/
H A DNOTES2 # This file contains machine dependent kernel configuration notes. For
3 # machine independent notes, look in /sys/conf/NOTES.
/freebsd/sys/riscv/conf/
H A DNOTES4 # This file contains machine dependent kernel configuration notes. For
5 # machine independent notes, look in /sys/conf/NOTES.

12345678910>>...16