Searched refs:print_hwcap_1 (Results 1 – 1 of 1) sorted by relevance
/elf/ |
A D | dl-usage.c | 109 print_hwcap_1 (bool *first, bool active, const char *label) in print_hwcap_1() function 169 print_hwcap_1 (&first, true, "searched"); in print_hwcaps_subdirectories() 182 print_hwcap_1 (&first, mask & 1, "supported"); in print_hwcaps_subdirectories() 185 print_hwcap_1 (&first, !listed, "masked"); in print_hwcaps_subdirectories() 186 print_hwcap_1 (&first, (mask & 1) && listed, "searched"); in print_hwcaps_subdirectories() 219 print_hwcap_1 (&first, GLRO (dl_hwcap) & bit, "supported"); in print_legacy_hwcap_directories() 220 print_hwcap_1 (&first, !(hwcap_mask & bit), "masked"); in print_legacy_hwcap_directories() 221 print_hwcap_1 (&first, searched & bit, "searched"); in print_legacy_hwcap_directories()
|
Completed in 3 milliseconds