HomeSort by relevance Sort by last modified time
    Searched defs:soname (Results 1 - 10 of 10) sorted by null

  /external/v8/test/cctest/
test-version.cc 40 bool candidate, const char* soname) {
46 Version::soname_ = soname;
59 // Test version without specific SONAME.
66 // Test version with specific SONAME.
67 const char* soname = "libv8.so.1"; local
68 SetVersion(major, minor, build, patch, candidate, soname);
72 CHECK_EQ(soname, soname_str.start());
  /external/valgrind/main/include/
pub_tool_debuginfo.h 163 HChar soname[16]; /* first 15 chars of name (asciiz) */ member in struct:__anon17101
  /bionic/libc/bionic/
debug_stacktrace.cpp 144 const char* soname = (mi != NULL) ? mi->name : info.dli_fname; local
145 if (soname == NULL) {
146 soname = "<unknown>";
154 i, rel_pc, soname, best_name, frames[i] - (uintptr_t) offset);
159 i, rel_pc, soname);
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 525 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/
readmacho.c 683 /* 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) soname = dylinkername
    [all...]
priv_storage.h 524 /* The file's soname. */
525 UChar* soname; member in struct:_DebugInfo
    [all...]
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 122 const std::string& soname() const function in class:mcld::GeneralOptions
  /external/elfutils/src/
ld.h 91 the SONAME. If it is missing it's normally the fname above. */
92 const char *soname; member in struct:usedfiles
93 /* Handle for the SONAME in the string table. */
1057 /* If DSO is generated, this is the SONAME. */
1058 const char *soname; member in struct:ld_state
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 4300 const UChar* soname; local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 20219 const char *name, *soname, *p; local
    [all...]

Completed in 601 milliseconds