Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/mod/
Dmodpost.h152 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
160 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
/linux-4.4.14/scripts/
Dsortextable.c176 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
180 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/linux-4.4.14/include/uapi/linux/
Delf.h297 #define SHN_HIRESERVE 0xffff macro