Searched refs:SHT_LOOS (Results 1 – 6 of 6) sorted by relevance
99 if (sht >= SHT_LOOS) in _libelf_xlate_shtype()
430 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */ macro
929 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
1149 _ELF_DEFINE_SHT(SHT_LOOS, 0x60000000UL, \
815 if (stype >= SHT_LOOS && stype <= SHT_HIOS) in section_type()817 stype - SHT_LOOS); in section_type()
3554 if (Type >= SHT_LOOS && Type <= SHT_HIOS) in getSectionTypeOffsetString()3555 return "LOOS+0x" + to_hexString(Type - SHT_LOOS); in getSectionTypeOffsetString()