Home
last modified time | relevance | path

Searched refs:STT_FUNC (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/tools/lib/bpf/
H A Delf.c197 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 Dmodule.h50 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC) in kallsyms_symbol_value()
/openbmc/u-boot/include/linux/
H A Dlinkage.h68 .type name STT_FUNC ASM_NL \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/
H A D0003-burn.S-Remove-.func-.endfunc.patch22 .type main, STT_FUNC
H A D0002-burn.S-Add.patch28 + .type main, STT_FUNC
/openbmc/linux/tools/lib/symbol/
H A Dkallsyms.c11 return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT; in kallsyms2elf_type()
/openbmc/qemu/tests/tcg/loongarch64/system/
H A Dregdef.h78 #define STT_FUNC 2 macro
/openbmc/linux/tools/objtool/include/objtool/
H A Dcheck.h86 if (sym && sym->type != STT_FUNC) in insn_func()
/openbmc/linux/tools/perf/util/include/linux/
H A Dlinkage.h20 #define SYM_T_FUNC STT_FUNC
/openbmc/linux/tools/perf/tests/
H A Dsymbols.c78 if (sym->type != STT_FUNC && sym->type != STT_GNU_IFUNC) in test_dso()
H A Dhists_common.c143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
/openbmc/linux/scripts/mod/
H A Dsymsearch.c87 if (is_arm && ELF_ST_TYPE(sym->st_info) == STT_FUNC) in symsearch_populate()
/openbmc/linux/include/linux/
H A Dlinkage.h80 #define SYM_T_FUNC STT_FUNC
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dparse_vdso.c225 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
/openbmc/linux/tools/objtool/
H A Dcheck.c167 * 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 Delf.c188 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 Delf.h130 #define STT_FUNC 2 macro
/openbmc/u-boot/include/
H A Delf.h385 #define STT_FUNC 2 /* function */ macro
/openbmc/linux/tools/perf/util/
H A Dgenelf.c92 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
H A Dsymbol-elf.c122 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 Dmodule.c316 if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC && in apply_relocate()
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c647 if (sym && sym->type == STT_FUNC) { in arch_decode_instruction()
/openbmc/qemu/bsd-user/
H A Delfload.c454 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in load_symbols()
/openbmc/linux/scripts/
H A Drecordmcount.h539 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()
/openbmc/qemu/include/
H A Delf.h296 #define STT_FUNC 2 macro

12