Home | History | Annotate | Download | only in backends

Lines Matching refs:sizep

55 dwarf_bytesize_aux (Dwarf_Die *die, Dwarf_Word *sizep)
63 *sizep = bits / 8;
74 there were errors. In the former case, *SIZEP contains byte size
78 Dwarf_Word *sizep, Dwarf_Word *countp);
84 member_is_fp (Dwarf_Die *membdie, Dwarf_Word *sizep, Dwarf_Word *countp)
111 if (dwarf_bytesize_aux (&typedie, sizep) < 0)
114 *sizep /= *countp;
120 return hfa_type (&typedie, tag, sizep, countp);
127 hfa_type (Dwarf_Die *ftypedie, int tag, Dwarf_Word *sizep, Dwarf_Word *countp)
147 *sizep = tot_size;
153 if ((i = member_is_fp (ftypedie, sizep, countp)) == 0)
155 *countp = tot_size / *sizep;
171 if ((i = member_is_fp (&member, sizep, countp)) != 0)
181 if (*sizep != size)