Searched refs:STT_LOOS (Results 1 – 5 of 5) 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)
988 STT_LOOS = 7, // Lowest operating system-specific symbol type enumerator
462 #define STT_LOOS 11 /* Start of OS-specific */ macro