Searched refs:ArgInspectionEntry (Results 1 – 1 of 1) sorted by relevance
66 ArgInspectionEntry = namedtuple("ArgInspectionEntry", "arg_index value_set") variable91 "socket": ArgInspectionEntry(0, set([])), # int domain92 "ioctl": ArgInspectionEntry(1, set([])), # int request93 "prctl": ArgInspectionEntry(0, set([])) # int option