Searched refs:ET_LOOS (Results 1 – 3 of 3) sorted by relevance
47 if (object >= ET_LOOS && object <= ET_HIOS) in ebl_object_type_name()48 snprintf (buf, len, "LOOS+%x", object - ET_LOOS); in ebl_object_type_name()
168 #define ET_LOOS 0xfe00 /* OS-specific range start */ macro
956 else if (e_type >= ET_LOOS && e_type <= ET_HIOS) in print_file_type()