Home
last modified time | relevance | path

Searched refs:SHN_LORESERVE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/scripts/mod/
Dmodpost.h146 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/linux-4.1.27/scripts/
Dsortextable.c176 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/linux-4.1.27/include/uapi/linux/
Delf.h292 #define SHN_LORESERVE 0xff00 macro
/linux-4.1.27/kernel/
Dmodule.c2238 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()