Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp23 llvm::ArrayRef<CoreNote> notes) { in Create() argument
26 DataExtractor sve_data = getRegset(notes, arch.GetTriple(), AARCH64_SVE_Desc); in Create()
33 DataExtractor pac_data = getRegset(notes, arch.GetTriple(), AARCH64_PAC_Desc); in Create()
41 gpregset, notes)); in Create()
46 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm64() argument
54 m_fpr_data = getRegset(notes, target_triple, FPR_Desc); in RegisterContextCorePOSIX_arm64()
57 m_sve_data = getRegset(notes, target_triple, AARCH64_SVE_Desc); in RegisterContextCorePOSIX_arm64()
60 m_pac_data = getRegset(notes, target_triple, AARCH64_PAC_Desc); in RegisterContextCorePOSIX_arm64()
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.h162 llvm::Error parseFreeBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
163 llvm::Error parseNetBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
164 llvm::Error parseOpenBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
165 llvm::Error parseLinuxNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DProcessElfCore.cpp540 for (const auto &note : notes) { in parseFreeBSDNotes()
573 thread_data.notes.push_back(note); in parseFreeBSDNotes()
619 for (const auto &note : notes) { in parseNetBSDNotes()
664 thread_data.notes.push_back(note); in parseNetBSDNotes()
690 thread_data.notes.push_back(note); in parseNetBSDNotes()
716 thread_data.notes.push_back(note); in parseNetBSDNotes()
770 for (const auto &note : notes) { in parseOpenBSDNotes()
787 thread_data.notes.push_back(note); in parseOpenBSDNotes()
812 llvm::Error ProcessElfCore::parseLinuxNotes(llvm::ArrayRef<CoreNote> notes) { in parseLinuxNotes() argument
817 for (const auto &note : notes) { in parseLinuxNotes()
[all …]
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_arm64.h24 llvm::ArrayRef<lldb_private::CoreNote> notes);
45 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_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_ppc64le.h22 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_x86_64.h21 llvm::ArrayRef<lldb_private::CoreNote> notes);
/freebsd-13.1/contrib/pjdfstest/
H A DFREEBSD-upgrade3 This document contains a collection of notes specific to the import
4 of pjdfstest into head. These notes are built on the instructions in
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td18 "--symbols, --relocations, --dynamic-table, --notes, --version-info, --unwind, "
57 def notes : FF<"notes", "Display notes">, Group<grp_elf>;
120 def : F<"n", "Alias for --notes">, Alias<notes>;
/freebsd-13.1/contrib/netbsd-tests/
H A DFREEBSD-upgrade3 This document contains a collection of notes specific to the import
4 of the NetBSD test suite into head. These notes are built on the instructions
/freebsd-13.1/contrib/atf/
H A DFREEBSD-upgrade3 This document contains a collection of notes specific to the import
4 of atf into head. These notes are built on the instructions in
/freebsd-13.1/sys/powerpc/conf/
H A DNOTES3 # This file contains machine dependent kernel configuration notes. For
4 # machine independent notes, look in /sys/conf/NOTES.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DREADME.md8 * [Architecture notes](https://github.com/avr-llvm/architecture)
/freebsd-13.1/contrib/libpcap/
H A DINSTALL.md162 The LBNL Network Research Group notes with interest that a standard
261 doc/README.aix - notes on using libpcap on AIX
262 doc/README.dag - notes on using libpcap to capture on Endace DAG devices
263 doc/README.hpux - notes on using libpcap on HP-UX
264 doc/README.linux.md - notes on using libpcap on Linux
265 doc/README.macos - notes on using libpcap on macOS
266 doc/README.septel - notes on using libpcap to capture on Intel/Septel devices
267 doc/README.sita - notes on using libpcap to capture on SITA devices
268 doc/README.tru64 - notes on using libpcap on Digital/Tru64 UNIX
269 doc/README.Win32 - notes on using libpcap on Win32 systems (with Npcap)
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c775 run, notes, "this is my note") == NULL) { in rpc_test()
778 if (EVTAG_ARRAY_ADD_VALUE(run, notes, "pps") == NULL) { in rpc_test()
831 if (EVTAG_ARRAY_LEN(run, notes) != 2) { in rpc_test()
835 if (EVTAG_ARRAY_GET(run, notes, 0, &note_one) == -1 || in rpc_test()
836 EVTAG_ARRAY_GET(run, notes, 1, &note_two) == -1) { in rpc_test()
H A Dregress.rpc21 array string notes = 4;
/freebsd-13.1/contrib/libevent/test/
H A Dregress_rpc.c775 run, notes, "this is my note") == NULL) { in rpc_test()
778 if (EVTAG_ARRAY_ADD_VALUE(run, notes, "pps") == NULL) { in rpc_test()
831 if (EVTAG_ARRAY_LEN(run, notes) != 2) { in rpc_test()
835 if (EVTAG_ARRAY_GET(run, notes, 0, &note_one) == -1 || in rpc_test()
836 EVTAG_ARRAY_GET(run, notes, 1, &note_two) == -1) { in rpc_test()
H A Dregress.rpc21 array string notes = 4;
/freebsd-13.1/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-13.1/
H A DLOCKS6 subsystem login expires notes
/freebsd-13.1/usr.sbin/ntp/doc/hints/
H A DMakefile9 notes-xntp-v3 parse refclocks rs6000 sco.html sgi \

12345678910>>...15