Home
last modified time | relevance | path

Searched defs:hpux_exec (Results 1 – 1 of 1) sorted by relevance

/csrg-svn/sys/hp/hpux/
H A Dhpux_exec.h20 struct hpux_exec { struct
21 long ha_magic; /* magic number */
22 short ha_version; /* version ID */
23 short ha_pad0; /* doesn't matter */
24 long ha_misc; /* misc. info */
25 unsigned long ha_text; /* size of text segment */
26 unsigned long ha_data; /* size of initialized data */
27 unsigned long ha_bss; /* size of uninitialized data */
28 unsigned long ha_pad2[5]; /* doesn't matter */
29 unsigned long ha_entry; /* entry point */
[all …]