Searched refs:SHN_HIRESERVE (Results 1 – 12 of 12) sorted by relevance
163 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()171 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
169 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))173 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
302 #define SHN_HIRESERVE 0xffff macro
301 #define SHN_HIRESERVE 0xffff macro
244 #define SHN_HIRESERVE 0xffff /* upper bounds of reserved indexes */ macro
270 #define SHN_HIRESERVE 0xffff /* Last of reserved range. */ macro
424 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro