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

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Drdb.h110 } map_info_t; typedef in typeref:struct:map_info
120 map_info_t *ml_head;
121 map_info_t *ml_tail;
159 map_info_t pp_ldsomap; /* ld.so.1 map info */
160 map_info_t pp_execmap; /* exec map info */
199 extern map_info_t *addr_to_map(struct ps_prochandle *, ulong_t);
218 map_info_t *mp);
239 extern retc_t str_map_sym(const char *, map_info_t *, GElf_Sym *,
241 extern map_info_t *str_to_map(struct ps_prochandle *, const char *);
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h98 int file_ref; /* references from map_info_t structures */
132 } map_info_t; typedef in typeref:struct:map_info
217 map_info_t *mappings; /* cached process mappings */
226 map_info_t *map_exec; /* the mapping for the executable file */
227 map_info_t *map_ldso; /* the mapping for ld.so.1 */
275 extern map_info_t *Paddr2mptr(struct ps_prochandle *, uintptr_t);
280 extern file_info_t *file_info_new(struct ps_prochandle *, map_info_t *);
287 extern char *Pfindmap(struct ps_prochandle *, map_info_t *, char *,

Completed in 59 milliseconds