Home
last modified time | relevance | path

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

/linux-5.15/scripts/mod/ !
H A Dmodpost.h159 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
167 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
/linux-5.15/scripts/ !
A Dsorttable.c173 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
177 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/linux-5.15/include/uapi/linux/ !
H A Delf.h302 #define SHN_HIRESERVE 0xffff macro