Searched refs:STB_HIOS (Results 1 – 6 of 6) sorted by relevance
269 ENUM_TO_CSTR(STB_HIOS); in bindingToCString()
879 #define STB_HIOS 12 /* End of operating system reserved range. */ macro
1323 STB_HIOS = 12, // Highest operating system-specific binding type enumerator
555 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bindings()577 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bindings_S()
1294 _ELF_DEFINE_STB(STB_HIOS, 12, "end of OS-specific range") \
1045 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bind()