Searched refs:SHT_LOOS (Results 1 – 6 of 6) sorted by relevance
99 if (sht >= SHT_LOOS) in _libelf_xlate_shtype()
429 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */ macro
1069 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()
3972 if (Type >= SHT_LOOS && Type <= SHT_HIOS) in getSectionTypeOffsetString()3973 return "LOOS+0x" + utohexstr(Type - SHT_LOOS); in getSectionTypeOffsetString()