Searched refs:ranges_overlap (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0020-CVE-2023-22608-2.patch | 102 -static bool ranges_overlap (bfd_vma low1, 108 +ranges_overlap (bfd_vma low1, 115 @@ -1887,15 +1909,16 @@ static bool ranges_overlap (bfd_vma low1,
|
| H A D | 0020-CVE-2023-22608-1.patch | 175 +static bool ranges_overlap (bfd_vma low1, 230 + ranges_overlap(low_pc, high_pc,
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-integrity.c | 1109 static bool ranges_overlap(struct dm_integrity_range *range1, struct dm_integrity_range *range2) in ranges_overlap() function 1125 if (unlikely(ranges_overlap(range, new_range))) in add_new_range()
|