Searched refs:numaux (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | coffswap.h | 386 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()
|
| HD | cofflink.c | 82 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()
|
| HD | coff64-rs6000.c | 351 _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)
|
| HD | libcoff-in.h | 258 char numaux; member
|
| HD | coff-rs6000.c | 382 _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)
|
| HD | libcoff.h | 262 char numaux; member
|
| HD | coffgen.c | 898 unsigned int numaux = native->u.syment.n_numaux; in coff_write_symbol() local 958 *written += numaux + 1; in coff_write_symbol()
|
| HD | peXXigen.c | 226 int numaux ATTRIBUTE_UNUSED, in _bfd_XXi_swap_aux_in() 297 int numaux ATTRIBUTE_UNUSED, in _bfd_XXi_swap_aux_out()
|
| HD | ChangeLog-9697 | 3884 * cofflink.c (coff_link_add_symbols): Only set (*sym_hash)->numaux
|