| /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() 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 D | RegisterContextPOSIXCore_riscv64.cpp | 18 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 D | RegisterContextPOSIXCore_riscv32.cpp | 17 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 D | RegisterContextPOSIXCore_loongarch64.cpp | 19 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 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 | 616 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseFreeBSDNotes() argument 625 for (const auto ¬e : 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 ¬e : 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 ¬e : notes) { in parseOpenBSDNotes() [all …]
|
| H A D | RegisterContextPOSIXCore_loongarch64.h | 28 llvm::ArrayRef<lldb_private::CoreNote> notes); 43 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| H A D | RegisterContextPOSIXCore_riscv32.h | 26 llvm::ArrayRef<lldb_private::CoreNote> notes); 41 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| 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_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 | RegisterContextPOSIXCore_arm64.h | 25 llvm::ArrayRef<lldb_private::CoreNote> notes); 46 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| /freebsd/bin/pwait/ |
| H A D | pwait.c | 90 int i, kq, n, ndone, nev, nleft, notes, opt, pid_max, ret, status; in main() local 173 notes = rflag ? NOTE_REAP : NOTE_EXIT; in main() 175 notes |= NOTE_EXIT; in main() 201 EV_SET(e + nleft, pid, EVFILT_PROC, EV_ADD, notes, 0, NULL); in main()
|
| /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/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/libpcap/ |
| H A D | INSTALL.md | 1 # 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/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/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()
|