Searched defs:hp300hpux_exec_bytes (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/include/aout/ |
H A D | hp300hpux.h | 4 struct hp300hpux_exec_bytes struct 6 unsigned char e_info[4]; /* a_machtype/a_magic */ 7 unsigned char e_spare1[4]; 8 unsigned char e_spare2[4]; 9 unsigned char e_text[4]; /* length of text, in bytes */ 10 unsigned char e_data[4]; /* length of data, in bytes */ 11 unsigned char e_bss[4]; /* length of uninitialized data area , in bytes */ 12 unsigned char e_trsize[4]; /* length of relocation info for text, in bytes*/ 13 unsigned char e_drsize[4]; /* length of relocation info for data, in bytes*/ 14 unsigned char e_passize[4];/* HP = pascal interface size */ [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/aout/ |
H A D | hp300hpux.h | 4 struct hp300hpux_exec_bytes struct 6 unsigned char e_info[4]; /* a_machtype/a_magic */ 7 unsigned char e_spare1[4]; 8 unsigned char e_spare2[4]; 9 unsigned char e_text[4]; /* length of text, in bytes */ 10 unsigned char e_data[4]; /* length of data, in bytes */ 11 unsigned char e_bss[4]; /* length of uninitialized data area , in bytes */ 12 unsigned char e_trsize[4]; /* length of relocation info for text, in bytes*/ 13 unsigned char e_drsize[4]; /* length of relocation info for data, in bytes*/ 14 unsigned char e_passize[4];/* HP = pascal interface size */ [all …]
|