Searched refs:STT_LOOS (Results 1 – 5 of 5) sorted by relevance
74 else if (symbol >= STT_LOOS && symbol <= STT_HIOS)75 snprintf (buf, len, "LOOS+%d", symbol - STT_LOOS);
266 ENUM_TO_CSTR(STT_LOOS); in typeToCString()
466 #define STT_LOOS 10 /* Start of OS-specific */ macro1800 #define STT_HP_OPAQUE (STT_LOOS + 0x1)1801 #define STT_HP_STUB (STT_LOOS + 0x2)
797 STT_LOOS = 7, // Lowest operating system-specific symbol type enumerator
462 #define STT_LOOS 11 /* Start of OS-specific */ macro