Lines Matching refs:auxp

1977 	      union internal_auxent *auxp;  in _bfd_coff_link_input_bfd()  local
1980 auxp = h->aux + i; in _bfd_coff_link_input_bfd()
1985 auxp = &aux; in _bfd_coff_link_input_bfd()
1992 if (auxp->x_file.x_n.x_zeroes == 0 in _bfd_coff_link_input_bfd()
1993 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd()
1998 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd()
2006 if ((bfd_size_type) auxp->x_file.x_n.x_offset >= obj_coff_strings_len (input_bfd)) in _bfd_coff_link_input_bfd()
2009 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd()
2014 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd()
2027 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.l; in _bfd_coff_link_input_bfd()
2044 auxp->x_sym.x_fcnary.x_fcn.x_endndx.l = indx; in _bfd_coff_link_input_bfd()
2048 indx = auxp->x_sym.x_tagndx.l; in _bfd_coff_link_input_bfd()
2055 auxp->x_sym.x_tagndx.l = 0; in _bfd_coff_link_input_bfd()
2057 auxp->x_sym.x_tagndx.l = symindx; in _bfd_coff_link_input_bfd()
2123 if (auxp->x_sym.x_fcnary.x_fcn.x_endndx.l != 0) in _bfd_coff_link_input_bfd()
2130 flaginfo->last_bf = *auxp; in _bfd_coff_link_input_bfd()
2140 bfd_coff_swap_aux_out (output_bfd, auxp, isymp->n_type, in _bfd_coff_link_input_bfd()
2669 union internal_auxent *auxp; in _bfd_coff_write_global_sym() local
2671 auxp = h->aux + i; in _bfd_coff_write_global_sym()
2687 auxp->x_scn.x_scnlen = sec->size; in _bfd_coff_write_global_sym()
2709 auxp->x_scn.x_nreloc = sec->reloc_count; in _bfd_coff_write_global_sym()
2710 auxp->x_scn.x_nlinno = sec->lineno_count; in _bfd_coff_write_global_sym()
2711 auxp->x_scn.x_checksum = 0; in _bfd_coff_write_global_sym()
2712 auxp->x_scn.x_associated = 0; in _bfd_coff_write_global_sym()
2713 auxp->x_scn.x_comdat = 0; in _bfd_coff_write_global_sym()
2717 bfd_coff_swap_aux_out (output_bfd, auxp, isym.n_type, in _bfd_coff_write_global_sym()