Searched refs:gprmask (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-ecoff.c110 unsigned long gprmask = 0; local
117 gprmask = mips_gprmask;
127 gprmask = alpha_gprmask;
131 if (! bfd_ecoff_set_regmasks (stdoutput, gprmask, fprmask, cprmask))
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffswap.h659 aouthdr_int->gprmask = H_GET_32 (abfd, aouthdr_ext->gprmask);
669 aouthdr_int->gprmask = H_GET_32 (abfd, aouthdr_ext->gprmask);
728 H_PUT_32 (abfd, aouthdr_in->gprmask, aouthdr_out->gprmask);
741 H_PUT_32 (abfd, aouthdr_in->gprmask, aouthdr_out->gprmask);
H A Dlibecoff.h108 unsigned long gprmask; member in struct:ecoff_tdata
H A Decoff.c122 ecoff->gprmask = internal_a->gprmask;
134 a.out header, but we just copy it all (e.g., gprmask, cprmask and
1769 ecoff_data (obfd)->gprmask = ecoff_data (ibfd)->gprmask;
2220 unsigned long gprmask,
2234 tdata->gprmask = gprmask;
2583 internal_a.gprmask = ecoff_data (abfd)->gprmask;
2212 bfd_ecoff_set_regmasks(bfd *abfd, unsigned long gprmask, unsigned long fprmask, unsigned long *cprmask) argument
[all...]
H A Dbfd-in.h628 (bfd *abfd, unsigned long gprmask, unsigned long fprmask,
H A Dbfd-in2.h635 (bfd *abfd, unsigned long gprmask, unsigned long fprmask,
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dalpha.h64 unsigned char gprmask[4]; /* bitmask of general registers used */ member in struct:external_aouthdr
H A Dmips.h47 unsigned char gprmask[4]; /* ?? */ member in struct:external_aouthdr
H A Dinternal.h243 unsigned long gprmask; /* General registers used. */ member in struct:internal_aouthdr
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h641 (bfd *abfd, unsigned long gprmask, unsigned long fprmask,

Completed in 678 milliseconds