Searched defs:ptrace_vm_entry (Results 1 – 2 of 2) sorted by relevance
168 struct ptrace_vm_entry { struct169 int pve_entry; /* Entry number used for iteration. */170 int pve_timestamp; /* Generation number of VM map. */171 u_long pve_start; /* Start VA of range. */172 u_long pve_end; /* End VA of range (incl). */173 u_long pve_offset; /* Offset in backing object. */174 u_int pve_prot; /* Protection of memory range. */175 u_int pve_pathlen; /* Size of path. */176 long pve_fileid; /* File ID. */177 uint32_t pve_fsid; /* File system ID. */[all …]
471 ptrace_vm_entry(struct thread *td, struct proc *p, struct ptrace_vm_entry *pve) in ptrace_vm_entry() function