Searched refs:diff_abi (Results 1 – 3 of 3) sorted by relevance
/kernel/build/abi/ |
D | diff_abi | 24 def diff_abi(abitool, baseline, new, out_file): function 26 return tool.diff_abi(baseline, new, out_file) 42 abi_changed = diff_abi(args.abi_tool,
|
D | abitool.py | 28 def diff_abi(self, old_dump, new_dump, diff_report): member in AbiTool 44 def diff_abi(self, old_dump, new_dump, diff_report): member in Libabigail
|
D | README.md | 42 ABI dumps created by `dump_abi` can be compared with `diff_abi`. Ensure to use 43 the same abi-tool for `dump_abi` and `diff_abi`. A sample invocation looks as 45 $ diff_abi --baseline dump1.out --new dump2.out --report report.out
|