Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd-11-stable/release/doc/
HDREADME57 Directory for multi-architecture release notes files.
59 Directories for architecture-specific release notes files.
62 Directory for multi-architecture hardware notes files.
64 Directories for architecture-specific hardware notes files.
67 Directory for multi-architecture installation notes files.
74 Directories for architecture-specific release notes files.
82 If building the release notes "standalone" (in other words, not part
125 will have localized DocProj files but not localized release notes.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDRegisterContextPOSIXCore_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()
HDProcessElfCore.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);
HDProcessElfCore.cpp521 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseFreeBSDNotes() argument
525 for (const auto &note : notes) { in parseFreeBSDNotes()
557 thread_data.notes.push_back(note); in parseFreeBSDNotes()
592 llvm::Error ProcessElfCore::parseNetBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseNetBSDNotes() argument
603 for (const auto &note : notes) { in parseNetBSDNotes()
648 thread_data.notes.push_back(note); in parseNetBSDNotes()
674 thread_data.notes.push_back(note); in parseNetBSDNotes()
726 llvm::Error ProcessElfCore::parseOpenBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseOpenBSDNotes() argument
728 for (const auto &note : notes) { in parseOpenBSDNotes()
745 thread_data.notes.push_back(note); in parseOpenBSDNotes()
[all …]
HDRegisterContextPOSIXCore_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()
HDRegisterContextPOSIXCore_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()
HDRegisterContextPOSIXCore_mips64.cpp20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_mips64() argument
28 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_mips64()
HDRegisterContextPOSIXCore_s390x.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_s390x() argument
29 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_s390x()
HDRegisterContextPOSIXCore_arm.h23 llvm::ArrayRef<lldb_private::CoreNote> notes);
HDRegisterContextPOSIXCore_arm64.h23 llvm::ArrayRef<lldb_private::CoreNote> notes);
HDRegisterContextPOSIXCore_x86_64.h21 llvm::ArrayRef<lldb_private::CoreNote> notes);
/freebsd-11-stable/contrib/pjdfstest/
HDFREEBSD-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-11-stable/contrib/netbsd-tests/
HDFREEBSD-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-11-stable/contrib/gcc/
HDinsn-notes.def22 NOTE_LINE_NUMBER field of a NOTE insn for kinds of notes that are
26 We are slowly removing the concept of insn-chain notes from the
29 mean, such as register notes or bits in the basic-block structure. */
/freebsd-11-stable/contrib/atf/
HDFREEBSD-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-11-stable/contrib/libpcap/
HDINSTALL.txt166 The LBNL Network Research Group notes with interest that a standard
265 README.aix - notes on using libpcap on AIX
266 README.dag - notes on using libpcap to capture on Endace DAG devices
267 README.hpux - notes on using libpcap on HP-UX
268 README.linux - notes on using libpcap on Linux
269 README.macos - notes on using libpcap on macOS
270 README.septel - notes on using libpcap to capture on Intel/Septel devices
271 README.sita - notes on using libpcap to capture on SITA devices
272 README.tru64 - notes on using libpcap on Digital/Tru64 UNIX
273 README.Win32 - notes on using libpcap on Win32 systems (with WinPcap)
HDINSTALL.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-11-stable/contrib/ntp/sntp/libevent/test/
HDregress_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()
HDregress.rpc21 array string notes = 4;
/freebsd-11-stable/sys/powerpc/conf/
HDNOTES3 # This file contains machine dependent kernel configuration notes. For
4 # machine independent notes, look in /sys/conf/NOTES.
/freebsd-11-stable/contrib/binutils/gas/
HDstabs.c206 saved_string_obstack_end = notes.next_free; in s_stab_generic()
344 if (saved_string_obstack_end == notes.next_free) in s_stab_generic()
345 obstack_free (&notes, string); in s_stab_generic()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDREADME.md8 * [Architecture notes](https://github.com/avr-llvm/architecture)
/freebsd-11-stable/crypto/openssh/
HDREADME1 See https://www.openssh.com/releasenotes.html#7.5p1 for the release notes.
7 - A Japanese translation of this document and of the release notes is
/freebsd-11-stable/sys/sparc64/conf/
HDNOTES3 # This file contains machine dependent kernel configuration notes. For
4 # machine independent notes, look in /sys/conf/NOTES.
/freebsd-11-stable/usr.sbin/ntp/doc/hints/
HDMakefile9 notes-xntp-v3 parse refclocks rs6000 sco.html sgi \

12345678910>>...18