unwcheck.py (c13aca79ff3c4af5fd31a5b2743a90eba6e36a26) unwcheck.py (c25ce589dca10d64dde139ae093abc258a32869c)
1#!/usr/bin/python
1#!/usr/bin/env python
2# SPDX-License-Identifier: GPL-2.0
3#
4# Usage: unwcheck.py FILE
5#
6# This script checks the unwind info of each function in file FILE
7# and verifies that the sum of the region-lengths matches the total
8# length of the function.
9#

--- 56 unchanged lines hidden ---
2# SPDX-License-Identifier: GPL-2.0
3#
4# Usage: unwcheck.py FILE
5#
6# This script checks the unwind info of each function in file FILE
7# and verifies that the sum of the region-lengths matches the total
8# length of the function.
9#

--- 56 unchanged lines hidden ---