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

  /external/compiler-rt/test/asan/TestCases/Linux/
activation-options.cc 56 void *dso = dlopen(path.c_str(), RTLD_NOW); local
57 if (!dso) {
  /external/compiler-rt/test/asan/TestCases/Posix/
start-deactivated.cc 49 void *dso = dlopen(path.c_str(), RTLD_NOW); local
50 if (!dso) {
59 void *fn = dlsym(dso, "do_another_bad_thing");
  /device/generic/goldfish-opengl/fuchsia/include/hardware/
hardware.h 25 void* dso; member in struct:hw_module_t
  /device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
hardware.h 40 void* dso; member in struct:hw_module_t
  /external/swiftshader/include/Android/hardware/
hardware.h 40 void* dso; member in struct:hw_module_t
  /external/perf_data_converter/src/
perf_data_converter_test.cc 73 const Mapping* dso; local
75 if (!mappings.Lookup(addr, &dso)) {
79 key_stream << "+" << profile.string_table(dso->filename()) << ":"
80 << profile.string_table(dso->build_id()) << std::hex
81 << (addr - dso->memory_start());

Completed in 1026 milliseconds