Home
last modified time | relevance | path

Searched refs:NT_PPC_VSX (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/sys/powerpc/powerpc/
HDelf32_machdep.c216 len += elf32_populate_note(NT_PPC_VSX, in elf32_dump_thread()
220 len += elf32_populate_note(NT_PPC_VSX, NULL, NULL, in elf32_dump_thread()
HDelf64_machdep.c307 len += elf64_populate_note(NT_PPC_VSX, in elf64_dump_thread()
311 len += elf64_populate_note(NT_PPC_VSX, NULL, NULL, in elf64_dump_thread()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDRegisterUtilities.h153 {llvm::Triple::Linux, llvm::Triple::UnknownArch, llvm::ELF::NT_PPC_VSX},
/freebsd-13-stable/sys/sys/
HDelf_common.h823 #define NT_PPC_VSX 0x102 /* PowerPC VSX registers */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1660 NT_PPC_VSX = 0x102, enumerator
/freebsd-13-stable/usr.bin/gcore/
HDelfcore.c375 elf_putnote(NT_PPC_VSX, elf_note_powerpc_vsx, tids + i, sb); in elf_putnotes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp98 ECase(NT_PPC_VSX); in enumeration()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp5982 {ELF::NT_PPC_VSX, "NT_PPC_VSX (ppc VSX registers)"},