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

#include <coff.h>

Data Fields

char s_name [8]
 
char s_paddr [4]
 
char s_vaddr [4]
 
char s_size [4]
 
char s_scnptr [4]
 
char s_relptr [4]
 
char s_lnnoptr [4]
 
char s_nreloc [2]
 
char s_nlnno [2]
 
char s_flags [4]
 

Detailed Description

Definition at line 153 of file coff.h.

Field Documentation

char s_flags[4]

Definition at line 163 of file coff.h.

char s_lnnoptr[4]

Definition at line 160 of file coff.h.

char s_name[8]

Definition at line 154 of file coff.h.

char s_nlnno[2]

Definition at line 162 of file coff.h.

char s_nreloc[2]

Definition at line 161 of file coff.h.

char s_paddr[4]

Definition at line 155 of file coff.h.

char s_relptr[4]

Definition at line 159 of file coff.h.

char s_scnptr[4]

Definition at line 158 of file coff.h.

char s_size[4]

Definition at line 157 of file coff.h.

char s_vaddr[4]

Definition at line 156 of file coff.h.


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