Searched refs:eclass (Results 1 – 2 of 2) sorted by relevance
790 ntstatus_to_dos(__u32 ntstatus, __u8 *eclass, __u16 *ecode) in ntstatus_to_dos() argument794 *eclass = 0; in ntstatus_to_dos()800 *eclass = ntstatus_to_dos_map[i].dos_class; in ntstatus_to_dos()805 *eclass = ERRHRD; in ntstatus_to_dos()
4766 eclass = ord(header[4])4770 eclass = header[4]4773 …if magic == chr(127) + "ELF" and eclass > 0 and eclass < 3 and encoding > 0 and encoding < 3 and v…4774 result = True if eclass == 2 else False