Home
last modified time | relevance | path

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

/linux-2.6.39/scripts/mod/
Dmodpost.h145 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
164 return i - (SHN_HIRESERVE + 1 - SHN_LORESERVE); in shndx2secindex()
/linux-2.6.39/arch/x86/vdso/
Dvdso32-setup.c91 if (sym->st_shndx > SHN_LORESERVE) { in reloc_symtab()
/linux-2.6.39/include/linux/
Delf.h304 #define SHN_LORESERVE 0xff00 macro
/linux-2.6.39/kernel/
Dmodule.c2066 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()