/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | rdb.h | 110 } map_info_t; typedef 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 *);
|
H A D | maps.c | 63 map_info_t * 66 map_info_t *mip; in str_to_map() 69 mip = (map_info_t *)&(ph->pp_ldsomap); in str_to_map() 71 mip = (map_info_t *)&(ph->pp_execmap); in str_to_map() 80 map_info_t * 83 map_info_t *mip; in addr_to_map() 91 return ((map_info_t *)&(ph->pp_ldsomap)); in addr_to_map() 95 return ((map_info_t *)&(ph->pp_execmap)); in addr_to_map() 112 map_info_t *mip; in display_linkmaps() 173 map_info_t *mip; in display_maps() [all …]
|
H A D | syms.c | 53 str_map_sym(const char *symname, map_info_t *mp, GElf_Sym *symptr, char **str) in str_map_sym() 124 addr_map_sym(map_info_t *mp, ulong_t addr, GElf_Sym *symptr, char **str) in addr_map_sym() 211 map_info_t *mip; in addr_to_sym() 222 map_info_t *mip; in str_to_sym()
|
H A D | ps.c | 281 map_info_t *mip; in ps_pglobal_sym() 304 map_info_t *mip; in ps_pglobal_lookup()
|
H A D | dis.c | 76 map_info_t *mip; in print_address_ps()
|
H A D | bpt.c | 389 map_info_t *mip; in is_plt() 392 if ((mip = addr_to_map(ph, pc)) == (map_info_t *)0) in is_plt()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcontrol.h | 138 } map_info_t; typedef 226 map_info_t *mappings; /* cached process mappings */ 235 map_info_t *map_exec; /* the mapping for the executable file */ 236 map_info_t *map_ldso; /* the mapping for ld.so.1 */ 284 extern map_info_t *Paddr2mptr(struct ps_prochandle *, uintptr_t); 289 extern file_info_t *file_info_new(struct ps_prochandle *, map_info_t *); 296 extern char *Pfindmap(struct ps_prochandle *, map_info_t *, char *,
|
H A D | Psymtab.c | 54 static file_info_t *build_map_symtab(struct ps_prochandle *, map_info_t *); 55 static map_info_t *exec_map(struct ps_prochandle *); 56 static map_info_t *object_to_map(struct ps_prochandle *, Lmid_t, const char *); 57 static map_info_t *object_name_to_map(struct ps_prochandle *, 191 file_info_new(struct ps_prochandle *P, map_info_t *mptr) in file_info_new() 194 map_info_t *mp; in file_info_new() 314 map_info_free(struct ps_prochandle *P, map_info_t *mptr) in map_info_free() 347 map_info_t *mptr; in map_iter() 405 map_set(struct ps_prochandle *P, map_info_t *mptr, const char *lname) in map_set() 442 map_info_t *mptr; in load_static_maps() [all …]
|
H A D | Pcore.c | 79 map_info_t *mp = Paddr2mptr(P, addr); in core_rw() 1470 static map_info_t * 1473 map_info_t *mp = Paddr2mptr(P, addr); in core_name_mapping() 1494 map_info_t *mp; in fake_up_symtab() 1977 static map_info_t * 2003 static map_info_t * 2008 map_info_t *mp; in core_find_data() 2063 map_info_t *mp; in core_iter_mapping() 2222 map_info_t *mp; in core_load_shdrs() 2364 map_info_t *stk_mp, *brk_mp; [all …]
|
H A D | Pidle.c | 48 map_info_t *mp; in Pread_idle()
|
H A D | Pcontrol.c | 3952 map_info_t *mp; in Padd_mapping() 3958 next * sizeof (map_info_t))) == NULL) in Padd_mapping() 3983 const map_info_t *ap = a, *bp = b; in map_sort() 4001 map_info_t *mp; in Psort_mappings() 4003 qsort(P->mappings, P->map_count, sizeof (map_info_t), map_sort); in Psort_mappings()
|
H A D | Pzone.c | 773 Pfindmap(struct ps_prochandle *P, map_info_t *mptr, char *s, size_t n) in Pfindmap()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/ |
H A D | libproc.c | 183 map_info_t *mp; in pr_addr2map() 208 sizeof (map_info_t)); in pr_addr2map() 292 map_info_t m; in pr_map_info_walk_step() 298 if (mdb_vread(&m, sizeof (map_info_t), miw->miw_next) == -1) { in pr_map_info_walk_step() 306 miw->miw_next += sizeof (map_info_t); in pr_map_info_walk_step()
|
/illumos-gate/usr/src/lib/libproc/i386/ |
H A D | Pisadep.c | 48 map_info_t *mp = Paddr2mptr(P, pltaddr); in Ppltdest()
|
/illumos-gate/usr/src/lib/libproc/sparc/ |
H A D | Pisadep.c | 51 map_info_t *mp = Paddr2mptr(P, pltaddr); in Ppltdest()
|
/illumos-gate/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 51 map_info_t *mp = Paddr2mptr(P, pltaddr); in Ppltdest()
|
/illumos-gate/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 50 map_info_t *mp = Paddr2mptr(P, pltaddr); in Ppltdest()
|