Home | History | Annotate | Download | only in bfd

Lines Matching refs:auxp

2009 	      union internal_auxent *auxp;
2012 auxp = h->aux + i;
2017 auxp = &aux;
2024 if (auxp->x_file.x_n.x_zeroes == 0
2025 && auxp->x_file.x_n.x_offset != 0)
2030 BFD_ASSERT (auxp->x_file.x_n.x_offset
2038 if ((bfd_size_type) auxp->x_file.x_n.x_offset >= obj_coff_strings_len (input_bfd))
2041 filename = strings + auxp->x_file.x_n.x_offset;
2046 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
2059 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.l;
2076 auxp->x_sym.x_fcnary.x_fcn.x_endndx.l = indx;
2080 indx = auxp->x_sym.x_tagndx.l;
2087 auxp->x_sym.x_tagndx.l = 0;
2089 auxp->x_sym.x_tagndx.l = symindx;
2155 if (auxp->x_sym.x_fcnary.x_fcn.x_endndx.l != 0)
2162 flaginfo->last_bf = *auxp;
2172 bfd_coff_swap_aux_out (output_bfd, auxp, isymp->n_type,
2699 union internal_auxent *auxp;
2701 auxp = h->aux + i;
2717 auxp->x_scn.x_scnlen = sec->size;
2739 auxp->x_scn.x_nreloc = sec->reloc_count;
2740 auxp->x_scn.x_nlinno = sec->lineno_count;
2741 auxp->x_scn.x_checksum = 0;
2742 auxp->x_scn.x_associated = 0;
2743 auxp->x_scn.x_comdat = 0;
2747 bfd_coff_swap_aux_out (output_bfd, auxp, isym.n_type,