/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterContextPOSIXCore_arm64.cpp | 26 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 D | RegisterContextPOSIXCore_riscv64.cpp | 18 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 D | RegisterContextPOSIXCore_ppc64le.cpp | 24 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 D | ProcessElfCore.h | 181 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 D | RegisterContextPOSIXCore_powerpc.cpp | 21 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 D | ProcessElfCore.cpp | 603 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseFreeBSDNotes() argument 612 for (const auto ¬e : 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 ¬e : 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 ¬e : notes) { in parseOpenBSDNotes() [all …]
|
H A D | RegisterContextPOSIXCore_riscv64.h | 27 llvm::ArrayRef<lldb_private::CoreNote> notes); 42 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
H A D | RegisterContextPOSIXCore_x86_64.cpp | 18 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 D | RegisterContextPOSIXCore_mips64.cpp | 20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_mips64() argument 28 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_mips64()
|
H A D | RegisterContextPOSIXCore_arm64.h | 25 llvm::ArrayRef<lldb_private::CoreNote> notes); 46 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
H A D | RegisterContextPOSIXCore_s390x.cpp | 21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_s390x() argument 29 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_s390x()
|
H A D | RegisterContextLinuxCore_x86_64.h | 21 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
/freebsd/usr.bin/mididump/ |
H A D | mididump.c | 50 } notes[] = { variable 192 pn = ¬es[b1 % nitems(notes)]; in main()
|
/freebsd/contrib/pjdfstest/ |
H A D | FREEBSD-upgrade | 1 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 D | Opts.td | 18 "--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 D | INSTALL.md | 1 # 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 D | FREEBSD-upgrade | 1 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 D | ReleaseNotes.rst | 11 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 D | FREEBSD-upgrade | 1 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 D | NOTES | 2 # This file contains machine dependent kernel configuration notes. For 3 # machine independent notes, look in /sys/conf/NOTES.
|
/freebsd/sys/riscv/conf/ |
H A D | NOTES | 4 # 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 D | regress_rpc.c | 774 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, ¬e_one) == -1 || in rpc_test() 835 EVTAG_ARRAY_GET(run, notes, 1, ¬e_two) == -1) { in rpc_test()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_rpc.c | 774 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, ¬e_one) == -1 || in rpc_test() 835 EVTAG_ARRAY_GET(run, notes, 1, ¬e_two) == -1) { in rpc_test()
|
/freebsd/ |
H A D | LOCKS | 5 subsystem login expires notes
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | README.md | 8 * [Architecture notes](https://github.com/avr-llvm/architecture)
|