Searched refs:STT_LOOS (Results 1 – 5 of 5) sorted by relevance
911 #define STT_LOOS 10 /* Reserved range for operating system */ macro
1416 STT_LOOS = 10, // Lowest operating system-specific symbol type enumerator
1319 _ELF_DEFINE_STT(STT_LOOS, 10, "start of OS-specific types") \
4338 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()4403 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printHashedSymbol()7510 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
1072 if (stype >= STT_LOOS && stype <= STT_HIOS) { in st_type()1077 stype - STT_LOOS); in st_type()