Lines Matching defs:exec_bytes
23 struct exec_bytes struct
25 unsigned char a_info[4]; /* a_machtype/a_magic */
26 unsigned char a_spare1[4];
27 unsigned char a_spare2[4];
28 unsigned char a_text[4]; /* length of text, in bytes */
29 unsigned char a_data[4]; /* length of data, in bytes */
30 unsigned char a_bss[4]; /* length of uninitialized data area for file, in bytes */
31 unsigned char a_trsize[4]; /* length of relocation info for text, in bytes */
32 unsigned char a_drsize[4]; /* length of relocation info for data, in bytes */
33 unsigned char a_spare3[4]; /* HP = pascal interface size */
34 unsigned char a_spare4[4]; /* HP = symbol table size */
35 unsigned char a_spare5[4]; /* HP = debug name table size */
36 unsigned char a_entry[4]; /* start address */
37 unsigned char a_spare6[4]; /* HP = source line table size */
38 unsigned char a_spare7[4]; /* HP = value table size */
39 unsigned char a_syms[4]; /* length of symbol table data in file, in bytes */
40 unsigned char a_spare8[4];