Home
last modified time | relevance | path

Searched defs:external_exec (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/include/
H A Dbout.h64 struct external_exec struct
85 #define EXEC_BYTES_SIZE (sizeof (struct external_exec)) argument
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h64 struct external_exec struct
85 #define EXEC_BYTES_SIZE (sizeof (struct external_exec)) argument
/openbsd-src/gnu/usr.bin/binutils/include/aout/
H A Dadobe.h28 struct external_exec struct
30 bfd_byte e_info[4]; /* magic number and stuff */
31 bfd_byte e_text[BYTES_IN_WORD]; /* length of text section in bytes */
32 bfd_byte e_data[BYTES_IN_WORD]; /* length of data section in bytes */
33 bfd_byte e_bss[BYTES_IN_WORD]; /* length of bss area in bytes */
34 bfd_byte e_syms[BYTES_IN_WORD]; /* length of symbol table in bytes */
35 bfd_byte e_entry[BYTES_IN_WORD]; /* start address */
36 bfd_byte e_trsize[BYTES_IN_WORD]; /* length of text relocation info */
37 bfd_byte e_drsize[BYTES_IN_WORD]; /* length of data relocation info */
H A Daout64.h29 struct external_exec struct
31 bfd_byte e_info[4]; /* Magic number and stuff. */
32 bfd_byte e_text[BYTES_IN_WORD]; /* Length of text section in bytes. */
33 bfd_byte e_data[BYTES_IN_WORD]; /* Length of data section in bytes. */
34 bfd_byte e_bss[BYTES_IN_WORD]; /* Length of bss area in bytes. */
35 bfd_byte e_syms[BYTES_IN_WORD]; /* Length of symbol table in bytes. */
36 bfd_byte e_entry[BYTES_IN_WORD]; /* Start address. */
37 bfd_byte e_trsize[BYTES_IN_WORD]; /* Length of text relocation info. */
38 bfd_byte e_drsize[BYTES_IN_WORD]; /* Length of data relocation info. */
H A Ddynix3.h22 #define external_exec dynix_external_exec macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/aout/
H A Dadobe.h28 struct external_exec struct
30 bfd_byte e_info[4]; /* magic number and stuff */
31 bfd_byte e_text[BYTES_IN_WORD]; /* length of text section in bytes */
32 bfd_byte e_data[BYTES_IN_WORD]; /* length of data section in bytes */
33 bfd_byte e_bss[BYTES_IN_WORD]; /* length of bss area in bytes */
34 bfd_byte e_syms[BYTES_IN_WORD]; /* length of symbol table in bytes */
35 bfd_byte e_entry[BYTES_IN_WORD]; /* start address */
36 bfd_byte e_trsize[BYTES_IN_WORD]; /* length of text relocation info */
37 bfd_byte e_drsize[BYTES_IN_WORD]; /* length of data relocation info */
H A Daout64.h29 struct external_exec struct
31 bfd_byte e_info[4]; /* Magic number and stuff. */
32 bfd_byte e_text[BYTES_IN_WORD]; /* Length of text section in bytes. */
33 bfd_byte e_data[BYTES_IN_WORD]; /* Length of data section in bytes. */
34 bfd_byte e_bss[BYTES_IN_WORD]; /* Length of bss area in bytes. */
35 bfd_byte e_syms[BYTES_IN_WORD]; /* Length of symbol table in bytes. */
36 bfd_byte e_entry[BYTES_IN_WORD]; /* Start address. */
37 bfd_byte e_trsize[BYTES_IN_WORD]; /* Length of text relocation info. */
38 bfd_byte e_drsize[BYTES_IN_WORD]; /* Length of data relocation info. */
H A Ddynix3.h22 #define external_exec dynix_external_exec macro
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dhp300hpux.c109 #define external_exec hp300hpux_exec_bytes macro
H A Dpdp11.c75 #define external_exec pdp11_external_exec macro
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dhp300hpux.c109 #define external_exec hp300hpux_exec_bytes macro
H A Dpdp11.c74 #define external_exec pdp11_external_exec macro
/openbsd-src/usr.sbin/ifstated/
H A Difstated.c314 external_exec(struct ifsd_external *external, int async) in external_exec() function