Searched refs:area_type (Results 1 – 2 of 2) sorted by relevance
342 const char *area_type = nullptr; in DescribeAddressIfShadow() local343 if (AddrIsInShadowGap(addr)) area_type = "shadow gap"; in DescribeAddressIfShadow()344 else if (AddrIsInHighShadow(addr)) area_type = "high shadow"; in DescribeAddressIfShadow()345 else if (AddrIsInLowShadow(addr)) area_type = "low shadow"; in DescribeAddressIfShadow()346 if (area_type != nullptr) { in DescribeAddressIfShadow()348 Printf("Address %p is located in the %s area.\n", addr, area_type); in DescribeAddressIfShadow()351 descr->region_kind = area_type; in DescribeAddressIfShadow()
4870 …<var-decl name='area_type' type-id='type-id-121' visibility='default' filepath='/ws/android/kernel…