Searched refs:STT_FUNC (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/tools/lib/symbol/ |
D | kallsyms.c | 10 return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT; in kallsyms2elf_type()
|
/Linux-v4.19/tools/perf/tests/ |
D | hists_common.c | 141 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
|
/Linux-v4.19/tools/objtool/ |
D | check.c | 123 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()
|
D | elf.c | 134 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/ |
D | parse_vdso.c | 235 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
|
/Linux-v4.19/include/uapi/linux/ |
D | elf.h | 125 #define STT_FUNC 2 macro
|
/Linux-v4.19/arch/arm/kernel/ |
D | module.c | 207 if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC && in apply_relocate()
|
/Linux-v4.19/tools/perf/util/ |
D | genelf.c | 96 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
|
D | symbol-elf.c | 96 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()
|
D | symbol.c | 1386 sym = symbol__new(start, size, STB_GLOBAL, STT_FUNC, line + len); in dso__load_perf_map()
|
D | annotate.c | 851 __func__, __LINE__, sym->name, sym->start, addr, sym->end, sym->type == STT_FUNC); in __symbol__inc_addr_samples()
|
/Linux-v4.19/scripts/ |
D | recordmcount.h | 437 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()
|
/Linux-v4.19/arch/x86/tools/ |
D | relocs.c | 145 SYM_TYPE(STT_FUNC), in sym_type()
|
/Linux-v4.19/scripts/mod/ |
D | modpost.c | 1348 return ELF_ST_TYPE(sym->st_info) == STT_FUNC; in is_function()
|