Searched defs:map_info_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h90 int file_ref; /* references from map_info_t structures */
124 } map_info_t; typedef in typeref:struct:map_info
213 map_info_t *mappings; /* cached process mappings */
222 map_info_t *map_exec; /* the mapping for the executable file */
223 map_info_t *map_ldso; /* the mapping for ld.so.1 */
265 extern map_info_t *Paddr2mptr(struct ps_prochandle *, uintptr_t);
270 extern file_info_t *file_info_new(struct ps_prochandle *, map_info_t *);
275 extern char *Pfindmap(struct ps_prochandle *, map_info_t *, char *,

Completed in 21 milliseconds