(self)
| 48 | |
| 49 | @property |
| 50 | def EntryName(self): |
| 51 | return self.entry |
| 52 | |
| 53 | Syscallx64File = "/arch/x86/entry/syscalls/syscall_64.tbl" |
| 54 | Syscallx86File = "/arch/x86/entry/syscalls/syscall_32.tbl" |
nothing calls this directly
no outgoing calls
no test coverage detected