Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/symbol/
Dkallsyms.c10 return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT; in kallsyms2elf_type()
/Linux-v4.19/tools/perf/tests/
Dhists_common.c141 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
/Linux-v4.19/tools/objtool/
Dcheck.c123 if (rela->sym->type == STT_FUNC && rela->sym == func) in ignore_func()
308 if (func->type != STT_FUNC) in decode_instructions()
442 if (func->type != STT_FUNC) in add_ignores()
606 insn->call_dest->type != STT_FUNC) { in add_call_destinations()
1060 if (func->type != STT_FUNC) in add_switch_table_alts()
2110 if (func->type != STT_FUNC || func->pfunc != func) in validate_functions()
Delf.c134 if (func->type == STT_FUNC && offset >= func->offset && in find_containing_func()
301 if (sym->type != STT_FUNC) in read_symbols()
/Linux-v4.19/tools/testing/selftests/vDSO/
Dparse_vdso.c235 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
/Linux-v4.19/include/uapi/linux/
Delf.h125 #define STT_FUNC 2 macro
/Linux-v4.19/arch/arm/kernel/
Dmodule.c207 if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC && in apply_relocate()
/Linux-v4.19/tools/perf/util/
Dgenelf.c96 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
Dsymbol-elf.c96 return (elf_sym__type(sym) == STT_FUNC || in elf_sym__is_function()
353 STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols()
379 STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols()
1075 (GELF_ST_TYPE(sym.st_info) == STT_FUNC) && in dso__load_sym()
Dsymbol.c1386 sym = symbol__new(start, size, STB_GLOBAL, STT_FUNC, line + len); in dso__load_perf_map()
Dannotate.c851 __func__, __LINE__, sym->name, sym->start, addr, sym->end, sym->type == STT_FUNC); in __symbol__inc_addr_samples()
/Linux-v4.19/scripts/
Drecordmcount.h437 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()
/Linux-v4.19/arch/x86/tools/
Drelocs.c145 SYM_TYPE(STT_FUNC), in sym_type()
/Linux-v4.19/scripts/mod/
Dmodpost.c1348 return ELF_ST_TYPE(sym->st_info) == STT_FUNC; in is_function()