Searched refs:BYTES_IN_WORD (Results 1 – 22 of 22) sorted by relevance
23 #define BYTES_IN_WORD 4 macro32 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 */41 #define EXEC_BYTES_SIZE (4 + BYTES_IN_WORD * 7)102 bfd_byte e_strx[BYTES_IN_WORD]; /* index into string table of name */[all …]
23 #ifndef BYTES_IN_WORD24 #define BYTES_IN_WORD 4 macro33 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. */42 #define EXEC_BYTES_SIZE (4 + BYTES_IN_WORD * 7)[all …]
52 * aout64.h (BYTES_IN_WORD): Define if necessary.
21 #define BYTES_IN_WORD 4 macro
25 #define BYTES_IN_WORD 4 macro
65 #define BYTES_IN_WORD 8 macro77 #define BYTES_IN_WORD 2 macro88 #define BYTES_IN_WORD 4 macro
104 #define HASH_ENTRY_SIZE (2 * BYTES_IN_WORD)359 table + hash * HASH_ENTRY_SIZE + BYTES_IN_WORD); in sunos_canonicalize_dynamic_symtab()803 s->size = BYTES_IN_WORD; in sunos_create_dynamic_sections()1328 sgot->size = BYTES_IN_WORD; in sunos_scan_std_relocs()1478 sgot->size = BYTES_IN_WORD; in sunos_scan_ext_relocs()1511 sgot->size += BYTES_IN_WORD; in sunos_scan_ext_relocs()1593 sgot->size = BYTES_IN_WORD; in sunos_scan_ext_relocs()1842 + BYTES_IN_WORD)); in sunos_scan_dynamic_symbol()1844 s->contents + hash * HASH_ENTRY_SIZE + BYTES_IN_WORD); in sunos_scan_dynamic_symbol()1846 PUT_WORD (dynobj, next, s->contents + s->size + BYTES_IN_WORD); in sunos_scan_dynamic_symbol()
1337 unsigned char string_chars[BYTES_IN_WORD]; in aout_get_external_symbols()1340 bfd_size_type amt = BYTES_IN_WORD; in aout_get_external_symbols()1360 amt = stringsize - BYTES_IN_WORD; in aout_get_external_symbols()1361 if (bfd_bread (strings + BYTES_IN_WORD, amt, abfd) != amt) in aout_get_external_symbols()1830 str_index += BYTES_IN_WORD; in add_to_stringtab()1841 bfd_byte buffer[BYTES_IN_WORD]; in emit_stringtab()1842 bfd_size_type amt = BYTES_IN_WORD; in emit_stringtab()1845 PUT_WORD (abfd, _bfd_stringtab_size (tab) + BYTES_IN_WORD, buffer); in emit_stringtab()5629 bfd_byte b[BYTES_IN_WORD]; in NAME()5631 memset (b, 0, BYTES_IN_WORD); in NAME()[all …]
27 #define BYTES_IN_WORD 4 macro
61 BYTES_IN_WORD
35 #define BYTES_IN_WORD 2 macro
1930 BYTES_IN_WORD.3425 BYTES_IN_WORD instead, until Utah sends a better fix.
5424 before adding BYTES_IN_WORD.9470 compiling. Derive BYTES_IN_WORD and ARCH values from sizeof
4021 * aout-cris.c (BYTES_IN_WORD): Don't define.
36 #define BYTES_IN_WORD 4 /* for now */ macro
877 * stabs.c (BYTES_IN_WORD): Remove definition.878 * wrstabs.c (BYTES_IN_WORD): Likewise.
73 #define BYTES_IN_WORD 32 macro