Searched refs:bl_address_is_meaningful (Results 1 – 3 of 3) sorted by relevance
165 static bool bl_address_is_meaningful (bp_location *loc);6911 if (!bl_address_is_meaningful (&loc)) in breakpoint_address_bits()7240 bl_address_is_meaningful (bp_location *loc) in bl_address_is_meaningful() function8519 if (!bl_address_is_meaningful (loc)) in bp_loc_is_permanent()11528 if (bl_address_is_meaningful (old_loc)) in update_global_location_list()11682 || !bl_address_is_meaningful (loc) in update_global_location_list()
7967 (bl_address_is_meaningful): New.7974 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of7977 (update_global_location_list): Use bl_address_is_meaningful
61761 locations of tracepoints. This is because bl_address_is_meaningful used61775 bl_address_is_meaningful (bp_location *loc)61781 bl_address_is_meaningful started to return false for them, where it61798 bl_address_is_meaningful returns false for them). For instance,61808 target_ops::download_tracepoint. It makes bl_address_is_meaningful123055 breakpoint_address_bits use bl_address_is_meaningful instead, which