Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/mod/
Dmodpost.h146 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
154 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
/linux-4.1.27/scripts/
Dsortextable.c172 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
176 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/linux-4.1.27/include/uapi/linux/
Delf.h297 #define SHN_HIRESERVE 0xffff macro