Searched refs:numaux (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoffswap.h386 int numaux,
393 COFF_ADJUST_AUX_IN_PRE (abfd, ext1, type, class, indx, numaux, in1);
409 if (numaux > 1)
413 numaux * sizeof (AUXENT));
479 COFF_ADJUST_AUX_IN_POST (abfd, ext1, type, class, indx, numaux, in1);
489 int numaux ATTRIBUTE_UNUSED,
496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, class, indx, numaux, extp);
569 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, class, indx, numaux, extp);
381 coff_swap_aux_in(bfd *abfd, void * ext1, int type, int class, int indx, int numaux, void * in1) argument
H A Dcofflink.c82 ret->numaux = 0;
527 (*sym_hash)->numaux = sym.n_numaux;
546 && (*sym_hash)->numaux != 0)
555 BFD_ASSERT ((*sym_hash)->numaux == 1);
1925 || h->numaux == 0
1926 || h->numaux == isymp->n_numaux);
1941 if (h != NULL && h->aux != NULL && (h->numaux > i))
2573 isym.n_numaux = h->numaux;
2933 if (h->class == C_NT_WEAK && h->numaux == 1)
H A Dlibcoff-in.h258 char numaux; member in struct:coff_link_hash_entry
H A Dcoff64-rs6000.c351 _bfd_xcoff64_swap_aux_in (abfd, ext1, type, class, indx, numaux, in1)
357 int numaux;
380 if (indx + 1 == numaux)
441 _bfd_xcoff64_swap_aux_out (abfd, inp, type, class, indx, numaux, extp)
447 int numaux ATTRIBUTE_UNUSED;
472 if (indx + 1 == numaux)
H A Dcoff-rs6000.c383 _bfd_xcoff_swap_aux_in (abfd, ext1, type, class, indx, numaux, in1)
389 int numaux;
406 if (numaux > 1)
410 numaux * sizeof (AUXENT));
422 if (indx + 1 == numaux)
501 _bfd_xcoff_swap_aux_out (abfd, inp, type, class, indx, numaux, extp)
507 int numaux ATTRIBUTE_UNUSED;
531 if (indx + 1 == numaux)
H A Dlibcoff.h262 char numaux; member in struct:coff_link_hash_entry
H A Dcoffgen.c898 unsigned int numaux = native->u.syment.n_numaux; local
958 *written += numaux + 1;
H A DpeXXigen.c227 int numaux ATTRIBUTE_UNUSED,
298 int numaux ATTRIBUTE_UNUSED,

Completed in 217 milliseconds