Searched refs:dstp (Results 1 – 2 of 2) sorted by relevance
204 const KXLDArray *relocs, struct relocation_info **dstp);1086 const KXLDArray *relocs, struct relocation_info **dstp) in export_macho_for_array() argument1094 dst = *dstp; in export_macho_for_array()1207 *dstp = dst; in export_macho_for_array()
2979 char *dstp = &dst->sa_data[0]; in rt_maskedcopy() local2987 while (dstp < maskend) { in rt_maskedcopy()2988 *dstp++ = *srcp++ & *netmaskp++; in rt_maskedcopy()2990 if (dstp < srcend) { in rt_maskedcopy()2991 memset(dstp, 0, (size_t)(srcend - dstp)); in rt_maskedcopy()