HomeSort by relevance Sort by last modified time
    Searched full:a_syms (Results 101 - 111 of 111) sorted by null

1 2 3 45

  /toolchain/binutils/binutils-2.25/include/aout/
hp300hpux.h 118 #define N_SUPOFF(x) ( N_SYMOFF(x) + (x).a_syms )
adobe.h 98 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
aout64.h 251 #define N_STROFF(x) (N_SYMOFF (x) + (x).a_syms)
  /toolchain/binutils/binutils-2.25/include/
bout.h 98 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
  /toolchain/binutils/binutils-2.25/bfd/
pdp11.c 118 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
301 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE;
394 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
423 PUT_WORD (abfd, execp->a_syms, bytes->e_syms);
493 if (execp->a_syms)
520 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist);
    [all...]
libaout.h 227 bfd_vma a_syms; /* Length of symbol table data in file. */
635 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
225 bfd_vma a_syms; \/* Length of symbol table data in file. *\/ member in struct:internal_exec
bout.c 87 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
112 PUT_WORD (abfd, execp->a_syms , bytes->e_syms);
406 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * 12;
    [all...]
i386lynx.c 44 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
aoutx.h 386 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
418 PUT_WORD (abfd, execp->a_syms , bytes->e_syms);
489 if (execp->a_syms)
521 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist);
    [all...]
aout-tic30.c 645 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE;
    [all...]
aoutf1.h 486 /* The Solaris BCP exdata structure does not contain an a_syms field,

Completed in 378 milliseconds

1 2 3 45