Searched refs:rtld_flags (Results 1 – 4 of 4) sorted by relevance
/bionic/linker/ |
D | linker_main.h | 54 uint32_t rtld_flags); 63 int rtld_flags,
|
D | linker.cpp | 280 uint32_t rtld_flags) { in soinfo_alloc() argument 288 file_offset, rtld_flags); in soinfo_alloc() 1143 int rtld_flags, in load_library() argument 1152 ns->get_name(), name, rtld_flags, realpath.c_str(), search_linked_namespaces); in load_library() 1188 if ((rtld_flags & RTLD_NOLOAD) != 0) { in load_library() 1245 soinfo* si = soinfo_alloc(ns, realpath.c_str(), &file_stat, file_offset, rtld_flags); in load_library() 1295 int rtld_flags, in load_library() argument 1321 return load_library(ns, task, load_tasks, rtld_flags, realpath, search_linked_namespaces); in load_library() 1327 ns->get_name(), name, rtld_flags, search_linked_namespaces, realpath.c_str()); in load_library() 1348 return load_library(ns, task, load_tasks, rtld_flags, realpath, search_linked_namespaces); in load_library() [all …]
|
D | linker_soinfo.cpp | 216 int rtld_flags) { in soinfo() argument 232 this->rtld_flags_ = rtld_flags; in soinfo()
|
D | linker_soinfo.h | 247 off64_t file_offset, int rtld_flags);
|