Searched refs:notes (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_powerpc.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes)
29 DataExtractor fpregset = getRegset(notes, arch.GetTriple(), FPR_Desc);
35 DataExtractor vregset = getRegset(notes, arch.GetTriple(), PPC_VMX_Desc);
19 RegisterContextCorePOSIX_powerpc( Thread &thread, RegisterInfoInterface *register_info, const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) argument
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 DRegisterContextPOSIXCore_arm.h23 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_arm64.h23 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_mips64.h23 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_ppc64le.cpp24 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes)
32 DataExtractor fpregset = getRegset(notes, arch.GetTriple(), FPR_Desc);
38 DataExtractor vmxregset = getRegset(notes, arch.GetTriple(), PPC_VMX_Desc);
44 DataExtractor vsxregset = getRegset(notes, arch.GetTriple(), PPC_VSX_Desc);
22 RegisterContextCorePOSIX_ppc64le( Thread &thread, RegisterInfoInterface *register_info, const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) argument
H A DRegisterContextPOSIXCore_ppc64le.h22 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_s390x.h22 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_x86_64.h21 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_mips64.cpp20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes)
28 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc);
18 RegisterContextCorePOSIX_mips64( Thread &thread, RegisterInfoInterface *register_info, const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) argument
H A DRegisterContextPOSIXCore_s390x.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes)
29 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc);
19 RegisterContextCorePOSIX_s390x( Thread &thread, RegisterInfoInterface *register_info, const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) argument
H A DRegisterContextPOSIXCore_x86_64.cpp18 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes)
30 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc);
16 RegisterContextCorePOSIX_x86_64( Thread &thread, RegisterInfoInterface *register_info, const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) argument
H A DRegisterContextPOSIXCore_arm.cpp20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes)
18 RegisterContextCorePOSIX_arm( Thread &thread, RegisterInfoInterface *register_info, const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) argument
H A DRegisterContextPOSIXCore_arm64.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes)
19 RegisterContextCorePOSIX_arm64( Thread &thread, RegisterInfoInterface *register_info, const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) argument
H A DRegisterContextPOSIXCore_powerpc.h22 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DProcessElfCore.cpp234 // the main executable using data we found in the core file notes.
453 "Error parsing NetBSD core(5) notes: Unsupported procinfo version",
459 "Error parsing NetBSD core(5) notes: Unsupported procinfo size",
521 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { argument
525 for (const auto &note : notes) {
557 thread_data.notes.push_back(note);
572 /// NetBSD ELF core files use notes to provide information about
586 /// machine-dependent space) to identify register info notes. The
587 /// info in such notes is in the same format that ptrace(2) would
592 llvm::Error ProcessElfCore::parseNetBSDNotes(llvm::ArrayRef<CoreNote> notes) { argument
726 parseOpenBSDNotes(llvm::ArrayRef<CoreNote> notes) argument
770 parseLinuxNotes(llvm::ArrayRef<CoreNote> notes) argument
[all...]
H A DThreadElfCore.h128 std::vector<lldb_private::CoreNote> notes; member in struct:ThreadData
/freebsd-11-stable/usr.sbin/ntp/doc/hints/
H A DMakefile9 notes-xntp-v3 parse refclocks rs6000 sco.html sgi \
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c775 run, notes, "this is my note") == NULL) {
778 if (EVTAG_ARRAY_ADD_VALUE(run, notes, "pps") == NULL) {
826 /* verify the notes */
831 if (EVTAG_ARRAY_LEN(run, notes) != 2) {
835 if (EVTAG_ARRAY_GET(run, notes, 0, &note_one) == -1 ||
836 EVTAG_ARRAY_GET(run, notes, 1, &note_two) == -1) {
/freebsd-11-stable/contrib/binutils/gas/
H A Dstabs.c205 happens to use the notes obstack. */
206 saved_string_obstack_end = notes.next_free;
344 if (saved_string_obstack_end == notes.next_free)
345 obstack_free (&notes, string);
H A Dsymbols.h22 extern struct obstack notes; /* eg FixS live here. */
H A Dread.c238 obstack_begin (&notes, chunksize);
5311 obstack_1grow (&notes, c);
5316 obstack_1grow (&notes, '\0');
5317 retval = obstack_finish (&notes);
5514 obstack_1grow (&notes, *input_line_pointer);
5519 obstack_1grow (&notes, '\0');
5520 filename = obstack_finish (&notes);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dlex.c88 buffer->notes = XRESIZEVEC (_cpp_line_note, buffer->notes,
92 buffer->notes[buffer->notes_used].pos = pos;
93 buffer->notes[buffer->notes_used].type = type;
261 /* Process the notes created by add_line_note as far as the current
270 _cpp_line_note *note = &buffer->notes[buffer->cur_note];
946 if (buffer->cur >= buffer->notes[buffer->cur_note].pos
/freebsd-11-stable/release/doc/share/misc/
H A Dman2hwnotes.pl99 These are automatically generated device lists for FreeBSD hardware notes.
/freebsd-11-stable/share/mk/
H A Dbsd.crunchgen.mk5 # General notes:

Completed in 135 milliseconds

12