Lines Matching defs:auxp
2022 union internal_auxent *auxp;
2025 auxp = h->aux + i;
2030 auxp = &aux;
2037 if (auxp->x_file.x_n.x_n.x_zeroes == 0
2038 && auxp->x_file.x_n.x_n.x_offset != 0)
2043 BFD_ASSERT (auxp->x_file.x_n.x_n.x_offset
2051 if ((bfd_size_type) auxp->x_file.x_n.x_n.x_offset >= obj_coff_strings_len (input_bfd))
2054 filename = strings + auxp->x_file.x_n.x_n.x_offset;
2059 auxp->x_file.x_n.x_n.x_offset = STRING_SIZE_SIZE + indx;
2072 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.u32;
2089 auxp->x_sym.x_fcnary.x_fcn.x_endndx.u32 = indx;
2093 indx = auxp->x_sym.x_tagndx.u32;
2100 auxp->x_sym.x_tagndx.u32 = 0;
2102 auxp->x_sym.x_tagndx.u32 = symindx;
2168 if (auxp->x_sym.x_fcnary.x_fcn.x_endndx.u32 != 0)
2175 flaginfo->last_bf = *auxp;
2185 bfd_coff_swap_aux_out (output_bfd, auxp, isymp->n_type,
2729 union internal_auxent *auxp;
2731 auxp = h->aux + i;
2747 auxp->x_scn.x_scnlen = sec->size;
2767 auxp->x_scn.x_nreloc = sec->reloc_count;
2768 auxp->x_scn.x_nlinno = sec->lineno_count;
2769 auxp->x_scn.x_checksum = 0;
2770 auxp->x_scn.x_associated = 0;
2771 auxp->x_scn.x_comdat = 0;
2775 bfd_coff_swap_aux_out (output_bfd, auxp, isym.n_type,