Home
last modified time | relevance | path

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

/dragonfly/libexec/rtld-elf/
H A Drtld.h205 char *runpath; /* Search path with different priority */ member
H A Drtld.c1298 obj->runpath = (char *)obj->strtab + dyn_runpath->d_un.d_val; in digest_dynamic2()
1300 obj->runpath = origin_subst(obj->runpath, obj->origin_path); in digest_dynamic2()
1576 (objgiven && refobj->runpath == NULL && refobj != obj_main && in find_library()
1580 (pathname = search_library_path(name, refobj->runpath)) != NULL) || in find_library()
3560 path_enumerate(obj->runpath, fill_search_info, &args); in do_search_info()
3591 if (path_enumerate(obj->runpath, fill_search_info, &args) != NULL) in do_search_info()
/dragonfly/contrib/gdb-7/bfd/
H A Delf-bfd.h518 struct bfd_link_needed_list *runpath; member
H A Delflink.c3509 struct bfd_link_needed_list *rpath = NULL, *runpath = NULL; in elf_link_add_object_symbols() local
3605 for (pn = & runpath; in elf_link_add_object_symbols()
3612 if (!runpath && dyn.d_tag == DT_RPATH) in elf_link_add_object_symbols()
3649 if (runpath) in elf_link_add_object_symbols()
3650 rpath = runpath; in elf_link_add_object_symbols()
3655 for (pn = &htab->runpath; *pn != NULL; pn = &(*pn)->next) in elf_link_add_object_symbols()
7034 return elf_hash_table (info)->runpath; in bfd_elf_get_runpath_list()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delflink.c3768 struct bfd_link_needed_list *rpath = NULL, *runpath = NULL; in elf_link_add_object_symbols() local
3863 for (pn = & runpath; in elf_link_add_object_symbols()
3870 if (!runpath && dyn.d_tag == DT_RPATH) in elf_link_add_object_symbols()
3907 if (runpath) in elf_link_add_object_symbols()
3908 rpath = runpath; in elf_link_add_object_symbols()
3913 for (pn = &htab->runpath; *pn != NULL; pn = &(*pn)->next) in elf_link_add_object_symbols()
7218 return elf_hash_table (info)->runpath; in bfd_elf_get_runpath_list()
H A Delf-bfd.h580 struct bfd_link_needed_list *runpath; member
/dragonfly/contrib/binutils-2.34/bfd/
H A Delflink.c4071 struct bfd_link_needed_list *rpath = NULL, *runpath = NULL; in elf_link_add_object_symbols() local
4167 for (pn = & runpath; in elf_link_add_object_symbols()
4174 if (!runpath && dyn.d_tag == DT_RPATH) in elf_link_add_object_symbols()
4211 if (runpath) in elf_link_add_object_symbols()
4212 rpath = runpath; in elf_link_add_object_symbols()
4217 for (pn = &htab->runpath; *pn != NULL; pn = &(*pn)->next) in elf_link_add_object_symbols()
7780 return elf_hash_table (info)->runpath; in bfd_elf_get_runpath_list()
H A Delf-bfd.h634 struct bfd_link_needed_list *runpath; member