Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/mod/
Dmodpost.h153 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/Linux-v4.19/scripts/
Dsortextable.c180 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/Linux-v4.19/include/uapi/linux/
Delf.h295 #define SHN_LORESERVE 0xff00 macro
/Linux-v4.19/tools/objtool/
Delf.c259 sym->sym.st_shndx < SHN_LORESERVE) { in read_symbols()
/Linux-v4.19/kernel/
Dmodule.c2557 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()