Searched defs:soname (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-version.cc40 bool candidate, const char* soname) {
46 Version::soname_ = soname;
67 const char* soname = "libv8.so.1"; local
68 SetVersion(major, minor, build, patch, candidate, soname);
72 CHECK_EQ(soname, soname_str.start());
39 SetVersion(int major, int minor, int build, int patch, bool candidate, const char* soname) argument
/external/v8/test/cctest/
H A Dtest-version.cc40 bool candidate, const char* soname) {
46 Version::soname_ = soname;
67 const char* soname = "libv8.so.1"; local
68 SetVersion(major, minor, build, patch, candidate, soname);
72 CHECK_EQ(soname, soname_str.start());
39 SetVersion(int major, int minor, int build, int patch, bool candidate, const char* soname) argument
/external/valgrind/main/include/
H A Dpub_tool_debuginfo.h163 HChar soname[16]; /* first 15 chars of name (asciiz) */ member in struct:__anon28486
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_translate_thread.cc246 nacl::string soname = params.outs()[1]->arrays.str; local
249 " is_shared_library=%d, soname='%s', lib_dependencies='%s')\n",
250 this, is_shared_library, soname.c_str(),
259 if(!RunLdSubprocess(is_shared_library, soname, lib_dependencies)) {
266 const nacl::string& soname,
308 soname.c_str(),
265 RunLdSubprocess(int is_shared_library, const nacl::string& soname, const nacl::string& lib_dependencies ) argument
/external/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c525 void *soname = NULL; local
536 && ! read_portion (&soname, &soname_size,
538 name = soname;
559 finish_portion (&soname, &soname_size);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c683 /* mmap the object file to look for di->soname and di->text_bias
720 // Read di->soname from LC_ID_DYLIB if present,
746 UChar *soname = VG_(strrchr)(dylibname, '/'); local
747 if (!soname) soname = dylibname;
748 else soname++;
749 di->soname = ML_(dinfo_strdup)("di.readmacho.dylibname",
750 soname);
755 UChar *soname = VG_(strrchr)(dylinkername, '/'); local
756 if (!soname) sonam
[all...]
H A Dpriv_storage.h524 /* The file's soname. */
525 UChar* soname; member in struct:_DebugInfo
/external/valgrind/main/coregrind/
H A Dm_redir.c85 set of functions. The set of functions is specified by a (soname
113 Specs - a set of (soname pattern, fnname pattern) -> redir addr
131 sopatt = spec.soname pattern
218 both the "from" soname and function name may contain wildcards, the
232 HChar* from_sopatt; /* from soname pattern */
313 static void handle_maybe_load_notifier( const UChar* soname,
739 /* First figure out which of the specs match the seginfo's soname.
773 continue; /* soname doesn't match */
822 "%sin an object with soname matching: %s\n", v, sp->from_sopatt);
826 "%ssymbols from the object with soname
1420 handle_maybe_load_notifier( const UChar* soname, HChar* symbol, Addr addr ) argument
[all...]
/external/elfutils/src/
H A Dld.h92 const char *soname; member in struct:usedfiles
1058 const char *soname; member in struct:ld_state
/external/valgrind/main/helgrind/
H A Dhg_main.c4300 const UChar* soname; local
4306 soname = VG_(DebugInfo_get_soname)(dinfo);
4307 tl_assert(soname);
4308 if (0) VG_(printf)("%s\n", soname);
4311 if (VG_STREQ(soname, VG_U_LD_LINUX_SO_3)) return True;
4312 if (VG_STREQ(soname, VG_U_LD_LINUX_SO_2)) return True;
4313 if (VG_STREQ(soname, VG_U_LD_LINUX_X86_64_SO_2)) return True;
4314 if (VG_STREQ(soname, VG_U_LD64_SO_1)) return True;
4315 if (VG_STREQ(soname, VG_U_LD_SO_1)) return True;
4317 if (VG_STREQ(soname, VG_U_DYL
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c20221 const char *name, *soname, *p;
20260 soname = filename;
20261 p = strrchr(soname, '/');
20263 soname = p + 1;
20267 soname = dynstr + dt->d_un.d_val;
20274 if (!strcmp(soname, dllref->name)) {
20283 // printf("loading dll '%s'\n", soname);
20286 dllref = tcc_malloc(sizeof(DLLReference) + strlen(soname));
20288 strcpy(dllref->name, soname);
20219 const char *name, *soname, *p; local

Completed in 415 milliseconds