Searched refs:STT_LOOS (Results 1 – 5 of 5) sorted by relevance
907 #define STT_LOOS 10 /* Reserved range for operating system */ macro
1338 STT_LOOS = 10, // Lowest operating system-specific symbol type enumerator
1319 _ELF_DEFINE_STT(STT_LOOS, 10, "start 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()1075 stype - STT_LOOS); in st_type()