Searched refs:external_exec (Results 1 – 25 of 28) sorted by relevance
12
/toolchain/binutils/binutils-2.25/bfd/ |
D | i386dynix.c | 59 struct external_exec *raw_bytes, in i386dynix_32_swap_exec_header_in() 62 struct external_exec *bytes = (struct external_exec *)raw_bytes; in i386dynix_32_swap_exec_header_in()
|
D | hp300hpux.c | 109 #define external_exec hp300hpux_exec_bytes macro 281 struct external_exec exec_bytes; in MY() 444 struct external_exec *raw_bytes, in NAME() 447 struct external_exec *bytes = (struct external_exec *) raw_bytes; in NAME()
|
D | aout-adobe.c | 36 struct external_exec *bytes, in aout_adobe_swap_exec_header_in() 56 struct external_exec *bytes) in aout_adobe_swap_exec_header_out() 197 struct external_exec exec_bytes; in aout_adobe_object_p() 271 struct external_exec swapped_hdr; in aout_adobe_write_object_contents()
|
D | i386aout.c | 54 struct external_exec exec_bytes; in i386aout_write_object_contents()
|
D | pc532-mach.c | 83 struct external_exec exec_bytes; in MY()
|
D | libaout.h | 94 struct external_exec; 570 (bfd *, struct external_exec *, struct internal_exec *); 573 (bfd *, struct internal_exec *, struct external_exec *);
|
D | freebsd.h | 75 struct external_exec exec_bytes; in MY()
|
D | netbsd.h | 80 struct external_exec exec_bytes; in MY()
|
D | aoutf1.h | 187 struct external_exec exec_bytes; in sunos_write_object_contents() 289 struct external_exec c_aouthdr; /* A.out header. */ 346 struct external_exec c_aouthdr; /* A.out header. */
|
D | bout.c | 79 struct external_exec *bytes, in bout_swap_exec_header_in() 105 struct external_exec *bytes) in bout_swap_exec_header_out() 184 struct external_exec exec_bytes; in b_out_object_p() 395 struct external_exec swapped_hdr; in b_out_write_object_contents() 961 obj_textsec (abfd)->filepos = sizeof (struct external_exec); in b_out_set_section_contents() 1010 return sizeof (struct external_exec); in b_out_sizeof_headers()
|
D | sparclynx.c | 150 struct external_exec exec_bytes; in NAME()
|
D | aout-target.h | 134 struct external_exec exec_bytes; /* Raw exec header from file. */ in MY() 235 struct external_exec exec_bytes; in MY()
|
D | aout-cris.c | 120 struct external_exec exec_bytes; in MY()
|
D | mipsbsd.c | 130 struct external_exec exec_bytes; in MY()
|
D | aout-tic30.c | 553 struct external_exec exec_bytes; /* Raw exec header from file. */ in tic30_aout_object_p() 633 struct external_exec exec_bytes; in tic30_aout_write_object_contents()
|
D | riscix.c | 626 struct external_exec exec_bytes; /* Raw exec header from file. */ in MY()
|
D | sparclinux.c | 66 struct external_exec exec_bytes; in sparclinux_write_object_contents()
|
D | m68klinux.c | 69 struct external_exec exec_bytes; in m68klinux_write_object_contents()
|
D | i386linux.c | 70 struct external_exec exec_bytes; in i386linux_write_object_contents()
|
D | pdp11.c | 71 #define external_exec pdp11_external_exec macro 294 struct external_exec exec_bytes; in pdp11_aout_write_headers() 381 struct external_exec *bytes, in NAME() 416 struct external_exec *bytes) in NAME()
|
/toolchain/binutils/binutils-2.25/include/ |
D | bout.h | 65 struct external_exec struct 86 #define EXEC_BYTES_SIZE (sizeof (struct external_exec)) argument
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | aout64.h | 29 #ifndef external_exec 30 struct external_exec struct
|
D | dynix3.h | 23 #define external_exec dynix_external_exec macro
|
D | adobe.h | 29 struct external_exec struct
|
D | ChangeLog | 213 * aout64.h (struct external_exec, *MAGIC, N_BADMAG): Don't define 214 if `external_exec' is already defined as a macro.
|
12