Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dmodule.h54 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC) in kallsyms_symbol_value()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dlinkage.h69 .type name STT_FUNC ASM_NL \
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/tools/perf/util/include/linux/
H A Dlinkage.h20 #define SYM_T_FUNC STT_FUNC
/OK3568_Linux_fs/kernel/tools/lib/symbol/
H A Dkallsyms.c11 return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT; in kallsyms2elf_type()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dhists_common.c143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlinkage.h80 #define SYM_T_FUNC STT_FUNC
/OK3568_Linux_fs/kernel/tools/testing/selftests/vDSO/
H A Dparse_vdso.c213 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h126 #define STT_FUNC 2 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h125 #define STT_FUNC 2 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h125 #define STT_FUNC 2 macro
/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.c185 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 Dcheck.c400 if (func->type != STT_FUNC || func->alias != func) in decode_instructions()
762 case STT_FUNC: in add_ignores()
1328 if (insn->func && insn->call_dest->type != STT_FUNC) { in add_call_destinations()
1775 if (func->type != STT_FUNC) in add_jump_table_alts()
3481 if (func->type != STT_FUNC) in validate_section()
/OK3568_Linux_fs/u-boot/include/
H A Delf.h361 #define STT_FUNC 2 /* function */ macro
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dgenelf.c95 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
H A Dsymbol-elf.c132 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()
H A Dsymbol.c1533 sym = symbol__new(start, size, STB_GLOBAL, STT_FUNC, line + len); in dso__load_perf_map()
1660 symbol = symbol__new(start, len, bfd2elf_binding(sym), STT_FUNC, in dso__load_bfd_symbols()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dmodule.c217 if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC && in apply_relocate()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf_common.h535 #define STT_FUNC 2 /* Function. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h535 #define STT_FUNC 2 /* Function. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h535 #define STT_FUNC 2 /* Function. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h535 #define STT_FUNC 2 /* Function. */ macro
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c485 if (sym && sym->type == STT_FUNC) { in arch_decode_instruction()
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.h539 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()

12