Searched refs:ET_LOPROC (Results 1 – 6 of 6) sorted by relevance
50 else if (object >= ET_LOPROC && object <= ET_HIPROC) in ebl_object_type_name()51 snprintf (buf, len, "LOPROC+%x", object - ET_LOPROC); in ebl_object_type_name()
69 #define ET_LOPROC 0xff00 macro
116 ET_LOPROC = 0xff00, // Beginning of processor-specific codes enumerator
170 #define ET_LOPROC 0xff00 /* Processor-specific range start */ macro
958 else if (e_type >= ET_LOPROC /* && e_type <= ET_HIPROC always true */) in print_file_type()
240 #define ET_LOPROC 0xff00 /* Processor-specific */ macro