Home
last modified time | relevance | path

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

/openbmc/linux/scripts/mod/
H A Dmodpost.h154 if (index >= SHN_LORESERVE && index <= SHN_HIRESERVE) in get_secindex()
155 return index - SHN_HIRESERVE - 1; in get_secindex()
/openbmc/linux/scripts/
H A Dsorttable.c179 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1))
183 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/openbmc/linux/include/uapi/linux/
H A Delf.h306 #define SHN_HIRESERVE 0xffff macro
/openbmc/u-boot/include/
H A Delf.h268 #define SHN_HIRESERVE 0xffff /* upper bounds of reserved indexes */ macro
/openbmc/qemu/include/
H A Delf.h1598 #define SHN_HIRESERVE 0xffff macro