Searched refs:map_exec (Results 1 – 5 of 5) sorted by relevance
323 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()
235 map_info_t *map_exec; /* the mapping for the executable file */ member
282 P->map_exec = fp->file_map; in Pgrab_file()
786 if ((P->map_exec == mptr) || in Pfindmap()
2818 P->map_exec = core_name_mapping(P, addr, "a.out");2845 if ((P->map_exec = tmp) != NULL &&