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

#include <doff.h>

Data Fields

s32 vaddr
 
union {
   struct {
      u8   _offset
 
      u8   _fieldsz
 
      u8   _wordsz
 
      u8   _dum1
 
      u16   _dum2
 
      u16   _type
 
   }   _r_field
 
   struct {
      u32   _spc
 
      u16   _dum
 
      u16   _type
 
   }   _r_spc
 
   struct {
      u32   _uval
 
      u16   _dum
 
      u16   _type
 
   }   _r_uval
 
   struct {
      s32   _symndx
 
      u16   _disp
 
      u16   _type
 
   }   _r_sym
 
_u_reloc
 

Detailed Description

Definition at line 229 of file doff.h.

Field Documentation

u16 _disp

Definition at line 279 of file doff.h.

u16 _dum

Definition at line 257 of file doff.h.

u8 _dum1

Definition at line 241 of file doff.h.

u16 _dum2

Definition at line 242 of file doff.h.

u8 _fieldsz

Definition at line 239 of file doff.h.

u8 _offset

Definition at line 238 of file doff.h.

struct { ... } _r_field
struct { ... } _r_spc
struct { ... } _r_sym
struct { ... } _r_uval
u32 _spc

Definition at line 255 of file doff.h.

s32 _symndx

Definition at line 277 of file doff.h.

u16 _type

Definition at line 243 of file doff.h.

union { ... } _u_reloc
u32 _uval

Definition at line 266 of file doff.h.

u8 _wordsz

Definition at line 240 of file doff.h.

s32 vaddr

Definition at line 231 of file doff.h.


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