Searched refs:found_name (Results 1 – 4 of 4) sorted by relevance
654 const char *name, bool *found_name) { in loader_lookup_instance_dispatch_table() argument656 *found_name = false; in loader_lookup_instance_dispatch_table()660 *found_name = true; in loader_lookup_instance_dispatch_table()748 *found_name = false; in loader_lookup_instance_dispatch_table()
2621 bool found_name; local2622 addr = loader_lookup_instance_dispatch_table(disp_table, pName, &found_name);2623 if (found_name) {
1233 const char *found_name; member1246 data->found_name = name; in irelative_name_cb()1268 if (data.found_name != NULL) { in linux_elf_find_irelative_name()1269 name = data.found_name; in linux_elf_find_irelative_name()
2118 int num_name, num_desc, i, found_name, found_desc; in wpa_driver_ndis_get_names()2229 found_name = found_desc = -1; in wpa_driver_ndis_get_names()2233 if (found_name == -1 && os_strstr(name[i], drv->ifname)) in wpa_driver_ndis_get_names()2234 found_name = i; in wpa_driver_ndis_get_names()2241 if (found_name < 0 && found_desc >= 0) { in wpa_driver_ndis_get_names()2245 found_name = found_desc; in wpa_driver_ndis_get_names()2252 if (found_name < 0) { in wpa_driver_ndis_get_names()2259 i = found_name; in wpa_driver_ndis_get_names()