Home
last modified time | relevance | path

Searched refs:is_shndx_special (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/scripts/mod/
Dmodpost.h150 static inline int is_shndx_special(unsigned int i) in is_shndx_special() function
166 if (is_shndx_special(sym->st_shndx)) in get_secindex()
Dmodpost.c1282 if (is_shndx_special(sym->st_shndx)) in find_elf_symbol2()
1816 if (is_shndx_special(sym->st_shndx)) in section_rela()
1876 if (is_shndx_special(sym->st_shndx)) in section_rel()
/linux-4.4.14/scripts/
Dsortextable.c178 static inline int is_shndx_special(unsigned int i) in is_shndx_special() function
188 if (is_shndx_special(shndx)) in get_secindex()