Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.h284 const std::vector<std::string>& get_dt_runpath() const;
Dlinker_soinfo.cpp613 const std::vector<std::string>& soinfo::get_dt_runpath() const { in get_dt_runpath() function in soinfo
Dlinker.cpp1085 …fd = open_library_on_paths(zip_archive_cache, name, file_offset, needed_by->get_dt_runpath(), real… in open_library()