/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 367 unsigned char numaux; member 696 s->sym.numaux = bfd_h_get_8 (abfd, sym.e_numaux); in xcoff32_read_symbols() 717 for (j = 0; j < s->sym.numaux; j++, i++) in xcoff32_read_symbols() 803 printf (" %04x %3u ", s->sym.ntype, s->sym.numaux); in dump_xcoff32_symbols() 815 for (j = 0; j < s->sym.numaux; j++, i++) in dump_xcoff32_symbols() 838 if (j == 0 && s->sym.numaux > 1) in dump_xcoff32_symbols() 850 else if (j == 1 || (j == 0 && s->sym.numaux == 1)) in dump_xcoff32_symbols() 1477 && s->sym.numaux > 0) in dump_xcoff32_traceback() 1479 union external_auxent *aux = &s[s->sym.numaux].aux; in dump_xcoff32_traceback() 1502 i += s->sym.numaux; in dump_xcoff32_traceback() [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-stgo32.c | 220 int numaux ATTRIBUTE_UNUSED, in adjust_aux_in_post() 238 int numaux ATTRIBUTE_UNUSED, in adjust_aux_out_pre() 256 int numaux ATTRIBUTE_UNUSED, in adjust_aux_out_post()
|
D | coffswap.h | 385 int numaux, in coff_swap_aux_in() argument 392 COFF_ADJUST_AUX_IN_PRE (abfd, ext1, type, in_class, indx, numaux, in1); in coff_swap_aux_in() 408 if (numaux > 1) in coff_swap_aux_in() 412 numaux * sizeof (AUXENT)); in coff_swap_aux_in() 479 COFF_ADJUST_AUX_IN_POST (abfd, ext1, type, in_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, in_class, indx, numaux, extp); in coff_swap_aux_out() 570 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, in_class, indx, numaux, extp); in coff_swap_aux_out()
|
D | cofflink.c | 84 ret->numaux = 0; in _bfd_coff_link_hash_newfunc() 466 (*sym_hash)->numaux = sym.n_numaux; in coff_link_add_symbols() 485 && (*sym_hash)->numaux != 0) in coff_link_add_symbols() 494 BFD_ASSERT ((*sym_hash)->numaux == 1); in coff_link_add_symbols() 1963 || h->numaux == 0 in _bfd_coff_link_input_bfd() 1964 || h->numaux == isymp->n_numaux); in _bfd_coff_link_input_bfd() 1979 if (h != NULL && h->aux != NULL && (h->numaux > i)) in _bfd_coff_link_input_bfd() 2644 isym.n_numaux = h->numaux; in _bfd_coff_write_global_sym() 3009 if (h->symbol_class == C_NT_WEAK && h->numaux == 1) in _bfd_coff_generic_relocate_section()
|
D | libcoff-in.h | 270 char numaux; member
|
D | coff-rs6000.c | 483 int indx, int numaux, void * in1) in _bfd_xcoff_swap_aux_in() argument 499 if (numaux > 1) in _bfd_xcoff_swap_aux_in() 503 numaux * sizeof (AUXENT)); in _bfd_xcoff_swap_aux_in() 516 if (indx + 1 == numaux) in _bfd_xcoff_swap_aux_in() 594 int numaux ATTRIBUTE_UNUSED, in _bfd_xcoff_swap_aux_out() 620 if (indx + 1 == numaux) in _bfd_xcoff_swap_aux_out()
|
D | coff64-rs6000.c | 347 int indx, int numaux, void *in1) in _bfd_xcoff64_swap_aux_in() argument 371 if (indx + 1 == numaux) in _bfd_xcoff64_swap_aux_in() 435 int numaux ATTRIBUTE_UNUSED, in _bfd_xcoff64_swap_aux_out() 462 if (indx + 1 == numaux) in _bfd_xcoff64_swap_aux_out()
|
D | coff-i960.c | 493 BFD_ASSERT (h->numaux == 2); in coff_i960_relocate_section()
|
D | libcoff.h | 274 char numaux; member
|
D | coffcode.h | 5761 int numaux, in coff_bigobj_swap_aux_in() argument 5770 if (numaux > 1) in coff_bigobj_swap_aux_in() 5774 numaux * sizeof (AUXENT_BIGOBJ)); in coff_bigobj_swap_aux_in() 5811 int numaux ATTRIBUTE_UNUSED, in coff_bigobj_swap_aux_out()
|
D | coffgen.c | 995 unsigned int numaux = native->u.syment.n_numaux; in coff_write_symbol() local 1061 *written += numaux + 1; in coff_write_symbol()
|
D | peXXigen.c | 295 int numaux ATTRIBUTE_UNUSED, in _bfd_XXi_swap_aux_in() 370 int numaux ATTRIBUTE_UNUSED, in _bfd_XXi_swap_aux_out()
|
D | ChangeLog-9697 | 3884 * cofflink.c (coff_link_add_symbols): Only set (*sym_hash)->numaux
|
/toolchain/binutils/binutils-2.25/ld/ |
D | pe-dll.c | 1404 if (h->symbol_class != C_NT_WEAK || h->numaux != 1) in generate_reloc()
|