Home
last modified time | relevance | path

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

/kernel/build/abi/
Ddiff_abi24 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,
Dabitool.py28 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
DREADME.md42 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