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

/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c70 char *rpath_orig, *rpath; member in struct:dso
750 if (p->rpath || !p->rpath_orig) return 0;
751 if (!strchr(p->rpath_orig, '$')) {
752 p->rpath = p->rpath_orig;
756 s = p->rpath_orig;
792 p->rpath = malloc(strlen(p->rpath_orig) + n*l + 1);
796 s = p->rpath_orig;
819 p->rpath_orig = p->strings + dyn[DT_RPATH];
821 p->rpath_orig = p->strings + dyn[DT_RUNPATH];
1681 if (p->rpath != p->rpath_orig)
[all...]

Completed in 69 milliseconds