Home
last modified time | relevance | path

Searched refs:SystemSymbols (Results 1 – 2 of 2) sorted by relevance

/linux/tools/docs/
H A Dget_abi.py25 from abi.system_symbols import SystemSymbols # pylint: disable=C0413
173 abi_symbols = SystemSymbols(abi=abi, hints=args.show_hints,
/linux/tools/lib/python/abi/
H A Dsystem_symbols.py20 class SystemSymbols: class