Searched refs:sym (Results 1 – 3 of 3) sorted by relevance
12 #define __warn_references(sym,msg) \ argument13 __asm__(".section .gnu" #sym ",\n\t.ascii \"" msg "\"\n\t.text");16 #define __warn_references(sym,msg) /* nothing */ argument
114 const char *sym = HAL_MODULE_INFO_SYM_AS_STR; in load() local115 hmi = (struct hw_module_t *)dlsym(handle, sym); in load()117 ALOGE("load: couldn't find symbol %s", sym); in load()
645 const char* sym = HAL_MODULE_INFO_SYM_AS_STR; in lazy_init_modules() local653 ALOGV("Opening symbol \"%s\"", sym); in lazy_init_modules()656 struct hw_module_t* module = (hw_module_t*) dlsym(lib_handle, sym); in lazy_init_modules()663 ALOGV("Loaded symbols from \"%s\"", sym); in lazy_init_modules()