Lines Matching refs:countp
78 Dwarf_Word *sizep, Dwarf_Word *countp);
84 member_is_fp (Dwarf_Die *membdie, Dwarf_Word *sizep, Dwarf_Word *countp) in member_is_fp() argument
100 *countp = 2; in member_is_fp()
104 *countp = 1; in member_is_fp()
114 *sizep /= *countp; in member_is_fp()
120 return hfa_type (&typedie, tag, sizep, countp); in member_is_fp()
127 hfa_type (Dwarf_Die *ftypedie, int tag, Dwarf_Word *sizep, Dwarf_Word *countp) in hfa_type() argument
148 *countp = 1; in hfa_type()
153 if ((i = member_is_fp (ftypedie, sizep, countp)) == 0) in hfa_type()
155 *countp = tot_size / *sizep; in hfa_type()
170 *countp = 0; in hfa_type()
171 if ((i = member_is_fp (&member, sizep, countp)) != 0) in hfa_type()
184 *countp += count; in hfa_type()