Home | History | Annotate | Download | only in bfd

Lines Matching refs:auxp

2010 	      union internal_auxent *auxp;
2013 auxp = h->aux + i;
2018 auxp = &aux;
2025 if (auxp->x_file.x_n.x_n.x_zeroes == 0
2026 && auxp->x_file.x_n.x_n.x_offset != 0)
2031 BFD_ASSERT (auxp->x_file.x_n.x_n.x_offset
2039 if ((bfd_size_type) auxp->x_file.x_n.x_n.x_offset >= obj_coff_strings_len (input_bfd))
2042 filename = strings + auxp->x_file.x_n.x_n.x_offset;
2047 auxp->x_file.x_n.x_n.x_offset = STRING_SIZE_SIZE + indx;
2060 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.u32;
2077 auxp->x_sym.x_fcnary.x_fcn.x_endndx.u32 = indx;
2081 indx = auxp->x_sym.x_tagndx.u32;
2088 auxp->x_sym.x_tagndx.u32 = 0;
2090 auxp->x_sym.x_tagndx.u32 = symindx;
2156 if (auxp->x_sym.x_fcnary.x_fcn.x_endndx.u32 != 0)
2163 flaginfo->last_bf = *auxp;
2173 bfd_coff_swap_aux_out (output_bfd, auxp, isymp->n_type,
2722 union internal_auxent *auxp;
2724 auxp = h->aux + i;
2740 auxp->x_scn.x_scnlen = sec->size;
2760 auxp->x_scn.x_nreloc = sec->reloc_count;
2761 auxp->x_scn.x_nlinno = sec->lineno_count;
2762 auxp->x_scn.x_checksum = 0;
2763 auxp->x_scn.x_associated = 0;
2764 auxp->x_scn.x_comdat = 0;
2768 bfd_coff_swap_aux_out (output_bfd, auxp, isym.n_type,