Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/aout/
Dhp300hpux.h19 struct hp300hpux_exec_bytes struct
21 unsigned char e_info[4]; /* a_machtype/a_magic */
22 unsigned char e_spare1[4];
23 unsigned char e_spare2[4];
24 unsigned char e_text[4]; /* length of text, in bytes */
25 unsigned char e_data[4]; /* length of data, in bytes */
26 unsigned char e_bss[4]; /* length of uninitialized data area , in bytes */
27 unsigned char e_trsize[4]; /* length of relocation info for text, in bytes*/
28 unsigned char e_drsize[4]; /* length of relocation info for data, in bytes*/
29 unsigned char e_passize[4];/* HP = pascal interface size */
[all …]