ELF_ST_TYPE        97 arch/x86/vdso/vdso32-setup.c 		switch(ELF_ST_TYPE(sym->st_info)) {
ELF_ST_TYPE       123 include/linux/elf.h #define ELF32_ST_TYPE(x)	ELF_ST_TYPE(x)
ELF_ST_TYPE       125 include/linux/elf.h #define ELF64_ST_TYPE(x)	ELF_ST_TYPE(x)
ELF_ST_TYPE      1725 kernel/module.c 		if (ELF_ST_TYPE(sym->st_info) == STT_OBJECT)
ELF_ST_TYPE       526 scripts/mod/modpost.c 			if (ELF_ST_TYPE(sym->st_info) == STT_SPARC_REGISTER)
ELF_ST_TYPE      1006 scripts/mod/modpost.c 		if (ELF_ST_TYPE(sym->st_info) == STT_SECTION)
ELF_ST_TYPE      1122 scripts/mod/modpost.c 		return ELF_ST_TYPE(sym->st_info) == STT_FUNC;
ELF_ST_TYPE      1511 scripts/mod/modpost.c 		if (ELF_ST_TYPE(sym->st_info) == STT_OBJECT &&
ELF_ST_TYPE      1535 scripts/mod/modpost.c 		if (ELF_ST_TYPE(sym->st_info) == STT_OBJECT &&