Searched defs:proc_handle (Results 1 – 1 of 1) sorted by relevance
65 struct proc_handle { struct66 struct proc_handle_public public; /* Public fields. */ argument67 int flags; /* Process flags. */68 int status; /* Process status (PS_*). */69 int wstat; /* Process wait status. */70 int model; /* Process data model. */71 rd_agent_t *rdap; /* librtld_db agent */72 struct map_info *mappings; /* File mappings for proc. */73 size_t maparrsz; /* Map array size. */74 size_t nmappings; /* Number of mappings. */[all …]