Home | History | Annotate | Download | only in backends

Lines Matching refs:countp

78 		     Dwarf_Word *sizep, Dwarf_Word *countp);
84 member_is_fp (Dwarf_Die *membdie, Dwarf_Word *sizep, Dwarf_Word *countp)
100 *countp = 2;
104 *countp = 1;
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)
148 *countp = 1;
153 if ((i = member_is_fp (ftypedie, sizep, countp)) == 0)
155 *countp = tot_size / *sizep;
170 *countp = 0;
171 if ((i = member_is_fp (&member, sizep, countp)) != 0)
184 *countp += count;