Lines Matching refs:auxp
1938 union internal_auxent *auxp; in _bfd_coff_link_input_bfd() local
1941 auxp = h->aux + i; in _bfd_coff_link_input_bfd()
1946 auxp = &aux; in _bfd_coff_link_input_bfd()
1953 if (auxp->x_file.x_n.x_zeroes == 0 in _bfd_coff_link_input_bfd()
1954 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd()
1959 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd()
1967 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd()
1972 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd()
1985 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.l; in _bfd_coff_link_input_bfd()
2002 auxp->x_sym.x_fcnary.x_fcn.x_endndx.l = indx; in _bfd_coff_link_input_bfd()
2006 indx = auxp->x_sym.x_tagndx.l; in _bfd_coff_link_input_bfd()
2013 auxp->x_sym.x_tagndx.l = 0; in _bfd_coff_link_input_bfd()
2015 auxp->x_sym.x_tagndx.l = symindx; in _bfd_coff_link_input_bfd()
2081 if (auxp->x_sym.x_fcnary.x_fcn.x_endndx.l != 0) in _bfd_coff_link_input_bfd()
2088 finfo->last_bf = *auxp; in _bfd_coff_link_input_bfd()
2098 bfd_coff_swap_aux_out (output_bfd, auxp, isymp->n_type, in _bfd_coff_link_input_bfd()
2597 union internal_auxent *auxp; in _bfd_coff_write_global_sym() local
2599 auxp = h->aux + i; in _bfd_coff_write_global_sym()
2615 auxp->x_scn.x_scnlen = sec->size; in _bfd_coff_write_global_sym()
2637 auxp->x_scn.x_nreloc = sec->reloc_count; in _bfd_coff_write_global_sym()
2638 auxp->x_scn.x_nlinno = sec->lineno_count; in _bfd_coff_write_global_sym()
2639 auxp->x_scn.x_checksum = 0; in _bfd_coff_write_global_sym()
2640 auxp->x_scn.x_associated = 0; in _bfd_coff_write_global_sym()
2641 auxp->x_scn.x_comdat = 0; in _bfd_coff_write_global_sym()
2645 bfd_coff_swap_aux_out (output_bfd, auxp, isym.n_type, in _bfd_coff_write_global_sym()