HomeSort by relevance Sort by last modified time
    Searched full:dli_fname (Results 51 - 63 of 63) sorted by null

1 23

  /external/clang/tools/libclang/
CIndexer.cpp 79 LibClangPath += llvm::sys::path::parent_path(info.dli_fname);
  /external/llvm/lib/Support/Unix/
Signals.inc 330 const char* name = strrchr(dlinfo.dli_fname, '/');
333 if (!name) nwidth = strlen(dlinfo.dli_fname);
345 const char* name = strrchr(dlinfo.dli_fname, '/');
346 if (!name) OS << format(" %-*s", width, dlinfo.dli_fname);
Path.inc 169 if (realpath(DLInfo.dli_fname, link_path))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 560 uptr fname_len = internal_strlen(info.dli_fname);
561 const char *dylib_name = StripModuleName(info.dli_fname);
572 char *new_env = const_cast<char*>(info.dli_fname);
580 internal_strncpy(new_env + old_env_len + 1, info.dli_fname,
587 setenv(kDyldInsertLibraries, info.dli_fname, /*overwrite*/0);
  /bionic/libc/malloc_debug/
backtrace.cpp 150 const char* soname = (entry != nullptr) ? entry->name.c_str() : info.dli_fname;
  /bionic/tests/
dlfcn_test.cpp 797 ASSERT_TRUE(realpath(info.dli_fname, dli_realpath) != nullptr);
856 ASSERT_STREQ(libc_realpath, info.dli_fname);
901 ASSERT_SUBSTR("libgnu-hash-table-library.so", dlinfo.dli_fname);
924 ASSERT_SUBSTR("libsysv-hash-table-library.so", dlinfo.dli_fname);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
dlfcn.h 91 __const char *dli_fname; /* File name of defining object. */ member in struct:__anon37283
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dlfcn.h 91 __const char *dli_fname; /* File name of defining object. */ member in struct:__anon39077
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 1069 char *dli_fname; member in struct:dlinfo
    [all...]
  /libcore/ojluni/src/main/native/
java_props_md.c 343 realpath((char *)dlinfo.dli_fname, buf);
  /external/google-breakpad/src/client/mac/Framework/
Breakpad.mm 325 [filemgr stringWithFileSystemRepresentation:info.dli_fname
326 length:strlen(info.dli_fname)];
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 1450 milliseconds

1 23