Searched refs:ET_LOPROC (Results 1 – 7 of 7) sorted by relevance
94 #define ET_LOPROC 0xFF00 /* Processor-specific */ macro
161 #define ET_LOPROC 0xff00 /* reserved range for processor */ macro
122 ET_LOPROC = 0xff00, // Beginning of processor-specific codes enumerator
3344 if (e.e_type >= ET_LOPROC) in printFileHeaders()6536 if (E.e_type >= ET_LOPROC) in printFileHeaders()
1903 if ((e_type >= ET_LOPROC) && (e_type <= ET_HIPROC)) in get_file_type()
1548 if ((e_type >= ET_LOPROC) && (e_type <= ET_HIPROC)) in get_file_type()