HomeSort by relevance Sort by last modified time
    Searched refs:BYTES_IN_WORD (Results 1 - 17 of 17) sorted by null

  /toolchain/binutils/binutils-2.25/include/aout/
adobe.h 23 #define BYTES_IN_WORD 4
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)
103 bfd_byte e_strx[BYTES_IN_WORD]; /* index into string table of name *
    [all...]
aout64.h 23 #ifndef BYTES_IN_WORD
24 #define BYTES_IN_WORD 4
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...]
  /toolchain/binutils/binutils-2.25/bfd/
armnetbsd.c 21 #define BYTES_IN_WORD 4
i386freebsd.c 21 #define BYTES_IN_WORD 4
i386netbsd.c 21 #define BYTES_IN_WORD 4
vax1knetbsd.c 21 #define BYTES_IN_WORD 4
vaxnetbsd.c 21 #define BYTES_IN_WORD 4
i386bsd.c 25 #define BYTES_IN_WORD 4
ns32knetbsd.c 21 #define BYTES_IN_WORD 4
libaout.h 65 #define BYTES_IN_WORD 8
77 #define BYTES_IN_WORD 2
88 #define BYTES_IN_WORD 4
sunos.c 104 #define HASH_ENTRY_SIZE (2 * BYTES_IN_WORD)
359 table + hash * HASH_ENTRY_SIZE + BYTES_IN_WORD);
804 s->size = BYTES_IN_WORD;
    [all...]
libhppa.h 27 #define BYTES_IN_WORD 4
aoutx.h     [all...]
pdp11.c 35 #define BYTES_IN_WORD 2
    [all...]
  /test/vts/utils/python/coverage/
gcno_parser.py 60 BYTES_IN_WORD = 4
213 src_length = int(math.ceil(len(src) * 1.0 / self.BYTES_IN_WORD)) + 1
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.h 36 #define BYTES_IN_WORD 4 /* for now */
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 73 #define BYTES_IN_WORD 32
    [all...]

Completed in 780 milliseconds