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

  /toolchain/binutils/binutils-2.27/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;
467 (*sym_hash)->numaux = sym.n_numaux;
486 && (*sym_hash)->numaux != 0)
495 BFD_ASSERT ((*sym_hash)->numaux == 1);
    [all...]
libcoff-in.h 245 char numaux; member in struct:coff_link_hash_entry
coff-i960.c 489 BFD_ASSERT (h->numaux == 2);
coff64-rs6000.c 348 int indx, int numaux, void *in1)
372 if (indx + 1 == numaux)
436 int numaux ATTRIBUTE_UNUSED,
463 if (indx + 1 == numaux)
    [all...]
libcoff.h 249 char numaux; member in struct:coff_link_hash_entry
    [all...]
coff-rs6000.c 456 int indx, int numaux, void * in1)
472 if (numaux > 1)
476 numaux * sizeof (AUXENT));
489 if (indx + 1 == numaux)
567 int numaux ATTRIBUTE_UNUSED,
593 if (indx + 1 == numaux)
    [all...]
coffcode.h     [all...]
coffgen.c 991 unsigned int numaux = native->u.syment.n_numaux; local
1057 *written += numaux + 1;
    [all...]
peXXigen.c 297 int numaux ATTRIBUTE_UNUSED,
372 int numaux ATTRIBUTE_UNUSED,
    [all...]
  /toolchain/binutils/binutils-2.27/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...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadpe/
ldpe.go 286 for i, numaux := 0, 0; i < len(f.COFFSymbols); i += numaux + 1 {
289 numaux = int(pesym.NumberOfAuxSymbols)
  /prebuilts/go/linux-x86/src/cmd/link/internal/loadpe/
ldpe.go 286 for i, numaux := 0, 0; i < len(f.COFFSymbols); i += numaux + 1 {
289 numaux = int(pesym.NumberOfAuxSymbols)
  /toolchain/binutils/binutils-2.27/ld/
pe-dll.c     [all...]

Completed in 319 milliseconds