|
Linux Kernel
3.7.1
|
#include <coff.h>
Data Fields | |
| struct { | |
| char x_tagndx [4] | |
| union { | |
| struct { | |
| char x_lnno [2] | |
| char x_size [2] | |
| } x_lnsz | |
| char x_fsize [4] | |
| } x_misc | |
| union { | |
| struct { | |
| char x_lnnoptr [4] | |
| char x_endndx [4] | |
| } x_fcn | |
| struct { | |
| char x_dimen [E_DIMNUM][2] | |
| } x_ary | |
| } x_fcnary | |
| char x_tvndx [2] | |
| } | x_sym |
| union { | |
| char x_fname [E_FILNMLEN] | |
| struct { | |
| char x_zeroes [4] | |
| char x_offset [4] | |
| } x_n | |
| } | x_file |
| struct { | |
| char x_scnlen [4] | |
| char x_nreloc [2] | |
| char x_nlinno [2] | |
| } | x_scn |
| struct { | |
| char x_tvfill [4] | |
| char x_tvlen [2] | |
| char x_tvran [2][2] | |
| } | x_tv |
| struct { ... } x_ary |
| struct { ... } x_fcn |
| union { ... } x_fcnary |
| union { ... } x_file |
| char x_fname[E_FILNMLEN] |
| struct { ... } x_lnsz |
| union { ... } x_misc |
| struct { ... } x_n |
| struct { ... } x_scn |
| struct { ... } x_sym |
| struct { ... } x_tv |
1.8.2