Searched refs:abi (Results 1 – 7 of 7) sorted by relevance
125 def __init__(self, abi, sysfs="/sys", hints=False): argument137 self.abi = abi138 self.log = abi.log191 re_what = self.abi.get_regexes(fname)198 if self.abi.debug & AbiDebug.UNDEFINED:226 if self.abi.re_string:228 if self.abi.re_string.search(fname):255 self.abi.parse_abi()257 if self.abi.debug & AbiDebug.GRAPH:332 if self.abi.re_string:[all …]
432 abi = m[0] + m[1]434 xref = self.file_refs.get(abi)440 self.log.info("Didn't find ABI reference for '%s'", abi)
170 abi = AbiRegex(args.dir, debug=args.debug,173 abi_symbols = SystemSymbols(abi=abi, hints=args.show_hints,
67 while read nr abi name native compat ; do
78 while read nr abi name native compat ; do
57 while read nr abi name native compat noreturn; do
265 while read nr abi name entry ; do
Completed in 5 milliseconds