Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.h147 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of in get_secindex()
151 if (index >= SHN_LORESERVE && index <= SHN_HIRESERVE) in get_secindex()
152 return index - SHN_HIRESERVE - 1; in get_secindex()
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.h163 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
167 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of
171 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
/kernel/linux/linux-5.10/scripts/
H A Dsorttable.c169 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of
173 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
177 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/kernel/linux/linux-6.6/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; in is_shndx_special()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h305 #define SHN_HIRESERVE 0xffff macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h306 #define SHN_HIRESERVE 0xffff macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h256 #define SHN_HIRESERVE 0xffff macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h256 #define SHN_HIRESERVE 0xffff macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h242 #define SHN_HIRESERVE 0xffff macro

Completed in 9 milliseconds