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

#include <elf.h>

Data Fields

elf_fpreg_t fpregs [ELF_NFPREG]
 
u_int32_t fpcr
 
union {
   unsigned long   pr_regs [32]
 
   double   pr_dregs [16]
 
pr_fr
 
unsigned long __unused
 
unsigned long pr_fsr
 
unsigned char pr_qcnt
 
unsigned char pr_q_entrysize
 
unsigned char pr_en
 
unsigned int pr_q [64]
 
unsigned long pr_gsr
 
unsigned long pr_fprs
 

Detailed Description

Definition at line 31 of file elf.h.

Field Documentation

unsigned long __unused

Definition at line 85 of file elf_32.h.

u_int32_t fpcr

Definition at line 53 of file elf.h.

Definition at line 52 of file elf.h.

double pr_dregs[16]

Definition at line 83 of file elf_32.h.

unsigned char pr_en

Definition at line 89 of file elf_32.h.

unsigned long pr_fprs

Definition at line 126 of file elf_64.h.

union { ... } pr_fr
unsigned long pr_fsr

Definition at line 86 of file elf_32.h.

unsigned long pr_gsr

Definition at line 125 of file elf_64.h.

unsigned int pr_q[64]

Definition at line 90 of file elf_32.h.

unsigned char pr_q_entrysize

Definition at line 88 of file elf_32.h.

unsigned char pr_qcnt

Definition at line 87 of file elf_32.h.

unsigned long pr_regs

Definition at line 82 of file elf_32.h.


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