Lines Matching refs:util
12 local util = require("tools.util")
18 syscall.known_flags = util.set {
54 local stripped = util.stripAbiPrefix(self.name, self.prefix)
67 util.abort(1, "Bad type: " .. k)
79 self.noproto = not util.isEmpty(config.abi_flags) and
83 if util.isPtrType(v.type, config.abi_intptr_t) then
199 local words = util.split(line, "%S+")
202 self.type = util.setFromString(words[3], "[^|]+")
219 local words = util.split(line, "%S+")
222 util.abort(1, "Malformed line " .. line)
372 util.abort(1, "Range only allowed with RESERVED " ..
391 util.abort(1, "Expected '}' found '" .. line ..