Searched refs:STT_LOOS (Results 1 – 5 of 5) sorted by relevance
70 else if (symbol >= STT_LOOS && symbol <= STT_HIOS) in ebl_symbol_type_name()71 snprintf (buf, len, "LOOS+%d", symbol - STT_LOOS); in ebl_symbol_type_name()
492 #define STT_LOOS 10 /* Start of OS-specific */ macro1923 #define STT_HP_OPAQUE (STT_LOOS + 0x1)1924 #define STT_HP_STUB (STT_LOOS + 0x2)
862 STT_LOOS = 10, // Lowest operating system-specific symbol type enumerator
1286 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
462 #define STT_LOOS 11 /* Start of OS-specific */ macro