Searched refs:SHN_LOOS (Results 1 – 4 of 4) sorted by relevance
102 else if (section >= SHN_LOOS && section <= SHN_HIOS)103 snprintf (buf, len, "LOOS+%x", section - SHN_LOOS);
252 #define SHN_LOOS 0xff20 macro
711 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
314 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro