Home
last modified time | relevance | path

Searched refs:abi (Results 1 – 7 of 7) sorted by relevance

/scripts/lib/abi/
A Dsystem_symbols.py125 def __init__(self, abi, sysfs="/sys", hints=False): argument
137 self.abi = abi
138 self.log = abi.log
191 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 …]
A Dabi_parser.py432 abi = m[0] + m[1]
434 xref = self.file_refs.get(abi)
440 self.log.info("Didn't find ABI reference for '%s'", abi)
/scripts/
A Dget_abi.py170 abi = AbiRegex(args.dir, debug=args.debug,
173 abi_symbols = SystemSymbols(abi=abi, hints=args.show_hints,
A Dsyscallnr.sh67 while read nr abi name native compat ; do
A Dsyscallhdr.sh78 while read nr abi name native compat ; do
A Dsyscalltbl.sh57 while read nr abi name native compat noreturn; do
A Dchecksyscalls.sh265 while read nr abi name entry ; do

Completed in 5 milliseconds