Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
elf_xregset_t Struct Reference

#include <elf_64.h>

Data Fields

unsigned int pr_type
 
unsigned int pr_align
 
union {
   struct {
      union {
         unsigned int   pr_regs [32]
 
         unsigned long   pr_dregs [16]
 
         long double   pr_qregs [8]
 
      }   pr_xfr
 
   }   pr_v8p
 
   unsigned int   pr_xfsr
 
   unsigned int   pr_fprs
 
   unsigned int   pr_xg [8]
 
   unsigned int   pr_xo [8]
 
   unsigned long   pr_tstate
 
   unsigned int   pr_filler [8]
 
pr_un
 

Detailed Description

Definition at line 154 of file elf_64.h.

Field Documentation

unsigned int pr_align

Definition at line 156 of file elf_64.h.

unsigned long pr_dregs[16]

Definition at line 161 of file elf_64.h.

unsigned int pr_filler[8]

Definition at line 170 of file elf_64.h.

unsigned int pr_fprs

Definition at line 166 of file elf_64.h.

long double pr_qregs[8]

Definition at line 162 of file elf_64.h.

unsigned int pr_regs[32]

Definition at line 160 of file elf_64.h.

unsigned long pr_tstate

Definition at line 169 of file elf_64.h.

unsigned int pr_type

Definition at line 155 of file elf_64.h.

union { ... } pr_un
struct { ... } pr_v8p
union { ... } pr_xfr
unsigned int pr_xfsr

Definition at line 165 of file elf_64.h.

unsigned int pr_xg[8]

Definition at line 167 of file elf_64.h.

unsigned int pr_xo[8]

Definition at line 168 of file elf_64.h.


The documentation for this struct was generated from the following file: