Home
last modified time | relevance | path

Searched defs:exec_bytes (Results 1 – 25 of 42) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-hp300.h23 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 */
[all …]
H A Daout_gnu.h75 struct exec_bytes struct
77 unsigned char a_info[4];
78 unsigned char a_text[4];
79 unsigned char a_data[4];
80 unsigned char a_bss[4];
81 unsigned char a_syms[4];
82 unsigned char a_entry[4];
83 unsigned char a_trsize[4];
84 unsigned char a_drsize[4];
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Daout_gnu.h75 struct exec_bytes struct
77 unsigned char a_info[4];
78 unsigned char a_text[4];
79 unsigned char a_data[4];
80 unsigned char a_bss[4];
81 unsigned char a_syms[4];
82 unsigned char a_entry[4];
83 unsigned char a_trsize[4];
84 unsigned char a_drsize[4];
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Daout-encap.c46 struct external_exec exec_bytes; local
130 struct external_exec exec_bytes; local
H A Di386aout.c65 struct external_exec exec_bytes; local
H A Dpc532-mach.c89 struct external_exec exec_bytes; variable
H A Daout-target.h146 struct external_exec exec_bytes; /* Raw exec header from file */ variable
260 struct external_exec exec_bytes; variable
H A Dsparclynx.c169 struct external_exec exec_bytes; variable
H A Dfreebsd.h76 struct external_exec exec_bytes; variable
H A Dnetbsd.h80 struct external_exec exec_bytes; variable
H A Di386os9k.c119 mh_com exec_bytes; local
H A Daout-cris.c127 struct external_exec exec_bytes; variable
H A Dmipsbsd.c136 struct external_exec exec_bytes; variable
H A Daout-adobe.c112 struct external_exec exec_bytes; local
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Di386aout.c53 struct external_exec exec_bytes; in i386aout_write_object_contents() local
H A Dpc532-mach.c89 struct external_exec exec_bytes; variable
H A Dsparclynx.c153 struct external_exec exec_bytes; variable
H A Dfreebsd.h75 struct external_exec exec_bytes; in MY() local
H A Dnetbsd.h80 struct external_exec exec_bytes; in MY() local
H A Daout-target.h134 struct external_exec exec_bytes; /* Raw exec header from file. */ in MY() local
235 struct external_exec exec_bytes; in MY() local
H A Di386os9k.c85 mh_com exec_bytes; local
H A Daout-cris.c123 struct external_exec exec_bytes; in MY() local
H A Dmipsbsd.c135 struct external_exec exec_bytes; variable
H A Daout-adobe.c201 struct external_exec exec_bytes; in aout_adobe_object_p() local
H A Daout-tic30.c537 struct external_exec exec_bytes; /* Raw exec header from file. */ in tic30_aout_object_p() local
617 struct external_exec exec_bytes; in tic30_aout_write_object_contents() local

12