Searched refs:SHT_LOSUNW (Results 1 – 2 of 2) sorted by relevance
61 else if (section >= SHT_LOSUNW && section <= SHT_HISUNW)66 #define KNOWNSTYPE(name) [SHT_##name - SHT_LOSUNW] = #name74 res = sunwtypes[section - SHT_LOSUNW];
333 #define SHT_LOSUNW 0x6ffffffa /* Sun-specific low bound. */ macro