STT_FUNC 68 arch/arm/include/asm/module.h if (ELF_ST_TYPE(sym->st_info) == STT_FUNC) STT_FUNC 211 arch/arm/kernel/module.c if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC && STT_FUNC 147 arch/x86/tools/relocs.c SYM_TYPE(STT_FUNC), STT_FUNC 1427 scripts/mod/modpost.c return ELF_ST_TYPE(sym->st_info) == STT_FUNC; STT_FUNC 453 scripts/recordmcount.h && ELF_ST_TYPE(symp->st_info) == STT_FUNC) STT_FUNC 9 tools/lib/symbol/kallsyms.c return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT; STT_FUNC 274 tools/objtool/check.c if (func->type != STT_FUNC || func->alias != func) STT_FUNC 412 tools/objtool/check.c case STT_FUNC: STT_FUNC 418 tools/objtool/check.c if (!func || func->type != STT_FUNC) STT_FUNC 678 tools/objtool/check.c insn->call_dest->type != STT_FUNC) { STT_FUNC 1144 tools/objtool/check.c if (func->type != STT_FUNC) STT_FUNC 2371 tools/objtool/check.c if (func->type != STT_FUNC) STT_FUNC 124 tools/objtool/elf.c if (func->type == STT_FUNC && offset >= func->offset && STT_FUNC 300 tools/objtool/elf.c if (sym->type != STT_FUNC) STT_FUNC 143 tools/perf/tests/hists_common.c STB_GLOBAL, STT_FUNC, fsym->name); STT_FUNC 883 tools/perf/util/annotate.c __func__, __LINE__, sym->name, sym->start, addr, sym->end, sym->type == STT_FUNC); STT_FUNC 96 tools/perf/util/genelf.c .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC), STT_FUNC 130 tools/perf/util/symbol-elf.c return (elf_sym__type(sym) == STT_FUNC || STT_FUNC 399 tools/perf/util/symbol-elf.c STB_GLOBAL, STT_FUNC, sympltname); STT_FUNC 425 tools/perf/util/symbol-elf.c STB_GLOBAL, STT_FUNC, sympltname); STT_FUNC 1120 tools/perf/util/symbol-elf.c (GELF_ST_TYPE(sym.st_info) == STT_FUNC) && STT_FUNC 1504 tools/perf/util/symbol.c sym = symbol__new(start, size, STB_GLOBAL, STT_FUNC, line + len); STT_FUNC 235 tools/testing/selftests/vDSO/parse_vdso.c if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC)