Example #1
0
def audit_machine_to_elf(*args):
  return _audit.audit_machine_to_elf(*args)
Example #2
0
def audit_machine_to_elf(*args):
    return _audit.audit_machine_to_elf(*args)
Example #3
0
def audit_machine_to_elf(machine: 'int') -> "unsigned int":
    return _audit.audit_machine_to_elf(machine)