/openbmc/linux/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()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | module.h | 50 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC) in kallsyms_symbol_value()
|
/openbmc/u-boot/include/linux/ |
H A D | linkage.h | 68 .type name STT_FUNC ASM_NL \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/ |
H A D | 0003-burn.S-Remove-.func-.endfunc.patch | 22 .type main, STT_FUNC
|
H A D | 0002-burn.S-Add.patch | 28 + .type main, STT_FUNC
|
/openbmc/linux/tools/lib/symbol/ |
H A D | kallsyms.c | 11 return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT; in kallsyms2elf_type()
|
/openbmc/qemu/tests/tcg/loongarch64/system/ |
H A D | regdef.h | 78 #define STT_FUNC 2 macro
|
/openbmc/linux/tools/objtool/include/objtool/ |
H A D | check.h | 86 if (sym && sym->type != STT_FUNC) in insn_func()
|
/openbmc/linux/tools/perf/util/include/linux/ |
H A D | linkage.h | 20 #define SYM_T_FUNC STT_FUNC
|
/openbmc/linux/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()
|
/openbmc/linux/scripts/mod/ |
H A D | symsearch.c | 87 if (is_arm && ELF_ST_TYPE(sym->st_info) == STT_FUNC) in symsearch_populate()
|
/openbmc/linux/include/linux/ |
H A D | linkage.h | 80 #define SYM_T_FUNC STT_FUNC
|
/openbmc/linux/tools/testing/selftests/vDSO/ |
H A D | parse_vdso.c | 225 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
|
/openbmc/linux/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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 130 #define STT_FUNC 2 macro
|
/openbmc/u-boot/include/ |
H A D | elf.h | 385 #define STT_FUNC 2 /* function */ macro
|
/openbmc/linux/tools/perf/util/ |
H A D | genelf.c | 92 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
|
H A D | symbol-elf.c | 122 return (elf_sym__type(sym) == STT_FUNC || in elf_sym__is_function() 653 sym = symbol__new(shdr.sh_offset + i, shdr.sh_entsize, STB_GLOBAL, STT_FUNC, buf); in dso__synthesize_plt_got_symbols() 707 plt_sym = symbol__new(shdr_plt.sh_offset, plt_header_size, STB_GLOBAL, STT_FUNC, ".plt"); in dso__synthesize_plt_symbols() 827 f = symbol__new(plt_offset, plt_entry_size, STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols() 1670 (GELF_ST_TYPE(sym.st_info) == STT_FUNC) && in dso__load_sym_internal()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | module.c | 316 if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC && in apply_relocate()
|
/openbmc/linux/tools/objtool/arch/x86/ |
H A D | decode.c | 647 if (sym && sym->type == STT_FUNC) { in arch_decode_instruction()
|
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 454 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in load_symbols()
|
/openbmc/linux/scripts/ |
H A D | recordmcount.h | 539 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()
|
/openbmc/qemu/include/ |
H A D | elf.h | 296 #define STT_FUNC 2 macro
|