Searched refs:STT_LOOS (Results 1 – 15 of 15) sorted by relevance
71 else if (symbol >= STT_LOOS && symbol <= STT_HIOS) in ebl_symbol_type_name()72 snprintf (buf, len, "LOOS+%d", symbol - STT_LOOS); in ebl_symbol_type_name()
425 #define STT_LOOS 10 /* Reserved range for operating system */ macro
514 #define STT_LOOS 10 macro1808 #define STT_HP_OPAQUE (STT_LOOS + 0x1)1809 #define STT_HP_STUB (STT_LOOS + 0x2)
514 #define STT_LOOS 10 macro1812 #define STT_HP_OPAQUE (STT_LOOS + 0x1)1813 #define STT_HP_STUB (STT_LOOS + 0x2)
515 #define STT_LOOS 10 macro1816 #define STT_HP_OPAQUE (STT_LOOS + 0x1)1817 #define STT_HP_STUB (STT_LOOS + 0x2)
533 #define STT_LOOS 10 macro
605 #define STT_LOOS 10 /* Start of OS-specific */ macro2205 #define STT_HP_OPAQUE (STT_LOOS + 0x1)2206 #define STT_HP_STUB (STT_LOOS + 0x2)
891 STT_LOOS = 10, // Lowest operating system-specific symbol type enumerator
1058 STT_LOOS = 10, // Lowest operating system-specific symbol type enumerator
462 { STT_TLS, "TLS" }, { STT_LOOS, "LOOS" },
712 constexpr Elf_Word STT_LOOS = 10; variable