Searched refs:cprmask (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-ecoff.c112 unsigned long *cprmask = NULL; local
118 cprmask = mips_cprmask;
131 if (! bfd_ecoff_set_regmasks (stdoutput, gprmask, fprmask, cprmask))
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffswap.h660 aouthdr_int->cprmask[0] = H_GET_32 (abfd, aouthdr_ext->cprmask[0]);
661 aouthdr_int->cprmask[1] = H_GET_32 (abfd, aouthdr_ext->cprmask[1]);
662 aouthdr_int->cprmask[2] = H_GET_32 (abfd, aouthdr_ext->cprmask[2]);
663 aouthdr_int->cprmask[3] = H_GET_32 (abfd, aouthdr_ext->cprmask[3]);
729 H_PUT_32 (abfd, aouthdr_in->cprmask[0], aouthdr_out->cprmask[
[all...]
H A Dlibecoff.h110 unsigned long cprmask[4]; member in struct:ecoff_tdata
H A Decoff.c124 ecoff->cprmask[i] = internal_a->cprmask[i];
134 a.out header, but we just copy it all (e.g., gprmask, cprmask and
1772 ecoff_data (obfd)->cprmask[i] = ecoff_data (ibfd)->cprmask[i];
2222 unsigned long *cprmask)
2236 if (cprmask != NULL)
2241 tdata->cprmask[i] = cprmask[i];
2586 internal_a.cprmask[
2212 bfd_ecoff_set_regmasks(bfd *abfd, unsigned long gprmask, unsigned long fprmask, unsigned long *cprmask) argument
[all...]
H A Dbfd-in.h629 unsigned long *cprmask);
H A Dbfd-in2.h636 unsigned long *cprmask);
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dmips.h48 unsigned char cprmask[4][4]; /* ?? */ member in struct:external_aouthdr
H A Dinternal.h244 unsigned long cprmask[4]; /* Coprocessor registers used. */ member in struct:internal_aouthdr
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h642 unsigned long *cprmask);

Completed in 188 milliseconds