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

  /toolchain/binutils/binutils-2.25/bfd/
coff-stgo32.c 220 int numaux ATTRIBUTE_UNUSED,
238 int numaux ATTRIBUTE_UNUSED,
256 int numaux ATTRIBUTE_UNUSED,
coffswap.h 385 int numaux,
392 COFF_ADJUST_AUX_IN_PRE (abfd, ext1, type, in_class, indx, numaux, in1);
408 if (numaux > 1)
412 numaux * sizeof (AUXENT));
479 COFF_ADJUST_AUX_IN_POST (abfd, ext1, type, in_class, indx, numaux, in1);
489 int numaux ATTRIBUTE_UNUSED,
496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, in_class, indx, numaux, extp);
570 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, in_class, indx, numaux, extp);
cofflink.c 84 ret->numaux = 0;
466 (*sym_hash)->numaux = sym.n_numaux;
485 && (*sym_hash)->numaux != 0)
494 BFD_ASSERT ((*sym_hash)->numaux == 1);
    [all...]
libcoff-in.h 270 char numaux; member in struct:coff_link_hash_entry
coff-i960.c 493 BFD_ASSERT (h->numaux == 2);
coff64-rs6000.c 347 int indx, int numaux, void *in1)
371 if (indx + 1 == numaux)
435 int numaux ATTRIBUTE_UNUSED,
462 if (indx + 1 == numaux)
    [all...]
libcoff.h 274 char numaux; member in struct:coff_link_hash_entry
    [all...]
coff-rs6000.c 484 int indx, int numaux, void * in1)
500 if (numaux > 1)
504 numaux * sizeof (AUXENT));
517 if (indx + 1 == numaux)
595 int numaux ATTRIBUTE_UNUSED,
621 if (indx + 1 == numaux)
    [all...]
coffcode.h     [all...]
coffgen.c 995 unsigned int numaux = native->u.syment.n_numaux; local
1061 *written += numaux + 1;
    [all...]
peXXigen.c 296 int numaux ATTRIBUTE_UNUSED,
371 int numaux ATTRIBUTE_UNUSED,
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 367 unsigned char numaux; member in struct:xcoff32_symbol::sym
696 s->sym.numaux = bfd_h_get_8 (abfd, sym.e_numaux);
717 for (j = 0; j < s->sym.numaux; j++, i++)
803 printf (" %04x %3u ", s->sym.ntype, s->sym.numaux);
815 for (j = 0; j < s->sym.numaux; j++, i++)
838 if (j == 0 && s->sym.numaux > 1)
850 else if (j == 1 || (j == 0 && s->sym.numaux == 1))
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c     [all...]

Completed in 286 milliseconds