Home
last modified time | relevance | path

Searched refs:BYTES_IN_WORD (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.25/include/aout/
Dadobe.h23 #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 * 7)
102 bfd_byte e_strx[BYTES_IN_WORD]; /* index into string table of name */
[all …]
Daout64.h23 #ifndef BYTES_IN_WORD
24 #define BYTES_IN_WORD 4 macro
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. */
42 #define EXEC_BYTES_SIZE (4 + BYTES_IN_WORD * 7)
[all …]
DChangeLog52 * aout64.h (BYTES_IN_WORD): Define if necessary.
/toolchain/binutils/binutils-2.25/bfd/
Darmnetbsd.c21 #define BYTES_IN_WORD 4 macro
Di386netbsd.c21 #define BYTES_IN_WORD 4 macro
Dvaxnetbsd.c21 #define BYTES_IN_WORD 4 macro
Dvax1knetbsd.c21 #define BYTES_IN_WORD 4 macro
Di386freebsd.c21 #define BYTES_IN_WORD 4 macro
Di386bsd.c25 #define BYTES_IN_WORD 4 macro
Dns32knetbsd.c21 #define BYTES_IN_WORD 4 macro
Dlibaout.h65 #define BYTES_IN_WORD 8 macro
77 #define BYTES_IN_WORD 2 macro
88 #define BYTES_IN_WORD 4 macro
Dsunos.c104 #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()
Daoutx.h1337 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 …]
Dlibhppa.h27 #define BYTES_IN_WORD 4 macro
DPORTING61 BYTES_IN_WORD
Dpdp11.c35 #define BYTES_IN_WORD 2 macro
DChangeLog-91931930 BYTES_IN_WORD.
3425 BYTES_IN_WORD instead, until Utah sends a better fix.
DChangeLog-94955424 before adding BYTES_IN_WORD.
9470 compiling. Derive BYTES_IN_WORD and ARCH values from sizeof
DChangeLog-02034021 * aout-cris.c (BYTES_IN_WORD): Don't define.
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.h36 #define BYTES_IN_WORD 4 /* for now */ macro
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-0203877 * stabs.c (BYTES_IN_WORD): Remove definition.
878 * wrstabs.c (BYTES_IN_WORD): Likewise.
Dobjdump.c73 #define BYTES_IN_WORD 32 macro