Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c367 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/
Dcoff-stgo32.c220 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()
Dcoffswap.h385 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()
Dcofflink.c84 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()
Dlibcoff-in.h270 char numaux; member
Dcoff-rs6000.c483 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()
Dcoff64-rs6000.c347 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()
Dcoff-i960.c493 BFD_ASSERT (h->numaux == 2); in coff_i960_relocate_section()
Dlibcoff.h274 char numaux; member
Dcoffcode.h5761 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()
Dcoffgen.c995 unsigned int numaux = native->u.syment.n_numaux; in coff_write_symbol() local
1061 *written += numaux + 1; in coff_write_symbol()
DpeXXigen.c295 int numaux ATTRIBUTE_UNUSED, in _bfd_XXi_swap_aux_in()
370 int numaux ATTRIBUTE_UNUSED, in _bfd_XXi_swap_aux_out()
DChangeLog-96973884 * cofflink.c (coff_link_add_symbols): Only set (*sym_hash)->numaux
/toolchain/binutils/binutils-2.25/ld/
Dpe-dll.c1404 if (h->symbol_class != C_NT_WEAK || h->numaux != 1) in generate_reloc()