Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 25 of 387) 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()
71 gpregset, notes)); in Create()
76 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm64() argument
[all …]
H A DRegisterContextPOSIXCore_riscv64.cpp18 llvm::ArrayRef<CoreNote> notes) { in Create() argument
22 gpregset, notes)); in Create()
27 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_riscv64() argument
36 DataExtractor fpregset = getRegset(notes, arch.GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_riscv64()
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 DProcessElfCore.cpp603 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseFreeBSDNotes() argument
612 for (const auto &note : notes) { in parseFreeBSDNotes()
645 thread_data.notes.push_back(note); in parseFreeBSDNotes()
680 llvm::Error ProcessElfCore::parseNetBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseNetBSDNotes() argument
691 for (const auto &note : notes) { in parseNetBSDNotes()
736 thread_data.notes.push_back(note); in parseNetBSDNotes()
762 thread_data.notes.push_back(note); in parseNetBSDNotes()
788 thread_data.notes.push_back(note); in parseNetBSDNotes()
840 llvm::Error ProcessElfCore::parseOpenBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseOpenBSDNotes() argument
842 for (const auto &note : notes) { in parseOpenBSDNotes()
[all …]
H A DRegisterContextPOSIXCore_riscv64.h27 llvm::ArrayRef<lldb_private::CoreNote> notes);
42 llvm::ArrayRef<lldb_private::CoreNote> notes);
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_arm64.h25 llvm::ArrayRef<lldb_private::CoreNote> notes);
46 llvm::ArrayRef<lldb_private::CoreNote> notes);
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 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/libpcap/
H A DINSTALL.md1 # libpcap installation notes
204 doc/README.aix - notes on using libpcap on AIX
205 doc/README.dag - notes on using libpcap to capture on Endace DAG devices
206 doc/README.haiku.md - notes on using libpcap on Haiku
207 doc/README.hpux - notes on using libpcap on HP-UX
208 doc/README.linux - notes on using libpcap on Linux
209 doc/README.macos - notes on using libpcap on macOS
210 doc/README.septel - notes on using libpcap to capture on Intel/Septel devices
211 doc/README.sita - notes on using libpcap to capture on SITA devices
212 doc/README.solaris.md - notes on using libpcap on Solaris
[all …]
/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/llvm-project/lld/docs/
H A DReleaseNotes.rst11 These are in-progress notes for the upcoming LLVM |release| release.
12 Release notes for previous releases can be found on
18 This document contains the release notes for the lld linker, release |release|.
44 * ``GNU_PROPERTY_AARCH64_FEATURE_PAUTH`` notes, ``R_AARCH64_AUTH_ABS64`` and
/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/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.
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c774 run, notes, "this is my note") == NULL) { in rpc_test()
777 if (EVTAG_ARRAY_ADD_VALUE(run, notes, "pps") == NULL) { in rpc_test()
830 if (EVTAG_ARRAY_LEN(run, notes) != 2) { in rpc_test()
834 if (EVTAG_ARRAY_GET(run, notes, 0, &note_one) == -1 || in rpc_test()
835 EVTAG_ARRAY_GET(run, notes, 1, &note_two) == -1) { in rpc_test()
/freebsd/contrib/libevent/test/
H A Dregress_rpc.c774 run, notes, "this is my note") == NULL) { in rpc_test()
777 if (EVTAG_ARRAY_ADD_VALUE(run, notes, "pps") == NULL) { in rpc_test()
830 if (EVTAG_ARRAY_LEN(run, notes) != 2) { in rpc_test()
834 if (EVTAG_ARRAY_GET(run, notes, 0, &note_one) == -1 || in rpc_test()
835 EVTAG_ARRAY_GET(run, notes, 1, &note_two) == -1) { in rpc_test()
/freebsd/
H A DLOCKS5 subsystem login expires notes
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DREADME.md8 * [Architecture notes](https://github.com/avr-llvm/architecture)

12345678910>>...16