Home | History | Annotate | Download | only in linker

Lines Matching refs:executable_path

4172   static std::string executable_path;
4173 if (executable_path.empty()) {
4179 executable_path = std::string(path, path_len);
4182 return executable_path.c_str();
4232 // Stat "/proc/self/exe" instead of executable_path because
4239 const char* executable_path = get_executable_path();
4240 soinfo* si = soinfo_alloc(&g_default_namespace, executable_path, &file_stat, 0, RTLD_GLOBAL);
4253 map->l_name = const_cast<char*>(executable_path);