| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | module.h | 54 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC) in kallsyms_symbol_value()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | linkage.h | 69 .type name STT_FUNC ASM_NL \
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/kernel/tools/perf/util/include/linux/ |
| H A D | linkage.h | 20 #define SYM_T_FUNC STT_FUNC
|
| /OK3568_Linux_fs/kernel/tools/lib/symbol/ |
| H A D | kallsyms.c | 11 return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT; in kallsyms2elf_type()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | hists_common.c | 143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | linkage.h | 80 #define SYM_T_FUNC STT_FUNC
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vDSO/ |
| H A D | parse_vdso.c | 213 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 126 #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 D | elf.h | 125 #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 D | elf.h | 125 #define STT_FUNC 2 macro
|
| /OK3568_Linux_fs/kernel/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 | 400 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 D | elf.h | 361 #define STT_FUNC 2 /* function */ macro
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf.c | 95 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
|
| 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()
|
| H A D | symbol.c | 1533 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 D | module.c | 217 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 D | elf_common.h | 535 #define STT_FUNC 2 /* Function. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf_common.h | 535 #define STT_FUNC 2 /* Function. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf_common.h | 535 #define STT_FUNC 2 /* Function. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf_common.h | 535 #define STT_FUNC 2 /* Function. */ macro
|
| /OK3568_Linux_fs/kernel/tools/objtool/arch/x86/ |
| H A D | decode.c | 485 if (sym && sym->type == STT_FUNC) { in arch_decode_instruction()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.h | 539 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()
|