Lines Matching refs:util
12 local util = require("tools.util")
18 syscall.known_flags = util.set {
53 local stripped = util.stripAbiPrefix(self.name, self.prefix)
66 util.abort(1, "Bad type: " .. k)
78 self.noproto = not util.isEmpty(config.abi_flags) and
82 if util.isPtrType(v.type, config.abi_intptr_t) then
198 local words = util.split(line, "%S+")
201 self.type = util.setFromString(words[3], "[^|]+")
218 local words = util.split(line, "%S+")
221 util.abort(1, "Malformed line " .. line)
371 util.abort(1, "Range only allowed with RESERVED " ..
390 util.abort(1, "Expected '}' found '" .. line ..