Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnt_descriptor_types.h160 #if defined(NT_PPC_TAR) || (defined(HAVE_DECL_NT_PPC_TAR) && HAVE_DECL_NT_PPC_TAR)
162 static_assert((NT_PPC_TAR) == (0x103), "NT_PPC_TAR != 0x103");
165 # define NT_PPC_TAR 0x103
501 XLAT(NT_PPC_TAR),
Dnt_descriptor_types.in23 NT_PPC_TAR 0x103
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h47 #ifndef NT_PPC_TAR
48 #define NT_PPC_TAR 0x103 macro
158 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TAR, &iov); in show_tar_registers()
206 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TAR, &iov); in write_tar_registers()
/external/kernel-headers/original/uapi/linux/
Delf.h386 #define NT_PPC_TAR 0x103 /* Target Address Register */ macro
/external/elfutils/libelf/
Delf.h767 #define NT_PPC_TAR 0x103 /* Target Address Register */ macro