Searched refs:origin_root (Results 1 – 1 of 1) sorted by relevance
2638 modpath_strlen(const char *path, const char *origin_root) in modpath_strlen() argument2658 origin_root); in modpath_strlen()2661 len += strlen(origin_root); in modpath_strlen()2697 modpath_expand(const char *path, const char *origin_root, char *buf) in modpath_expand() argument2715 origin_root, buf); in modpath_expand()2718 cp_str = origin_root; in modpath_expand()2762 char origin_root[PATH_MAX + 1]; /* Where elfedit binary is */ in establish_modpath() local2787 if (dlinfo(RTLD_SELF, RTLD_DI_ORIGIN, &origin_root) == -1) in establish_modpath()2790 src = origin_root + strlen(origin_root); in establish_modpath()2791 while ((src > origin_root) && (len > 0)) { in establish_modpath()[all …]