Searched refs:ET_LOOS (Results 1 – 12 of 12) sorted by relevance
72 ehdr->e_type = ET_LOOS + 1; in check_elf()
80 #define ET_LOOS 0xFE00 macro
131 #define ET_LOOS 0xfe00 macro
57 constexpr Elf_Half ET_LOOS = 0xFE00; variable
641 ET_LOOS
164 #define ET_LOOS 0xfe00 /* OS-specific range start */ macro
1440 pub const ET_LOOS: u16 = 0xfe00; constant
1086 else if (e_type >= ET_LOOS && e_type <= ET_HIOS) in print_file_type()