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

/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h222 map_info_t *map_exec; /* the mapping for the executable file */ member in struct:ps_prochandle
H A DPidle.c234 P->map_exec = fp->file_map;
H A DPsymtab.c300 if (P->execname && mptr == P->map_exec) {
304 if (P->auxv && (mptr == P->map_exec || mptr == P->map_ldso)) {
309 if (mptr == P->map_exec)
310 P->map_exec = NULL;
515 if (P->map_exec == mptr)
516 P->map_exec = newp;
2144 return (P->map_exec);
2157 if (P->map_exec == NULL && ((mptr = Paddr2mptr(P,
2159 P->map_exec = mptr;
2166 mptr = P->map_exec;
[all...]
H A DPzone.c791 if ((P->map_exec == mptr) ||
H A DPcore.c2074 P->map_exec = core_name_mapping(P, addr, "a.out");
2095 if ((P->map_exec = tmp) != NULL &&

Completed in 27 milliseconds