Home
last modified time | relevance | path

Searched refs:alloca_stack (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_report.cc386 StackTrace alloca_stack; in DescribeAddressIfStack() local
387 alloca_stack.trace[0] = frame_pc + 16; in DescribeAddressIfStack()
388 alloca_stack.size = 1; in DescribeAddressIfStack()
390 alloca_stack.Print(); in DescribeAddressIfStack()