Searched refs:STT_LOOS (Results 1 – 9 of 9) sorted by relevance
622 #define STT_HP_OPAQUE (STT_LOOS + 0x1)623 #define STT_HP_STUB (STT_LOOS + 0x2)
509 #define STT_LOOS 10 /* OS-specific semantics */ macro
1050 STT_LOOS = 10, // Lowest operating system-specific symbol type enumerator
830 #define STT_LOOS 10 /* Reserved range for operating system */ macro
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()
3100 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()3144 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printHashedSymbol()4376 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
1287 _ELF_DEFINE_STT(STT_LOOS, 10, "start of OS-specific types") \
1038 if (stype >= STT_LOOS && stype <= STT_HIOS) { in st_type()1043 stype - STT_LOOS); in st_type()