Searched refs:ET_LOOS (Results 1 – 6 of 6) sorted by relevance
201 #define ET_LOOS 0xfe00 /* First operating system specific. */ macro
121 ET_LOOS = 0xfe00, // Beginning of operating system-specific codes enumerator
894 _ELF_DEFINE_ET(ET_LOOS, 0xFE00U, "Begin OS-specific range") \
281 else if (type >= ET_LOOS && type <= ET_HIOS) in elf_type_str()
3604 else if (e.e_type >= ET_LOOS) in printFileHeaders()7058 else if (E.e_type >= ET_LOOS) in printFileHeaders()
647 else if (type >= ET_LOOS && type <= ET_HIOS) in elf_type()