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

#include <a.out.h>

Data Fields

int r_address
 
unsigned int r_symbolnum:24
 
unsigned int r_pcrel:1
 
unsigned int r_length:2
 
unsigned int r_extern:1
 
unsigned int r_pad:4
 

Detailed Description

Definition at line 241 of file a.out.h.

Field Documentation

int r_address

Definition at line 244 of file a.out.h.

unsigned int r_extern

Definition at line 260 of file a.out.h.

unsigned int r_length

Definition at line 253 of file a.out.h.

unsigned int r_pad

Definition at line 268 of file a.out.h.

unsigned int r_pcrel

Definition at line 250 of file a.out.h.

unsigned int r_symbolnum

Definition at line 246 of file a.out.h.


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