Searched refs:SHT_LOOS (Results 1 – 2 of 2) sorted by relevance
994 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
3649 if (Type >= SHT_LOOS && Type <= SHT_HIOS) in getSectionTypeOffsetString()3650 return "LOOS+0x" + utohexstr(Type - SHT_LOOS); in getSectionTypeOffsetString()