Lines Matching refs:auxp
1941 union internal_auxent *auxp; in _bfd_coff_link_input_bfd() local
1944 auxp = h->aux + i; in _bfd_coff_link_input_bfd()
1949 auxp = &aux; in _bfd_coff_link_input_bfd()
1956 if (auxp->x_file.x_n.x_zeroes == 0 in _bfd_coff_link_input_bfd()
1957 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd()
1962 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd()
1970 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd()
1975 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd()
1988 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.l; in _bfd_coff_link_input_bfd()
2005 auxp->x_sym.x_fcnary.x_fcn.x_endndx.l = indx; in _bfd_coff_link_input_bfd()
2009 indx = auxp->x_sym.x_tagndx.l; in _bfd_coff_link_input_bfd()
2016 auxp->x_sym.x_tagndx.l = 0; in _bfd_coff_link_input_bfd()
2018 auxp->x_sym.x_tagndx.l = symindx; in _bfd_coff_link_input_bfd()
2084 if (auxp->x_sym.x_fcnary.x_fcn.x_endndx.l != 0) in _bfd_coff_link_input_bfd()
2091 finfo->last_bf = *auxp; in _bfd_coff_link_input_bfd()
2101 bfd_coff_swap_aux_out (output_bfd, auxp, isymp->n_type, in _bfd_coff_link_input_bfd()
2600 union internal_auxent *auxp; in _bfd_coff_write_global_sym() local
2602 auxp = h->aux + i; in _bfd_coff_write_global_sym()
2618 auxp->x_scn.x_scnlen = sec->size; in _bfd_coff_write_global_sym()
2640 auxp->x_scn.x_nreloc = sec->reloc_count; in _bfd_coff_write_global_sym()
2641 auxp->x_scn.x_nlinno = sec->lineno_count; in _bfd_coff_write_global_sym()
2642 auxp->x_scn.x_checksum = 0; in _bfd_coff_write_global_sym()
2643 auxp->x_scn.x_associated = 0; in _bfd_coff_write_global_sym()
2644 auxp->x_scn.x_comdat = 0; in _bfd_coff_write_global_sym()
2648 bfd_coff_swap_aux_out (output_bfd, auxp, isym.n_type, in _bfd_coff_write_global_sym()