Searched refs:dstp (Results 1 – 2 of 2) sorted by relevance
203 const KXLDArray *relocs, struct relocation_info **dstp);1085 const KXLDArray *relocs, struct relocation_info **dstp) in export_macho_for_array() argument1093 dst = *dstp; in export_macho_for_array()1206 *dstp = dst; in export_macho_for_array()
2956 char *dstp = &dst->sa_data[0]; in rt_maskedcopy() local2964 while (dstp < maskend) { in rt_maskedcopy()2965 *dstp++ = *srcp++ & *netmaskp++; in rt_maskedcopy()2967 if (dstp < srcend) { in rt_maskedcopy()2968 memset(dstp, 0, (size_t)(srcend - dstp)); in rt_maskedcopy()