Searched refs:BYTES_IN_WORD (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/binutils/bfd/
H A Darmnetbsd.c21 #define BYTES_IN_WORD 4 macro
H A Di386freebsd.c20 #define BYTES_IN_WORD 4 macro
H A Di386netbsd.c21 #define BYTES_IN_WORD 4 macro
H A Di386bsd.c24 #define BYTES_IN_WORD 4 macro
H A Dlibaout.h66 #define BYTES_IN_WORD 8 macro
78 #define BYTES_IN_WORD 2 macro
89 #define BYTES_IN_WORD 4 macro
H A Dsunos.c103 #define HASH_ENTRY_SIZE (2 * BYTES_IN_WORD)
358 table + hash * HASH_ENTRY_SIZE + BYTES_IN_WORD);
808 s->size = BYTES_IN_WORD;
1333 sgot->size = BYTES_IN_WORD;
1483 sgot->size = BYTES_IN_WORD;
1516 sgot->size += BYTES_IN_WORD;
1598 sgot->size = BYTES_IN_WORD;
1850 + BYTES_IN_WORD));
1852 s->contents + hash * HASH_ENTRY_SIZE + BYTES_IN_WORD);
1854 PUT_WORD (dynobj, next, s->contents + s->size + BYTES_IN_WORD);
[all...]
H A Daoutx.h1328 unsigned char string_chars[BYTES_IN_WORD];
1331 bfd_size_type amt = BYTES_IN_WORD;
1351 amt = stringsize - BYTES_IN_WORD;
1352 if (bfd_bread (strings + BYTES_IN_WORD, amt, abfd) != amt)
1818 /* Add BYTES_IN_WORD to the return value to account for the
1820 index += BYTES_IN_WORD;
1831 bfd_byte buffer[BYTES_IN_WORD];
1832 bfd_size_type amt = BYTES_IN_WORD;
1835 PUT_WORD (abfd, _bfd_stringtab_size (tab) + BYTES_IN_WORD, buffer);
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Daout64.h22 #ifndef BYTES_IN_WORD
23 #define BYTES_IN_WORD 4 macro
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. */
41 #define EXEC_BYTES_SIZE (4 + BYTES_IN_WORD *
[all...]
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dobj-elf.h37 #define BYTES_IN_WORD 4 /* for now */ macro
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dobjdump.c71 #define BYTES_IN_WORD 32 macro

Completed in 137 milliseconds