HomeSort by: relevance | last modified time | path
    Searched defs:EXTERNAL_NLIST_SIZE (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 268 #define EXTERNAL_NLIST_SIZE (BYTES_IN_WORD+4+BYTES_IN_WORD)
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 268 #define EXTERNAL_NLIST_SIZE (BYTES_IN_WORD+4+BYTES_IN_WORD)
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 268 #define EXTERNAL_NLIST_SIZE (BYTES_IN_WORD+4+BYTES_IN_WORD)
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 268 #define EXTERNAL_NLIST_SIZE (BYTES_IN_WORD+4+BYTES_IN_WORD)
  /src/external/gpl3/binutils/dist/bfd/
pdp11.c 129 #define EXTERNAL_NLIST_SIZE 8
353 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE;
589 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE;
1274 count = amt / EXTERNAL_NLIST_SIZE;
1752 if (bfd_write (&nsp, EXTERNAL_NLIST_SIZE, abfd) != EXTERNAL_NLIST_SIZE)
2264 *sizep = EXTERNAL_NLIST_SIZE;
3129 amt = EXTERNAL_NLIST_SIZE;
4042 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE;
4590 size *= EXTERNAL_NLIST_SIZE;
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
pdp11.c 129 #define EXTERNAL_NLIST_SIZE 8
353 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE;
589 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE;
1274 count = amt / EXTERNAL_NLIST_SIZE;
1752 if (bfd_write (&nsp, EXTERNAL_NLIST_SIZE, abfd) != EXTERNAL_NLIST_SIZE)
2264 *sizep = EXTERNAL_NLIST_SIZE;
3129 amt = EXTERNAL_NLIST_SIZE;
4042 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE;
4590 size *= EXTERNAL_NLIST_SIZE;
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
pdp11.c 129 #define EXTERNAL_NLIST_SIZE 8
353 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE;
589 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE;
1274 count = amt / EXTERNAL_NLIST_SIZE;
1752 if (bfd_write (&nsp, EXTERNAL_NLIST_SIZE, abfd) != EXTERNAL_NLIST_SIZE)
2264 *sizep = EXTERNAL_NLIST_SIZE;
3136 amt = EXTERNAL_NLIST_SIZE;
4049 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE;
4597 size *= EXTERNAL_NLIST_SIZE;
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
pdp11.c 129 #define EXTERNAL_NLIST_SIZE 8
353 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE;
595 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE;
1281 count = amt / EXTERNAL_NLIST_SIZE;
1759 if (bfd_write (&nsp, EXTERNAL_NLIST_SIZE, abfd) != EXTERNAL_NLIST_SIZE)
2271 *sizep = EXTERNAL_NLIST_SIZE;
3143 amt = EXTERNAL_NLIST_SIZE;
4063 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE;
4611 size *= EXTERNAL_NLIST_SIZE;
    [all...]

Completed in 42 milliseconds