Searched refs:SHT_LOOS (Results 1 – 10 of 10) sorted by relevance
106 if (section >= SHT_LOOS && section <= SHT_HIOS) in ebl_section_type_name()107 snprintf (buf, len, "SHT_LOOS+%x", section - SHT_LOOS); in ebl_section_type_name()
682 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
683 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
836 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
859 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
374 ECase(SHT_LOOS) in enumeration()
289 #define SHT_LOOS 0x60000000 macro
337 #define SHT_LOOS 0x60000000 /* Start OS-specific. */ macro
446 #define SHT_LOOS 0x60000000 /* Start OS-specific. */ macro
3840 if (Type >= SHT_LOOS && Type <= SHT_HIOS) in getSectionTypeOffsetString()3841 return "LOOS+0x" + to_hexString(Type - SHT_LOOS); in getSectionTypeOffsetString()