Home
last modified time | relevance | path

Searched refs:ifunc_ref_map (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsymtab.cc1385 static bitmap ifunc_ref_map; variable
1406 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()
H A DChangeLog947 * symtab.cc (ifunc_ref_map): Do not use auto_bitmap.
951 allocate ifunc_ref_map here.
964 (ifunc_ref_map): Likewise.