Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dadobe.h22 #define BYTES_IN_WORD 4 macro
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 */
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 …]
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 * 7)
[all …]
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dvax1knetbsd.c20 #define BYTES_IN_WORD 4 macro
Dvaxnetbsd.c20 #define BYTES_IN_WORD 4 macro
Darmnetbsd.c21 #define BYTES_IN_WORD 4 macro
Di386netbsd.c21 #define BYTES_IN_WORD 4 macro
Di386freebsd.c20 #define BYTES_IN_WORD 4 macro
Di386bsd.c24 #define BYTES_IN_WORD 4 macro
Dns32knetbsd.c21 #define BYTES_IN_WORD 4 macro
Dlibaout.h66 #define BYTES_IN_WORD 8 macro
78 #define BYTES_IN_WORD 2 macro
89 #define BYTES_IN_WORD 4 macro
Dsunos.c103 #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()
Dlibhppa.h27 #define BYTES_IN_WORD 4 macro
Daoutx.h1314 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()
Dpdp11.c33 #define BYTES_IN_WORD 2 macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-elf.h39 #define BYTES_IN_WORD 4 /* for now */ macro
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dobjdump.c65 #define BYTES_IN_WORD 32 macro