Searched refs:BYTES_IN_WORD (Results 1 – 16 of 16) sorted by relevance
22 #define BYTES_IN_WORD 4 macro31 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 */40 #define EXEC_BYTES_SIZE (4 + BYTES_IN_WORD * 7)101 bfd_byte e_strx[BYTES_IN_WORD]; /* index into string table of name */[all …]
22 #ifndef BYTES_IN_WORD23 #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)[all …]
20 #define BYTES_IN_WORD 4 macro
21 #define BYTES_IN_WORD 4 macro
24 #define BYTES_IN_WORD 4 macro
66 #define BYTES_IN_WORD 8 macro78 #define BYTES_IN_WORD 2 macro89 #define BYTES_IN_WORD 4 macro
103 #define HASH_ENTRY_SIZE (2 * BYTES_IN_WORD)358 table + hash * HASH_ENTRY_SIZE + BYTES_IN_WORD); in sunos_canonicalize_dynamic_symtab()813 s->size = BYTES_IN_WORD; in sunos_create_dynamic_sections()1346 sgot->size = BYTES_IN_WORD; in sunos_scan_std_relocs()1496 sgot->size = BYTES_IN_WORD; in sunos_scan_ext_relocs()1529 sgot->size += BYTES_IN_WORD; in sunos_scan_ext_relocs()1611 sgot->size = BYTES_IN_WORD; in sunos_scan_ext_relocs()1863 + BYTES_IN_WORD)); in sunos_scan_dynamic_symbol()1865 s->contents + hash * HASH_ENTRY_SIZE + BYTES_IN_WORD); in sunos_scan_dynamic_symbol()1867 PUT_WORD (dynobj, next, s->contents + s->size + BYTES_IN_WORD); in sunos_scan_dynamic_symbol()
27 #define BYTES_IN_WORD 4 macro
1314 unsigned char string_chars[BYTES_IN_WORD]; in aout_get_external_symbols()1317 bfd_size_type amt = BYTES_IN_WORD; in aout_get_external_symbols()1337 amt = stringsize - BYTES_IN_WORD; in aout_get_external_symbols()1338 if (bfd_bread (strings + BYTES_IN_WORD, amt, abfd) != amt) in aout_get_external_symbols()1804 index += BYTES_IN_WORD; in add_to_stringtab()1815 bfd_byte buffer[BYTES_IN_WORD]; in emit_stringtab()1816 bfd_size_type amt = BYTES_IN_WORD; in emit_stringtab()1819 PUT_WORD (abfd, _bfd_stringtab_size (tab) + BYTES_IN_WORD, buffer); in emit_stringtab()
33 #define BYTES_IN_WORD 2 macro
39 #define BYTES_IN_WORD 4 /* for now */ macro
65 #define BYTES_IN_WORD 32 macro