Searched refs:STT_HIOS (Results 1 – 8 of 8) sorted by relevance
510 #define STT_HIOS 12 /* OS-specific semantics */ macro
282 ENUM_TO_CSTR(STT_HIOS); in typeToCString()
772 #define STT_HIOS 12 /* specific semantics. */ macro
829 STT_HIOS = 12, // Highest operating system-specific symbol type enumerator
322 else if (type >= STT_LOOS && type <= STT_HIOS) in get_symbol_type()
6893 else if (type >= STT_LOOS && type <= STT_HIOS) in get_symbol_type()
1257 _ELF_DEFINE_STT(STT_HIOS, 12, "end of OS-specific types") \
987 if (stype >= STT_LOOS && stype <= STT_HIOS) in st_type()