Home
last modified time | relevance | path

Searched refs:origin_path (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/libexec/ld.so/
Dresolve.c138 _dl_origin_subst_path(elf_object_t *object, const char *origin_path, in _dl_origin_subst_path() argument
177 value = origin_path; in _dl_origin_subst_path()
231 _dl_origin_path(elf_object_t *object, char *origin_path) in _dl_origin_path() argument
236 if (_dl___realpath(object->load_name, origin_path) < 0) in _dl_origin_path()
239 dirname_path = _dl_dirname(origin_path); in _dl_origin_path()
243 _dl_strlcpy(origin_path, dirname_path, PATH_MAX); in _dl_origin_path()
254 char origin_path[PATH_MAX]; in _dl_origin_subst() local
257 if (_dl_origin_path(object, origin_path) != 0) in _dl_origin_subst()
263 _dl_origin_subst_path(object, origin_path, pp); in _dl_origin_subst()
267 _dl_origin_subst_path(object, origin_path, pp); in _dl_origin_subst()