Searched refs:tsym (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dthread-stack.c912 struct symbol *tsym = to_al->sym; local
928 cp = call_path__findnew(cpr, root, tsym, addr, ks);
958 cp = call_path__findnew(cpr, root, tsym, addr, ks);
968 cp = call_path__findnew(cpr, parent, tsym, addr, ks);
982 cp = call_path__findnew(cpr, parent, tsym, addr, ks);
1056 struct symbol *tsym = to_al->sym; local
1072 if (sym && sym == tsym && to_al->addr != tsym->start) {
1081 } else if (sym && sym == tsym) {
1090 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 2].cp, tsym,
[all...]
/linux-master/scripts/mod/
H A Dmodpost.c1035 Elf_Sym *tsym,
1046 tsym = find_tosym(elf, taddr, tsym);
1047 tosym = sym_name(elf, tsym);
1068 else if (is_executable_section(elf, get_secindex(elf, tsym)))
1389 Elf_Sym *tsym; local
1396 tsym = elf->symtab_start + r_sym;
1397 taddr = tsym->st_value + TO_NATIVE(rela->r_addend);
1419 check_section_mismatch(mod, elf, tsym,
1431 Elf_Sym *tsym; local
1033 default_mismatch_handler(const char *modname, struct elf_info *elf, const struct sectioncheck* const mismatch, Elf_Sym *tsym, unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, const char *tosec, Elf_Addr taddr) argument
[all...]

Completed in 136 milliseconds