Home
last modified time | relevance | path

Searched refs:numaux (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
HDcoffswap.h386 int numaux, in coff_swap_aux_in() argument
393 COFF_ADJUST_AUX_IN_PRE (abfd, ext1, type, class, indx, numaux, in1); in coff_swap_aux_in()
409 if (numaux > 1) in coff_swap_aux_in()
413 numaux * sizeof (AUXENT)); in coff_swap_aux_in()
479 COFF_ADJUST_AUX_IN_POST (abfd, ext1, type, class, indx, numaux, in1); in coff_swap_aux_in()
489 int numaux ATTRIBUTE_UNUSED, in coff_swap_aux_out()
496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, class, indx, numaux, extp); in coff_swap_aux_out()
569 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, class, indx, numaux, extp); in coff_swap_aux_out()
HDcofflink.c82 ret->numaux = 0; in _bfd_coff_link_hash_newfunc()
527 (*sym_hash)->numaux = sym.n_numaux; in coff_link_add_symbols()
546 && (*sym_hash)->numaux != 0) in coff_link_add_symbols()
555 BFD_ASSERT ((*sym_hash)->numaux == 1); in coff_link_add_symbols()
1924 || h->numaux == 0 in _bfd_coff_link_input_bfd()
1925 || h->numaux == isymp->n_numaux); in _bfd_coff_link_input_bfd()
1940 if (h != NULL && h->aux != NULL && (h->numaux > i)) in _bfd_coff_link_input_bfd()
2572 isym.n_numaux = h->numaux; in _bfd_coff_write_global_sym()
2932 if (h->class == C_NT_WEAK && h->numaux == 1) in _bfd_coff_generic_relocate_section()
HDcoff64-rs6000.c351 _bfd_xcoff64_swap_aux_in (abfd, ext1, type, class, indx, numaux, in1) in _bfd_xcoff64_swap_aux_in() argument
357 int numaux;
380 if (indx + 1 == numaux)
441 _bfd_xcoff64_swap_aux_out (abfd, inp, type, class, indx, numaux, extp) in _bfd_xcoff64_swap_aux_out() argument
447 int numaux ATTRIBUTE_UNUSED;
472 if (indx + 1 == numaux)
HDlibcoff-in.h258 char numaux; member
HDcoff-rs6000.c382 _bfd_xcoff_swap_aux_in (abfd, ext1, type, class, indx, numaux, in1) in _bfd_xcoff_swap_aux_in() argument
388 int numaux;
405 if (numaux > 1)
409 numaux * sizeof (AUXENT));
421 if (indx + 1 == numaux)
500 _bfd_xcoff_swap_aux_out (abfd, inp, type, class, indx, numaux, extp) in _bfd_xcoff_swap_aux_out() argument
506 int numaux ATTRIBUTE_UNUSED;
530 if (indx + 1 == numaux)
HDlibcoff.h262 char numaux; member
HDcoffgen.c898 unsigned int numaux = native->u.syment.n_numaux; in coff_write_symbol() local
958 *written += numaux + 1; in coff_write_symbol()
HDpeXXigen.c226 int numaux ATTRIBUTE_UNUSED, in _bfd_XXi_swap_aux_in()
297 int numaux ATTRIBUTE_UNUSED, in _bfd_XXi_swap_aux_out()
HDChangeLog-96973884 * cofflink.c (coff_link_add_symbols): Only set (*sym_hash)->numaux