Searched defs:origin_root (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2629 * origin_root - Root of $ORIGIN tree containing running elfedit program
2635 modpath_strlen(const char *path, const char *origin_root) argument
2655 origin_root);
2658 len += strlen(origin_root);
2685 * origin_root - Root of tree containing running elfedit program
2694 modpath_expand(const char *path, const char *origin_root, char *buf) argument
2712 origin_root, buf);
2715 cp_str = origin_root;
2759 char origin_root[PATH_MAX + 1]; /* Where elfedit binary is */ local
2784 if (dlinfo(RTLD_SELF, RTLD_DI_ORIGIN, &origin_root)
[all...]

Completed in 50 milliseconds