Home
last modified time | relevance | path

Searched refs:SHN_HIRESERVE (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/scripts/mod/
Dmodpost.h145 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
153 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
/linux-3.3/include/linux/
Delf.h300 #define SHN_HIRESERVE 0xffff macro