Searched refs:STT_FUNC (Results 1 – 19 of 19) sorted by relevance
/linux/arch/arm/include/asm/ |
A D | module.h | 54 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC) in kallsyms_symbol_value()
|
/linux/tools/perf/util/include/linux/ |
A D | linkage.h | 20 #define SYM_T_FUNC STT_FUNC
|
/linux/tools/lib/symbol/ |
A D | kallsyms.c | 11 return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT; in kallsyms2elf_type()
|
/linux/tools/perf/tests/ |
A D | hists_common.c | 143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
|
/linux/include/linux/ |
A D | linkage.h | 80 #define SYM_T_FUNC STT_FUNC
|
/linux/tools/testing/selftests/vDSO/ |
A D | parse_vdso.c | 213 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
|
/linux/tools/objtool/ |
A D | elf.c | 144 if (s->offset == offset && s->type == STT_FUNC) in find_func_by_offset() 172 if (s->type == STT_FUNC) in find_func_containing() 428 if (sym->type != STT_FUNC) in read_symbols()
|
A D | check.c | 399 if (func->type != STT_FUNC || func->alias != func) in decode_instructions() 791 case STT_FUNC: in add_ignores() 1293 if (insn->func && insn->call_dest->type != STT_FUNC) { in add_call_destinations() 1769 if (func->type != STT_FUNC) in add_jump_table_alts() 3394 if (func->type != STT_FUNC) in validate_section()
|
/linux/include/uapi/linux/ |
A D | elf.h | 126 #define STT_FUNC 2 macro
|
/linux/tools/perf/util/ |
A D | genelf.c | 91 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
|
A D | symbol-elf.c | 133 return (elf_sym__type(sym) == STT_FUNC || in elf_sym__is_function() 406 STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols() 432 STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols() 1255 (GELF_ST_TYPE(sym.st_info) == STT_FUNC) && in dso__load_sym_internal()
|
A D | symbol.c | 1527 sym = symbol__new(start, size, STB_GLOBAL, STT_FUNC, line + len); in dso__load_perf_map() 1651 symbol = symbol__new(start, len, bfd2elf_binding(sym), STT_FUNC, in dso__load_bfd_symbols()
|
A D | annotate.c | 905 __func__, __LINE__, sym->name, sym->start, addr, sym->end, sym->type == STT_FUNC); in __symbol__inc_addr_samples()
|
/linux/arch/arm/kernel/ |
A D | module.c | 227 if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC && in apply_relocate()
|
/linux/tools/objtool/arch/x86/ |
A D | decode.c | 585 if (sym && sym->type == STT_FUNC) { in arch_decode_instruction()
|
/linux/scripts/ |
A D | recordmcount.h | 539 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()
|
/linux/arch/x86/tools/ |
A D | relocs.c | 157 SYM_TYPE(STT_FUNC), in sym_type()
|
/linux/scripts/mod/ |
A D | modpost.c | 1404 return ELF_ST_TYPE(sym->st_info) == STT_FUNC; in is_function()
|
/linux/tools/lib/bpf/ |
A D | libbpf.c | 730 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in bpf_object__add_programs() 3364 return bind == STB_GLOBAL && type == STT_FUNC; in sym_is_subprog()
|
Completed in 91 milliseconds