Searched refs:SHT_LOOS (Results 1 – 7 of 7) sorted by relevance
99 if (sht >= SHT_LOOS) in _libelf_xlate_shtype()
449 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */ macro
1090 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
770 if (SHT_LOOS <= t && t <= SHT_HIOS && !(flags & SHF_OS_NONCONFORMING)) in isKnownSpecificSectionType()
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()
4051 if (Type >= SHT_LOOS && Type <= SHT_HIOS) in getSectionTypeOffsetString()4052 return "LOOS+0x" + utohexstr(Type - SHT_LOOS); in getSectionTypeOffsetString()