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

  /external/chromium_org/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 165 HChar soname[16]; /* first 15 chars of name (asciiz) */ member in struct:__anon16573
  /bionic/libc/bionic/
debug_stacktrace.cpp 160 const char* soname = (mi != NULL) ? mi->name : info.dli_fname; local
161 if (soname == NULL) {
162 soname = "<unknown>";
171 i, rel_pc, soname, best_name, frames[i] - offset);
177 i, rel_pc, soname);
  /external/ltrace/
library.h 163 const char *soname; member in struct:library
187 /* Set library soname. Frees the old name if necessary. */
ltrace-elf.h 58 const char *soname; member in struct:ltelf
library.c 288 lib->soname = NULL;
330 const char *soname = NULL; local
335 if (strdup_if(&soname, lib->soname, lib->own_soname) < 0
338 free((char *)soname);
343 library_set_soname(retp, soname, lib->own_soname);
432 free((char *)lib->soname);
433 lib->soname = new_name;
492 if (name == lib->soname
493 || strcmp(lib->soname, (char *)name) == 0
    [all...]
ltrace-elf.c 707 lte->soname = lte->dynstr + soname_offset;
995 name, lib->soname, strerror(errno));
1002 name, lib->soname, strerror(errno));
1033 "for tracing.\n", name, lib->soname);
1120 debug(DEBUG_FUNCTION, "-l matches %s", lib->soname);
1199 /* Note that we set soname and pathname as soon as they are
1211 if (lte.soname != NULL) {
1212 char *soname = strdup(lte.soname); local
1213 if (soname == NULL
1217 const char *soname = rindex(lib->pathname, '\/'); local
    [all...]
  /external/elfutils/0.153/libdwfl/
dwfl_segment_report_module.c 536 void *soname = NULL; local
562 && ! read_portion (&soname, &soname_size,
564 name = soname;
585 finish_portion (&soname, &soname_size);
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 706 /* mmap the object file to look for di->soname and di->text_bias
744 // Read di->soname from LC_ID_DYLIB if present,
781 HChar* soname = VG_(strrchr)(dylibname, '/'); local
782 if (!soname) soname = dylibname;
783 else soname++;
784 di->soname = ML_(dinfo_strdup)("di.readmacho.dylibname",
785 soname);
795 HChar* soname = VG_(strrchr)(dylinkername, '/'); local
796 if (!soname) soname = dylinkername
    [all...]
priv_storage.h 577 /* The file's soname. */
578 HChar* soname; member in struct:_DebugInfo
    [all...]
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 107 const std::string& soname() const function in class:mcld::GeneralOptions
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 1033 String soname = libname; local
1037 String soname = libfile.GetLibName(); local
1038 if (soname.empty())
1039 soname = libname;
1040 else if (soname != libname) {
1042 _T("WARNING: Library has invalid soname ('%s'): %s\n"),
1043 soname.c_str(),
1050 LOG(_T("%s depends on:"), soname.c_str());
1059 deps[soname] = node;
    [all...]
  /external/elfutils/0.153/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 4454 const HChar* soname; local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 20219 const char *name, *soname, *p; local
    [all...]

Completed in 200 milliseconds