Searched refs:tsym (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | thread-stack.c | 912 struct symbol *tsym = to_al->sym; in thread_stack__no_call_return() local 928 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return() 958 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return() 968 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return() 982 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return() 1056 struct symbol *tsym = to_al->sym; in thread_stack__x86_retpoline() local 1072 if (sym && sym == tsym && to_al->addr != tsym->start) { in thread_stack__x86_retpoline() 1081 } else if (sym && sym == tsym) { in thread_stack__x86_retpoline() 1090 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 2].cp, tsym, in thread_stack__x86_retpoline()
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.c | 1053 Elf_Sym *tsym, in default_mismatch_handler() argument 1064 tsym = find_tosym(elf, taddr, tsym); in default_mismatch_handler() 1065 tosym = sym_name(elf, tsym); in default_mismatch_handler() 1086 else if (is_executable_section(elf, get_secindex(elf, tsym))) in default_mismatch_handler() 1411 Elf_Sym *tsym; in section_rela() local 1418 tsym = elf->symtab_start + r_sym; in section_rela() 1419 taddr = tsym->st_value + TO_NATIVE(rela->r_addend); in section_rela() 1434 check_section_mismatch(mod, elf, tsym, in section_rela() 1453 Elf_Sym *tsym; in section_rel() local 1462 tsym = elf->symtab_start + r_sym; in section_rel() [all …]
|