Lines Matching full:range
415 /* Checks, if given address range is contained in the mapped .debug_info
418 * ptr - Starting address of the range.
419 * size - Range size in bytes.
421 * true if given address range is contained in the mapped .debug_info
422 * section of this file, or false if any part of the range doesn't belong
429 /* Checks, if given address range is contained in the mapped .debug_abbrev
432 * ptr - Starting address of the range.
433 * size - Range size in bytes.
435 * true if given address range is contained in the mapped .debug_abbrev
436 * section of this file, or false if any part of the range doesn't belong
462 /* Gets range's low and high pc for the given range reference in the mapped
465 * AddrType - Defines pointer type for the CU the range belongs to. CU's
470 * offset - Byte offset within .debug_ranges section of the range record.
471 * low - Upon successful return contains value for range's low pc.
472 * high - Upon successful return contains value for range's high pc.