Searched refs:ET_LOPROC (Results 1 – 16 of 16) sorted by relevance
124 #define ET_LOPROC 0xff00 /* First processor-specific. */ macro
82 #define ET_LOPROC 0xFF00 macro
116 ET_LOPROC = 0xff00, // Beginning of processor-specific codes enumerator
117 ET_LOPROC = 0xff00, // Beginning of processor-specific codes enumerator
133 #define ET_LOPROC 0xff00 macro
59 constexpr Elf_Half ET_LOPROC = 0xFF00; variable
642 ET_LOPROC
166 #define ET_LOPROC 0xff00 /* Processor-specific range start */ macro
1442 pub const ET_LOPROC: u16 = 0xff00; constant
1088 else if (e_type >= ET_LOPROC /* && e_type <= ET_HIPROC always true */) in print_file_type()