Searched refs:STT_LOOS (Results 1 – 9 of 9) 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()
260 #define STT_LOOS 10 /* Start of OS-specific */ macro
491 #define STT_LOOS 10 /* Start of OS-specific */ macro1922 #define STT_HP_OPAQUE (STT_LOOS + 0x1)1923 #define STT_HP_STUB (STT_LOOS + 0x2)
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)
872 STT_LOOS = 7, // Lowest operating system-specific symbol type enumerator
887 STT_LOOS = 10, // Lowest operating system-specific symbol type enumerator
891 STT_LOOS = 10, // Lowest operating system-specific symbol type enumerator
2793 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()3412 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
462 #define STT_LOOS 11 /* Start of OS-specific */ macro