Searched refs:ifunc_ref_map (Results 1 – 2 of 2) sorted by relevance
1385 static bitmap ifunc_ref_map; variable1406 if (!bitmap_set_bit (ifunc_ref_map, uid)) in is_caller_ifunc_resolver()1439 ifunc_ref_map = BITMAP_ALLOC (NULL); in check_ifunc_callee_symtab_nodes()1448 if (bitmap_bit_p (ifunc_ref_map, uid)) in check_ifunc_callee_symtab_nodes()1450 bitmap_set_bit (ifunc_ref_map, uid); in check_ifunc_callee_symtab_nodes()1459 BITMAP_FREE (ifunc_ref_map); in check_ifunc_callee_symtab_nodes()
947 * symtab.cc (ifunc_ref_map): Do not use auto_bitmap.951 allocate ifunc_ref_map here.964 (ifunc_ref_map): Likewise.