summaryrefslogtreecommitdiff
path: root/python/tiabwarfo.py
AgeCommit message (Collapse)Author
2022-06-16python: Remove redundant import of subprocessDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2021-02-23python/xrelfo: cross-platform xrefstructs.jsonDavid Lamparter
Just get names, types and order from pahole; ditch offset & size since they're different on 32/64 bit. None of the structs has padding currently; if we really need that it can be implemented in the future. (Padding will raise an exception, so it won't break silently.) Signed-off-by: David Lamparter <equinox@diac24.net>
2021-02-23python/xrelfo: the ELF xref extractorDavid Lamparter
This creates JSON dumps of all the xref structs littered around FRR. Signed-off-by: David Lamparter <equinox@diac24.net>