Searched refs:STT_HIOS (Results 1 – 6 of 6) sorted by relevance
286 ENUM_TO_CSTR(STT_HIOS); in typeToCString()
894 #define STT_HIOS 12 /* specific semantics. */ macro
1339 STT_HIOS = 12, // Highest operating system-specific symbol type enumerator
1321 _ELF_DEFINE_STT(STT_HIOS, 12, "end of OS-specific types") \
4273 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()4338 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printHashedSymbol()7395 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
1070 if (stype >= STT_LOOS && stype <= STT_HIOS) { in st_type()