Home
last modified time | relevance | path

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

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