Searched refs:area_type (Results 1 – 1 of 1) sorted by relevance
315 const char *area_type = nullptr; in DescribeAddressIfShadow() local316 if (AddrIsInShadowGap(addr)) area_type = "shadow gap"; in DescribeAddressIfShadow()317 else if (AddrIsInHighShadow(addr)) area_type = "high shadow"; in DescribeAddressIfShadow()318 else if (AddrIsInLowShadow(addr)) area_type = "low shadow"; in DescribeAddressIfShadow()319 if (area_type != nullptr) { in DescribeAddressIfShadow()321 Printf("Address %p is located in the %s area.\n", addr, area_type); in DescribeAddressIfShadow()324 descr->region_kind = area_type; in DescribeAddressIfShadow()