Searched refs:auxp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcofflink.c1939 union internal_auxent *auxp;
1942 auxp = h->aux + i;
1947 auxp = &aux;
1954 if (auxp->x_file.x_n.x_zeroes == 0
1955 && auxp->x_file.x_n.x_offset != 0)
1960 BFD_ASSERT (auxp->x_file.x_n.x_offset
1968 filename = strings + auxp->x_file.x_n.x_offset;
1973 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
1986 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.l;
2003 auxp
1938 union internal_auxent *auxp; local
2597 union internal_auxent *auxp; local
[all...]
H A Dcoffgen.c1909 combined_entry_type *auxp = combined + aux + 1; local
1912 if (auxp->fix_tag)
1913 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root;
1915 tagndx = auxp->u.auxent.x_sym.x_tagndx.l;
1919 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux))
1933 (long) auxp->u.auxent.x_scn.x_scnlen,
1934 auxp->u.auxent.x_scn.x_nreloc,
1935 auxp->u.auxent.x_scn.x_nlinno);
1936 if (auxp->u.auxent.x_scn.x_checksum != 0
1937 || auxp
[all...]

Completed in 67 milliseconds