Searched refs:NT_PPC_VSX (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | elf32_machdep.c | 215 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 D | elf64_machdep.c | 304 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 D | RegisterUtilities.h | 153 {llvm::Triple::Linux, llvm::Triple::UnknownArch, llvm::ELF::NT_PPC_VSX},
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 824 #define NT_PPC_VSX 0x102 /* PowerPC VSX registers */ macro
|
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 375 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 D | ELF.h | 1660 NT_PPC_VSX = 0x102, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 98 ECase(NT_PPC_VSX); in enumeration()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 5982 {ELF::NT_PPC_VSX, "NT_PPC_VSX (ppc VSX registers)"},
|