Lines Matching refs:hoffset
106 size_t hoffset; member
175 size_t hoffset, i; in collectth_state() local
184 hoffset = t->hoffset; in collectth_state()
187 tc = (struct thread_command *) (header + hoffset); in collectth_state()
191 hoffset += sizeof(struct thread_command); in collectth_state()
198 *(mythread_state_flavor_t *)(header + hoffset) = in collectth_state()
200 hoffset += sizeof(mythread_state_flavor_t); in collectth_state()
202 (thread_state_t)(header + hoffset), in collectth_state()
204 hoffset += flavors[i].count * sizeof(int); in collectth_state()
207 t->hoffset = hoffset; in collectth_state()
262 dump_notes(proc_t __unused core_proc, vm_offset_t header, size_t hoffset, struct vnode *vp, off_t f… in dump_notes() argument
272 struct note_command *nc = (struct note_command *)(header + hoffset); in dump_notes()
280 hoffset += sizeof(struct note_command); in dump_notes()
327 size_t hoffset; in coredump() local
563 hoffset = mach_header_sz; /* offset into header */ in coredump()
675 sc64 = (struct segment_command_64 *)(header + hoffset); in coredump()
689 sc = (struct segment_command *) (header + hoffset); in coredump()
704 hoffset += segment_command_sz; in coredump()
728 if (dump_notes(core_proc, header, hoffset, vp, foffset) != 0) { in coredump()
734 tir1.hoffset = hoffset + notes_size; in coredump()