Searched refs:STT_LOOS (Results 1 – 6 of 6) sorted by relevance
89 else if (symbol >= STT_LOOS && symbol <= STT_HIOS)90 snprintf (buf, len, "LOOS+%d", symbol - STT_LOOS);
722 #define STT_HP_OPAQUE (STT_LOOS + 0x1)723 #define STT_HP_STUB (STT_LOOS + 0x2)
469 #define STT_LOOS 10 /* Start of OS-specific */ macro1730 #define STT_HP_OPAQUE (STT_LOOS + 0x1)1731 #define STT_HP_STUB (STT_LOOS + 0x2)
198 STT_LOOS = 10, /* Environment specific use */ enumerator
1306 STT_LOOS = 7, // Lowest operating system-specific symbol type enumerator
462 #define STT_LOOS 11 /* Start of OS-specific */ macro