Home
last modified time | relevance | path

Searched refs:NT_PPC_VMX (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/powerpc/powerpc/
HDelf32_machdep.c162 len += elf32_populate_note(NT_PPC_VMX, in elf32_dump_thread()
166 len += elf32_populate_note(NT_PPC_VMX, NULL, NULL, in elf32_dump_thread()
HDelf64_machdep.c239 len += elf64_populate_note(NT_PPC_VMX, in elf64_dump_thread()
243 len += elf64_populate_note(NT_PPC_VMX, NULL, NULL, in elf64_dump_thread()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.cpp401 NT_PPC_VMX = 0x100 enumerator
528 case FREEBSD::NT_PPC_VMX: in ParseThreadContextsFromNoteSegment()
/NextBSD/sys/sys/
HDelf_common.h749 #define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */ macro
/NextBSD/usr.bin/gcore/
HDelfcore.c355 elf_putnote(NT_PPC_VMX, elf_note_powerpc_vmx, tids + i, sb); in elf_putnotes()