Searched refs:so_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c622 char *so_path; local
648 so_path = (caddr_t)modlp + newmodp->path;
650 is_same_as_aout(so_path, &so_statbuf) ||
651 (!is_shared_obj(so_path))) {
674 if (strcmp(mi->path, so_path) == 0)
708 cmdname, so_path);
713 new_module = get_shobj_syms(so_path,
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1064 char *so_path; local
1096 so_path = (caddr_t)modlp + newmodp->path;
1098 is_same_as_aout(so_path, &so_statbuf) ||
1099 (!is_shared_obj(so_path))) {
1110 "[process_modules] `%s'\n", so_path);
1118 (void) printf("[process_modules] `%s'...\n", so_path);
1134 if (strcmp(mi->name, so_path) == 0)
1149 so_path);
1191 (void) fprintf(stderr, "\t(newer %s)\n", so_path);
1207 new_module->name = malloc(strlen(so_path)
[all...]

Completed in 65 milliseconds