Searched defs:ptrace_vm_entry (Results 1 – 2 of 2) sorted by relevance
176 struct ptrace_vm_entry { struct177 int pve_entry; /* Entry number used for iteration. */178 int pve_timestamp; /* Generation number of VM map. */179 u_long pve_start; /* Start VA of range. */180 u_long pve_end; /* End VA of range (incl). */181 u_long pve_offset; /* Offset in backing object. */182 u_int pve_prot; /* Protection of memory range. */183 u_int pve_pathlen; /* Size of path. */184 long pve_fileid; /* File ID. */185 uint32_t pve_fsid; /* File system ID. */[all …]
472 ptrace_vm_entry(struct thread *td, struct proc *p, struct ptrace_vm_entry *pve) in ptrace_vm_entry() function