Searched refs:target_offset (Results 1 – 5 of 5) sorted by relevance
34 self.target_offset = None44 self.target_offset = sym51 if not self.target_offset:69 if (self.target_offset < self.image_pos or70 self.target_offset >= self.image_pos + self.size):72 (self.target_offset, self.image_pos,93 self.target_offset -= self.image_pos94 self.ProcessContentsUpdate(self.data[:self.target_offset] +96 self.data[self.target_offset + 8:])
46 if not ucode_dest_entry or not ucode_dest_entry.target_offset:49 if not ucode_dest_entry or not ucode_dest_entry.target_offset:52 if not ucode_dest_entry or not ucode_dest_entry.target_offset:
69 if entry and entry.target_offset:
24 - return (void *)e + e->target_offset;
627 int64_t target_offset; in mirror_iteration() local631 &target_offset, &target_bytes); in mirror_iteration()633 if (target_offset == offset && in mirror_iteration()