Searched defs:external_exec (Results 1 – 6 of 6) sorted by relevance
65 struct external_exec struct86 #define EXEC_BYTES_SIZE (sizeof (struct external_exec)) argument
30 struct external_exec struct32 bfd_byte e_info[4]; /* Magic number and stuff. */33 bfd_byte e_text[BYTES_IN_WORD]; /* Length of text section in bytes. */34 bfd_byte e_data[BYTES_IN_WORD]; /* Length of data section in bytes. */35 bfd_byte e_bss[BYTES_IN_WORD]; /* Length of bss area in bytes. */36 bfd_byte e_syms[BYTES_IN_WORD]; /* Length of symbol table in bytes. */37 bfd_byte e_entry[BYTES_IN_WORD]; /* Start address. */38 bfd_byte e_trsize[BYTES_IN_WORD]; /* Length of text relocation info. */39 bfd_byte e_drsize[BYTES_IN_WORD]; /* Length of data relocation info. */
75 #define external_exec pdp11_external_exec macro