Lines Matching defs:range
67 given range. */
72 : range (r),
76 /* A range of memory addresses. */
77 mem_range range;
79 /* The build-id of the file mapped into RANGE. */
230 /* If the architecture supports it, check if ADDRESS is within a memory range
613 optional soname (DT_SONAME .dynamic attribute), and the range of
2026 /* Setup the list of memory range to build-id objects. */
2075 return a.range < b.range;
2080 /* Look for the first entry whose range's start address is not less
2082 then the previous entry's range might contain ADDR. If it does
2090 return a.range.start <= b;
2097 if (it->range.contains (*addr))