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

/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c150 static char *origin_subst(char *, const char *);
818 origin_subst(char *real, const char *origin_path) function
1194 obj->runpath = origin_subst(obj->runpath, obj->origin_path);
1199 obj->rpath = origin_subst(obj->rpath, obj->origin_path);
1449 return (origin_subst(__DECONST(char *, xname),

Completed in 159 milliseconds