/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | elf.c | 197 ret = elf_sym_iter_new(&iter, elf, binary_path, sh_types[i], STT_FUNC); in elf_find_func_offset() 322 err = elf_sym_iter_new(&iter, elf_fd.elf, binary_path, sh_types[i], STT_FUNC); in elf_resolve_syms_offsets() 403 err = elf_sym_iter_new(&iter, elf_fd.elf, binary_path, sh_types[i], STT_FUNC); in elf_resolve_pattern_offsets()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | module.h | 54 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC) in kallsyms_symbol_value()
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | module.h | 50 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC) in kallsyms_symbol_value()
|
/kernel/linux/linux-5.10/tools/lib/symbol/ |
H A D | kallsyms.c | 11 return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT; in kallsyms2elf_type()
|
/kernel/linux/linux-5.10/tools/perf/util/include/linux/ |
H A D | linkage.h | 20 #define SYM_T_FUNC STT_FUNC
|
/kernel/linux/linux-6.6/tools/lib/symbol/ |
H A D | kallsyms.c | 11 return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT; in kallsyms2elf_type()
|
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | check.h | 86 if (sym && sym->type != STT_FUNC) in insn_func()
|
/kernel/linux/linux-6.6/tools/perf/util/include/linux/ |
H A D | linkage.h | 20 #define SYM_T_FUNC STT_FUNC
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | symbols.c | 78 if (sym->type != STT_FUNC && sym->type != STT_GNU_IFUNC) in test_dso()
|
H A D | hists_common.c | 143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vDSO/ |
H A D | parse_vdso.c | 213 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_common.c | 143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | linkage.h | 80 #define SYM_T_FUNC STT_FUNC 138 * then please use ENDPROC to mark 'name' as STT_FUNC for the benefit of
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | linkage.h | 80 #define SYM_T_FUNC STT_FUNC 138 * then please use ENDPROC to mark 'name' as STT_FUNC for the benefit of
|
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/ |
H A D | parse_vdso.c | 213 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | check.c | 167 * Assume only STT_FUNC calls have jump-tables. in is_sibling_call() 446 if (func->type != STT_NOTYPE && func->type != STT_FUNC) in decode_instructions() 453 WARN("%s(): STT_FUNC at end of section", in decode_instructions() 469 if (func->type == STT_FUNC && in decode_instructions() 868 if (opts.module && sym && sym->type == STT_FUNC && in create_ibt_endbr_seal_sections() 900 if (sym->type != STT_FUNC) in create_cfi_sections() 916 if (sym->type != STT_FUNC) in create_cfi_sections() 1034 case STT_FUNC: in add_ignores() 1578 * STT_FUNC reloc. in add_jump_destinations() 1696 if (insn_func(insn) && insn_call_dest(insn)->type != STT_FUNC) { in add_call_destinations() [all...] |
H A D | elf.c | 188 if (iter->offset == offset && iter->type == STT_FUNC) in find_func_by_offset() 249 if (iter->type == STT_FUNC) in find_func_containing() 520 if (sym->type != STT_FUNC) in read_symbols()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 129 #define STT_FUNC 2 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 130 #define STT_FUNC 2 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 107 #define STT_FUNC 2 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 107 #define STT_FUNC 2 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 93 #define STT_FUNC 2 macro
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | elf.c | 185 if (s->offset == offset && s->type == STT_FUNC) in find_func_by_offset() 213 if (s->type == STT_FUNC) in find_func_containing() 452 if (sym->type != STT_FUNC) in read_symbols()
|
H A D | check.c | 402 if (func->type != STT_FUNC || func->alias != func) in decode_instructions() 723 case STT_FUNC: in add_ignores() 1280 if (insn->func && insn->call_dest->type != STT_FUNC) { in add_call_destinations() 1724 if (func->type != STT_FUNC) in add_jump_table_alts() 3437 if (func->type != STT_FUNC) in validate_section()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-elf.c | 132 return (elf_sym__type(sym) == STT_FUNC || in elf_sym__is_function() 428 STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols() 454 STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols() 1238 (GELF_ST_TYPE(sym.st_info) == STT_FUNC) && in dso__load_sym()
|