HomeSort by relevance Sort by last modified time
    Searched refs:DLSYM (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/scan-build-py/libear/
ear.c 53 #define DLSYM(TYPE_, VAR_, SYMBOL_) \
58 if (0 == (cast.from = dlsym(RTLD_NEXT, SYMBOL_))) { \
59 perror("bear: dlsym"); \
292 DLSYM(func, fp, "execve");
306 DLSYM(func, fp, "execvpe");
319 DLSYM(func, fp, "execvp");
337 DLSYM(func, fp, "execvP");
355 DLSYM(func, fp, "exect");
375 DLSYM(func, fp, "posix_spawn");
396 DLSYM(func, fp, "posix_spawnp")
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
soundtrigger.c 125 #define DLSYM(handle, ptr, symbol, err) \
127 ptr = dlsym(handle, #symbol); \
129 ALOGE("%s: dlsym %s failed . %s", __func__, #symbol, dlerror()); \
517 DLSYM(st_dev->lib_handle, st_dev->st_callback, sound_trigger_hw_call_back,
522 DLSYM(st_dev->lib_handle, sthal_prop_api_version,

Completed in 53 milliseconds