Searched refs:SHN_HIRESERVE (Results 1 - 3 of 3) sorted by relevance

/linux-master/scripts/mod/
H A Dmodpost.h149 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of
153 if (index >= SHN_LORESERVE && index <= SHN_HIRESERVE)
154 return index - SHN_HIRESERVE - 1;
/linux-master/scripts/
H A Dsorttable.c175 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of
179 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
183 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE;
/linux-master/include/uapi/linux/
H A Delf.h306 #define SHN_HIRESERVE 0xffff macro

Completed in 115 milliseconds