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

#include <a.out.h>

Data Fields

struct filehdr fh
 
struct aouthdr ah
 
__u32 a_info
 
__u32 a_text
 
__u32 a_data
 
__u32 a_bss
 
__u32 a_syms
 
__u32 a_entry
 
__u32 a_trsize
 
__u32 a_drsize
 
unsigned long a_info
 
unsigned a_text
 
unsigned a_data
 
unsigned a_bss
 
unsigned a_syms
 
unsigned a_entry
 
unsigned a_trsize
 
unsigned a_drsize
 
unsigned int a_info
 

Detailed Description

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

Field Documentation

unsigned a_bss

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

unsigned a_bss

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

unsigned a_data

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

unsigned a_data

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

unsigned a_drsize

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

unsigned a_drsize

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

unsigned a_entry

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

unsigned a_entry

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

unsigned long a_info

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

unsigned int a_info

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

__u32 a_info

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

unsigned a_syms

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

unsigned a_syms

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

unsigned a_text

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

unsigned a_text

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

unsigned a_trsize

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

unsigned a_trsize

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

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

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


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