Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/mod/
Dmodpost.h151 if (index >= SHN_LORESERVE && index <= SHN_HIRESERVE) in get_secindex()
152 return index - SHN_HIRESERVE - 1; in get_secindex()
/linux-6.6.21/scripts/
Dsorttable.c179 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
183 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/linux-6.6.21/include/uapi/linux/
Delf.h306 #define SHN_HIRESERVE 0xffff macro