Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Delf32_machdep.c215 len += elf32_populate_note(NT_PPC_VSX, in elf32_dump_thread()
219 len += elf32_populate_note(NT_PPC_VSX, NULL, NULL, in elf32_dump_thread()
H A Delf64_machdep.c304 len += elf64_populate_note(NT_PPC_VSX, in elf64_dump_thread()
308 len += elf64_populate_note(NT_PPC_VSX, NULL, NULL, in elf64_dump_thread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h153 {llvm::Triple::Linux, llvm::Triple::UnknownArch, llvm::ELF::NT_PPC_VSX},
/freebsd/sys/sys/
H A Delf_common.h824 #define NT_PPC_VSX 0x102 /* PowerPC VSX registers */ macro
/freebsd/usr.bin/gcore/
H A Delfcore.c375 elf_putnote(NT_PPC_VSX, elf_note_powerpc_vsx, tids + i, sb); in elf_putnotes()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1660 NT_PPC_VSX = 0x102, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp98 ECase(NT_PPC_VSX); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5982 {ELF::NT_PPC_VSX, "NT_PPC_VSX (ppc VSX registers)"},