|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Namespaces | |
| namespace | unwcheck |
Functions | |
| def | check_func |
Variables | |
| tuple | readelf os.getenv("READELF", "readelf") |
| tuple | start_pattern re.compile("<([^>]*)>: \[0x([0-9a-f]+)-0x([0-9a-f]+)\]") |
| tuple | rlen_pattern re.compile(".*rlen=([0-9]+)") |
| int | num_funcs 0 |
| int | num_errors 0 |
| func False | |
| int | slots 0 |
| int | rlen_sum 0 |
| tuple | m start_pattern.match(line) |
| tuple | start long(m.group(2), 16) |
| tuple | end long(m.group(3), 16) |
| string | err "errors" |
1.8.2