Home
last modified time | relevance | path

Searched refs:map_exec (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c323 if (P->execname && mptr == P->map_exec) { in map_info_free()
327 if (P->auxv && (mptr == P->map_exec || mptr == P->map_ldso)) { in map_info_free()
332 if (mptr == P->map_exec) in map_info_free()
333 P->map_exec = NULL; in map_info_free()
527 if (P->map_exec == mptr) in Pupdate_maps()
528 P->map_exec = newp; in Pupdate_maps()
2517 return (P->map_exec); in object_to_map()
2530 if (P->map_exec == NULL && ((mptr = Paddr2mptr(P, in object_name_to_map()
2532 P->map_exec = mptr; in object_name_to_map()
2539 mptr = P->map_exec; in object_name_to_map()
H A DPcontrol.h235 map_info_t *map_exec; /* the mapping for the executable file */ member
H A DPidle.c282 P->map_exec = fp->file_map; in Pgrab_file()
H A DPzone.c786 if ((P->map_exec == mptr) || in Pfindmap()
H A DPcore.c2818 P->map_exec = core_name_mapping(P, addr, "a.out");
2845 if ((P->map_exec = tmp) != NULL &&