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

#include <som.h>

Data Fields

union name_pt name
 
unsigned int is_loadable:1
 
unsigned int is_defined:1
 
unsigned int is_private:1
 
unsigned int has_intermediate_code:1
 
unsigned int is_tspecific:1
 
unsigned int reserved:11
 
unsigned int sort_key:8
 
unsigned int reserved2:8
 
int space_number
 
int subspace_index
 
unsigned int subspace_quantity
 
int loader_fix_index
 
unsigned int loader_fix_quantity
 
int init_pointer_index
 
unsigned int init_pointer_quantity
 

Detailed Description

Definition at line 103 of file som.h.

Field Documentation

unsigned int has_intermediate_code

Definition at line 108 of file som.h.

int init_pointer_index

Definition at line 119 of file som.h.

unsigned int init_pointer_quantity

Definition at line 120 of file som.h.

unsigned int is_defined

Definition at line 106 of file som.h.

unsigned int is_loadable

Definition at line 105 of file som.h.

unsigned int is_private

Definition at line 107 of file som.h.

unsigned int is_tspecific

Definition at line 109 of file som.h.

int loader_fix_index

Definition at line 117 of file som.h.

unsigned int loader_fix_quantity

Definition at line 118 of file som.h.

union name_pt name

Definition at line 104 of file som.h.

unsigned int reserved

Definition at line 110 of file som.h.

unsigned int reserved2

Definition at line 112 of file som.h.

unsigned int sort_key

Definition at line 111 of file som.h.

int space_number

Definition at line 114 of file som.h.

int subspace_index

Definition at line 115 of file som.h.

unsigned int subspace_quantity

Definition at line 116 of file som.h.


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